Idyntree Versions Save

Multibody Dynamics Library designed for Free Floating Robots

v12.2.1

2 weeks ago

What's Changed

Full Changelog: https://github.com/robotology/idyntree/compare/v12.2.0...v12.2.1

v12.2.0

3 weeks ago

What's Changed

Full Changelog: https://github.com/robotology/idyntree/compare/v12.1.0...v12.2.0

v12.1.0

1 month ago

What's Changed

Full Changelog: https://github.com/robotology/idyntree/compare/v12.0.0...v12.1.0

v12.0.0

1 month ago

Highlights

What's Changed

Added

Fixed

Modified

Full Changelog: https://github.com/robotology/idyntree/compare/v11.0.0...v12.0.0

v11.0.0

2 months ago

What's Changed

Added

Fixed

CI

Misc

Full Changelog: https://github.com/robotology/idyntree/compare/v10.3.0...v11.0.0

v10.3.0

3 months ago

[10.3.0] - 2024-02-07

Added

v10.2.1

3 months ago

[10.2.1] - 2024-02-01

Fixed

Full Changelog: https://github.com/robotology/idyntree/compare/v10.2.0...v10.2.1

v10.2.0

4 months ago

[10.2.0] - 2024-01-12

Added

v10.1.0

4 months ago

[10.1.0] - 2024-01-09

Added

Fixed

v10.0.0

7 months ago

[10.0.0] - 2023-10-16

Added

Changed

Deprecated

  • Linking iDynTree::idyntree-sensors is deprecated, you can just link iDynTree::idyntree-model instead, or just search and replace iDynTree::idyntree-sensors with an empty string if you are already linking iDynTree::idyntree-model (https://github.com/robotology/idyntree/pull/1104).
  • Including <iDynTree/Core/@[email protected]>, <iDynTree/Model/@[email protected]>, <iDynTree/Sensors/@[email protected]>, <iDynTree/ModelIO/@[email protected]>, <iDynTree/Estimation/@[email protected]>, <iDynTree/yarp/@[email protected]> is deprecated, just include <iDynTree/@[email protected]> . To perform this migration, just search and replace <iDynTree/Core/ with <iDynTree/, <iDynTree/Model/ with <iDynTree/, <iDynTree/Sensors/ with <iDynTree/, <iDynTree/ModelIO/ with <iDynTree/, <iDynTree/Estimation/ with <iDynTree/, <iDynTree/yarp/ with <iDynTree/ (https://github.com/robotology/idyntree/pull/1104).
  • Several methods that take in input both a iDynTree::Model and a iDynTree::SensorsList have been deprecated, users are suggested to call the variant that takes in input only the iDynTree::Model, if necessary by populating correctly the sensors of the iDynTree::Model via the iDynTree::Model::sensors method (https://github.com/robotology/idyntree/pull/1106).
  • Several classes that ended in Raw are deprecated, and in their place their non-Raw counterpart should be used. In particular, the pair "deprecated"/"replacement" is : iDynTree::PositionRaw/iDynTree::Position, iDynTree::RotationRaw/iDynTree::Rotation, iDynTree::RotationalInertiaRaw/iDynTree::RotationalInertia and iDynTree::SpatialInertiaRaw/iDynTree::SpatialInertia (https://github.com/robotology/idyntree/pull/1114).