Skip to content

Releases: robotology/idyntree

iDynTree 9.0.0 (2023-05-11)

11 May 09:18
35b0f76
Compare
Choose a tag to compare

[9.0.0] - 2023-05-11

Fixed

  • Fix export of iDynTree::PrismaticJoint in iDynTree::getRandomModel (#1057).

Changed

  • Binary wheels available on PyPI now target manylinux_2_28, and the options IDYNTREE_USES_ASSIMP, IDYNTREE_USES_IPOPT and IDYNTREE_USES_IRRLICHT are disable in binary wheels on PyPI. If you need these options enabled, please use conda-forge binaries or build iDynTree from source (#1068).
  • Compilation with IDYNTREE_USES_IRRLICHT set to ON now requires glfw library. Furthermore, now IDYNTREE_USES_IRRLICHT on Windows requires irrlicht to be compiled with SDL support. This changes have been done to support resizable visualizer windows on Windows (#1070, #1071).
  • Use iDynTree::InverseKinematicsRotationParametrizationRollPitchYaw as default parametrization in iDynTree::InverseKinematics (#1058).

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

  • Build and deploy PyPI wheels for Python 3.10 (#1061)

iDynTree 8.1.0 (2023-01-16)

16 Jan 14:08
51d5c74
Compare
Choose a tag to compare

[8.1.0] - 2023-01-16

Added

  • Enabled the use of irrlicht dependency in PyPI builds (#1045).

iDynTree 8.0.1 (2023-01-10)

10 Jan 08:42
7ecf7b5
Compare
Choose a tag to compare

[8.0.1] - 2023-01-10

Fix

  • Fix MatrixView constructor when MatrixView<const T> is built from MatrixView<T> (#1044).

iDynTree 8.0.0 (2022-12-14)

14 Dec 08:15
a7fdef0
Compare
Choose a tag to compare

[8.0.0] - 2022-12-14

Added

  • Added the possibility to set the alpha channel while loading a model in the meshcat visualizer (#1033).
  • Add the possibility to pass the list containing the mesh path while building the model (#1036).
  • Enable implicit conversion and change KinDynComputations holder in the iDynTree bindings (#1037).

iDynTree 7.0.0 (2022-08-31)

31 Aug 08:54
8c6596d
Compare
Choose a tag to compare

[7.0.0] - 2022-08-31

Fixed

  • Fix compilation against PyPy (#1018).

Changed

  • estimateExternalWrenches: Avoid to compute the pseudoinverse to evaluate the external wrenches (#1017).

iDynTree 6.1.0 (2022-08-18)

18 Aug 10:12
47f44ee
Compare
Choose a tag to compare

[6.1.0] - 2022-08-18

Added

  • Added creation of sub model object starting from the full model and a sub traversal (#1011).

Fixed

  • Fix bug of InverseKinematics::updateRotationTarget that did not actually changed the RotationWeight, but changed the PositionWeight instead (#1012).

iDynTree 6.0.0 (2022-07-19)

19 Jul 20:12
008db65
Compare
Choose a tag to compare

[6.0.0] - 2022-07-19

Added

  • Added a new Berdy variant that accounts for estimating the external link wrenches independently of the internal joint torque estimates (#991).

Changed

  • Changed signature of the method BerdyHelper::serializeDynamicVariables in order to serialize also the RCM_SENSOR (#991).

iDynTree 5.3.0 (2022-07-19)

19 Jul 06:55
768fed2
Compare
Choose a tag to compare

[5.3.0] - 2022-07-19

Added

  • Additional functionalities for pybind11 bindings (#1001):
    • Twist class
    • ModelLoader class
    • Basic kinematics support in KinDynComputations

Changed

  • No warning is printed if a sensor not supported by iDynTree is found in an URDF file (#997).

iDynTree 5.2.1 (2022-05-19)

19 May 11:16
360dde2
Compare
Choose a tag to compare

[5.2.1] - 2022-05-19

  • Fixed compatibility with YARP 3.7 (#992).

iDynTree 5.2.0 (2022-05-09)

09 May 09:18
fcb7cb2
Compare
Choose a tag to compare

[5.2.0] - 2022-05-09

Added

  • Added DHChain class to the bindings (#984).

Fixed

  • Fixed problems of running two (or more) times the iDynTree.Visualizer class on Windows when using SDL >= 1.2.52 (#988, #986).