YARP 2.3.72.1 Released #298
mbrunettini
started this conversation in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
YARP 2.3.72.1 was released today and is now available for download at: https://github.com/robotology/yarp/releases/. This is the last stable release in the YARP 2.3.72 series and it fixes a few bugs in YARP 2.3.72
A (partial) list of bug fixed and issues resolved in this release can be found
here.
Bug Fixes
Build System
CMake Modules
IMPORTED_GLOBAL
property fromYarpOSXUtilities.cmake
.Libraries
YARP_sig
yarp::sig::Sound::operator+=
YARP_dev
subdevices.
name by the monitor object, that is, their name will be displayed on the
command line if
yarpdev
was called with--verbose
.Previously, it used a generic "subdevice" identifier.
IFrameGrabberControl2
toRGBDSensorWrapper
.RGBDSensorWrapper
compatibilty withframeGrabberGui2
.getRefVelocity()
.VOCAB_CURRENT_REF_GROUP
message parser in ControlBoardWrapper (#1734)YARP_serversql
rossrv
,tcpros
andxmlrpc
are installed whenyarpserver is launched with
--ros
option. (iCubStartup failed #722)YARP_OS
TcpConnector::connect()
to unify behaviour with theACE_SOCK_Connector
.GUIs
yarpscope
yarpmanager
checkNetwork
before contacting the nameserver.(#1536)yarprun
nodes.yarpmotorgui
yarplogger
Devices
ControlBoardRemapper
getEncoderAccelerations()
method.depthCamera
AnalogWrapper
Bindings
SWIG_PREPROCESSOR_SHOULD_SKIP_THIS
to avoid the SWIG preprocessor fromparsing
VOCAB
. Introduced SWIG-compliant workingVOCAB
definitions inyarp.i
, with required checks on target language and SWIG version.test_vocab.lua
to catch regressions onVOCAB
in the future.test_string.lua
to more representativetest_port.lua
, enabled it torun without the
yarpserver
, and integrate it in the test infrastructure.Contributors
This is a list of people that contributed to this release (generated from the
git history using
git shortlog -ens --no-merges v2.3.72..v2.3.72.1
):Beta Was this translation helpful? Give feedback.
All reactions