You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A (partial) list of bug fixed and issues resolved in this release can be found here.
New Features
Build System
Added YARP_DISABLE_VERSION_SOURCE cmake variable to disable version source
when building YARP. This is an useful option for developers, since it
avoids rebuilding everything whenever the commit or the dirty state changes.
Please disable this option when including YARP version in bugs reports.
Bug Fixes
CMake Modules
YarpInstallationHelpers
Changed / in \ path.d under Windows (#1513).
Libraries
YARP_OS
Fixed write() in BufferedPort after interrupting-resuming(#1834).
Fixed assertion when YARP_FORWARD_LOG_ENABLE=1 (#1851).
Fixed impl/PlatformSysStat.h installation.
Fixed Port from performing resume() operations if not interrupted(#1896).
Fixes missing initialization value for Network Clock port
YARP_dev
Fixed IControlLimits.h not being a self-sufficient header (#1845).
Added missing YARP_dev_API to IRobotDescription.
Made optional the view of IFrameGrabberControls in RGBDSensorWrapper
(#1875).
Fixed header inclusion in ImplementControlLimits2.h.
Fixed interface pointer checks in ControlBoardWrapper.
Added timeout check in all data streamed by *\stateExt:o ports (#1833).
YARP_companion
Fixed api.h installation.
YARP_sig
Fixed element contruction when calling VectorOf<T>::push_back().
Fixed build when ZFP is installed.
Fixed possible buffer overrun in PointCloudTypes
Tools
yarpidl_thrift
Fixed serialisation / deserialisation of maps (#1802).
Bindings
Fixed usage of methods that take in input a yarp::sig::Vector in bindings
(#1828).
Disabled extended analog sensor interfaces in C# to allow compilation of these
bindings (#1830).
Added bindings for yarp::os::Wire and yarp::os::WireLink
GUIs
yarpdataplayer
Fixed memory leak when using cvLoad(...).
Devices
RemoteControlBoard
Added timeout parameter.
realsense2
Fixed set/getDepthAccuracy methods (#1877).
ffmpeg
Fixed compilation on debian testing (#1849).
imuBosch_BNO055
Fixed runtime linking issue.
Fixed shifted read from i2c.
Contributors
This is a list of people that contributed to this release (generated from the
git history using git shortlog -ens --no-merges v3.1.0..v3.1.1):
This discussion was converted from issue #344 on December 12, 2020 12:40.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
YARP 3.1.1 was released today and is now available for download at: https://github.com/robotology/yarp/releases/.
A (partial) list of bug fixed and issues resolved in this release can be found
here.
New Features
Build System
YARP_DISABLE_VERSION_SOURCE
cmake variable to disable version sourcewhen building YARP. This is an useful option for developers, since it
avoids rebuilding everything whenever the commit or the dirty state changes.
Please disable this option when including YARP version in bugs reports.
Bug Fixes
CMake Modules
YarpInstallationHelpers
/
in\
path.d under Windows (#1513).Libraries
YARP_OS
write()
in BufferedPort after interrupting-resuming(#1834).YARP_FORWARD_LOG_ENABLE=1
(#1851).impl/PlatformSysStat.h
installation.YARP_dev
IControlLimits.h
not being a self-sufficient header (#1845).YARP_dev_API
toIRobotDescription
.IFrameGrabberControls
inRGBDSensorWrapper
(#1875).
ImplementControlLimits2.h
.*\stateExt:o
ports (#1833).YARP_companion
api.h
installation.YARP_sig
VectorOf<T>::push_back()
.PointCloudTypes
Tools
yarpidl_thrift
Bindings
(#1828).
bindings (#1830).
GUIs
yarpdataplayer
cvLoad(...)
.Devices
RemoteControlBoard
timeout
parameter.realsense2
set/getDepthAccuracy
methods (#1877).ffmpeg
imuBosch_BNO055
Contributors
This is a list of people that contributed to this release (generated from the
git history using
git shortlog -ens --no-merges v3.1.0..v3.1.1
):Beta Was this translation helpful? Give feedback.
All reactions