Idyntree Versions Save

Multibody Dynamics Library designed for Free Floating Robots

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).

v9.1.0

1 year ago

[9.1.0] - 2023-05-25

Added

Fixed

v9.0.0

1 year ago

[9.0.0] - 2023-05-11

Fixed

Changed

URDF XML parser change

The XML parser API has changed. Now an additional XMLParserState context object is propagated while parsing. To catch logic errors (which are not pure XML errors that are currently caught by the parser itself) the XMLParserState contains a bool variable. Further logic can be added to the context state.

The following errors are currently check:

  • Duplicate joints in the URDF will cause an error.

Added

v8.1.0

1 year ago

[8.1.0] - 2023-01-16

Added

v8.0.1

1 year ago

[8.0.1] - 2023-01-10

Fix

v8.0.0

1 year ago

[8.0.0] - 2022-12-14

Added

v7.0.0

1 year ago

[7.0.0] - 2022-08-31

Fixed

Changed

v6.1.0

1 year ago

[6.1.0] - 2022-08-18

Added

Fixed

v6.0.0

1 year ago

[6.0.0] - 2022-07-19

Added

Changed

v5.3.0

1 year ago

[5.3.0] - 2022-07-19

Added

Changed