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
YARP 2.3.70.1 was released today and is now available for download at: https://github.com/robotology/yarp/releases/. This release is a stable release and it fixes a few bugs in YARP 2.3.70.
A (partial) list of bug fixed and issues resolved in this release can be found here.
Bug Fixes
CMake Modules
Full paths were never exported by yarp_configure_external_installation
command. This has been fixed.
Libraries
YARP_OS
Fixed Route::swapNames() segfault in Windows and MacOS.
Fixed mcast without ACE on macOS
Fixed memory leak for inactive carriers
Fixed mcast, the connection now continue working also if you disconnect
the first mcast connection.
Removed the inheritance from SocketTwoWayStream in LocalCarrierStream.
Fixed setConnectionQos() for local carrier.
Added flush() at the end of AbstractCarrier::writeYarpInt() to finalize
the write.
Fixed memory leak in port authentication.
Fixed Buffer not null terminated in impl/SplitString.
Added the check for spaces in the port names in Network:metaConnect().
YARP_dev
IPWMControl and ICurrentControl interfaces are now correctly wrapped by the the ControlBoardRemapper.
YARP_manager
Removed using namespace directive from headers.
Devices
rplidar2
Fixed build on MSVC
GUIs
yarpview
Fixed coordinates of clicked point when yarpview window is resized.
Added Unix signal handler(SIGQUIT, SIGINT, SIGTERM, SIGHUP).
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.70..v2.3.70.1):
This discussion was converted from issue #252 on December 12, 2020 12:36.
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 2.3.70.1 was released today and is now available for download at: https://github.com/robotology/yarp/releases/. This release is a stable release and it fixes a few bugs in YARP 2.3.70.
A (partial) list of bug fixed and issues resolved in this release can be found
here.
Bug Fixes
CMake Modules
yarp_configure_external_installation
command. This has been fixed.
Libraries
YARP_OS
Route::swapNames()
segfault in Windows and MacOS.the first mcast connection.
SocketTwoWayStream
inLocalCarrierStream
.flush()
at the end ofAbstractCarrier::writeYarpInt()
to finalizethe write.
Network:metaConnect()
.YARP_dev
ControlBoardRemapper
.YARP_manager
using namespace
directive from headers.Devices
rplidar2
GUIs
yarpview
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.70..v2.3.70.1
):Beta Was this translation helpful? Give feedback.
All reactions