YARP 3.0.1 Released #310
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 3.0.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 3.0 series and it fixes a few bugs in YARP 3.0.0.
A (partial) list of bug fixed and issues resolved in this release can be found
here.
Important Changes
idl_tools
component is now required in order to useyarp_idl_to_dir
and
yarp_add_idl
.YARP_rosmsg
getTypeText()
andtypeText()
methods, replaced bystatic constexpr const char* typeText
variable.New Features
Libraries
YARP_rosmsg
static constexpr const char* typeName
,static constexpr const char* typeChecksum
andstatic constexpr const char* typeText
variables to all generatedclasses.
Tools
yarprobotinterface
Bug Fixes
Build System
pcl
component.be used instead).
find_package(YARP)
more than once are nolonger printed.
YARP_COMPILE_CARRIER_PLUGINS
andYARP_COMPILE_DEVICE_PLUGINS
is set to OFF.FeatureSummary
,find_package(YARP)
adds theDESCRIPTION
andURL
properties.FeatureSummary
,find_package(YARP)
no longer addsYCM
to theoptional dependencies.
OPTIONAL_COMPONENTS
infind_package(YARP)
calls whenthe
REQUIRED
option was passed on. Now, a YARP bundle will be considerednot found if any of such components is missing.
ccmake
andcmake-gui
together with a list of dependencies that are not satisfied.yarp_idl_to_dir
andyarp_add_idl
.Libraries
YARP_OS
are available.
MultiNameSpace
inNetwork::initMinimum
.YARP_dev
stateExt
port is used, and the methodsare called through the
iCurrentControl
interface.IJoypadEventDriven
. It was failing enabling c++14 compiling with gcc(#1747).where conversion from Sensor to Ampere was missing.
where conversion from Sensor to Ampere was missing.
conversion was missing.
YARP_math
compiled if Eigen3 was available.
YARP_pcl
YARP_sig
YARP_rosmsg
message_definition
property for all classes.Tools
yarpidl_rosmsg
message_definition
property is now properly generated.GUIs
yarpscope
(commit 02abf63).
Devices
rplidar2
realsense2
fix it also are needed these changes IntelRealSense/librealsense:#2022.
multipleanalogsensorsremapper
batteryClient
batteryWrapper
Contributors
This is a list of people that contributed to this release (generated from the
git history using
git shortlog -ens --no-merges v3.0.0..v3.0.1
):Beta Was this translation helpful? Give feedback.
All reactions