iDynTree 0.11 Released #321
traversaro
started this conversation in
Releases
Replies: 1 comment
-
Many thanks to all the contributors of this iDynTree release: @francesco-romano @S-Dafarra @prashanthr05 @nunoguedelha @pattacini ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
iDynTree 0.11 was released today and is now available for download at: https://github.com/robotology/idyntree/releases/. This release is a new feature release and introduces several new features since iDynTree 0.10 .
iDynTree 0.11 Release Notes
Summary
parsed from URDF may change. In your code, please use name string (in place of indices) to identify joints and links, or use the
iDynTree::ModelLoader
class to load a Model with the specified joint serialization.Important Changes
core
sensors
iDynTree/Sensors/SixAxisFTSensor.h
header has been deprecated in favor of theiDynTree/Sensors/SixAxisForceTorqueSensor.h
.model_io
idyntree-modelio-xml
to parse generic XML files. Support for XSD validation (when parsing from file). This library requires Gnome libxml2.idyntree-modelio-xml
library.idyntree-modelio-urdf-legacy
.core
toEigen
methods forSpan
and added typedef forEigen
maps of vectors.VectorDynsize
andVectorFixSize
classes to enable the use ofmake_span
with these objects.VectorDynSize
andVectorFixSize
forSpan<double>
.high-level
inverse-kinematics
Beta Was this translation helpful? Give feedback.
All reactions