Skip to content

Releases: robotology/idyntree

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

iDynTree 5.1.0 (2022-02-25)

25 Feb 17:55
22e621a
Compare
Choose a tag to compare

[5.1.0] - 2022-02-25

Added

  • Expose some Rotation conversion functions for pybind11 bindings (#973).

Fixed

  • Fixed compatibility at CMake level on macOS with MATLAB R2021a and R2021b (#978).