Skip to content

Releases: robotology/icub-models

icub-models v1.23.1

30 Mar 10:13
b2e37d6
Compare
Choose a tag to compare

[1.23.1] - 2022-03-30

Changed

  • The python module icub_models is now implemented in pure python. This removes the pybind11 dependency (#143).

icub-models v1.23.0

28 Feb 08:47
dfd5613
Compare
Choose a tag to compare

[1.23.0] - 2022-02-28

Added

  • Implement a machinery to easily access model locations on C++ and Python (#130)

Changed

Fixed

icub-models v1.22.1

04 Dec 15:11
ab11b8c
Compare
Choose a tag to compare

[1.22.1] - 2021-12-04

Fixed

icub-models v1.22.0

12 Nov 09:05
102edcb
Compare
Choose a tag to compare

[1.22.0] - 2021-11-12

Changed

Fixed

icub-models v1.21.1

03 Sep 17:41
24713ca
Compare
Choose a tag to compare

[1.21.1] - 2021-09-03

Fixed

  • Fixed document on the use of AMENT_PREFIX_PATH environment variable (#101).
  • Fixed wrong default collision on the arms that slowed down Gazebo Classic simulation for iCub3 models (#100, robotology/icub-models-generator#208).

icub-models v1.21.0

27 Aug 15:13
c6e295a
Compare
Choose a tag to compare

[1.21.0] - 2021-08-27

Added

  • The hand_mk3 and wrist_mk2 containing the new version of iCub's hand and wrist, codenamed iCub hand Mk3 and iCub wrist Mk2, have been added to the repo. As this models are still in development, they could change in the future (robotology/icub-models-generator#203, #95).

Changed

Fixed

icub-models v1.20.0

30 May 10:24
955de8f
Compare
Choose a tag to compare

[1.20.0] - 2021-05-30

Changed

The gains and damping parameters of iCubGazeboV3 have been changed (robotology/icub-models-generator#199).

icub-models v1.19.0

24 Feb 20:39
1c9dd81
Compare
Choose a tag to compare

[1.19.0] - 2021-02-24

Added

Fixed

v1.18.1

30 Nov 14:11
27a1c48
Compare
Choose a tag to compare

[1.18.0] - 2020-11-30

Fixed

v1.18.0

27 Nov 18:28
bed6cb2
Compare
Choose a tag to compare

[1.18.0] - 2020-11-30

Added

  • Added first URDF model for the iCub3, namely the iCubGazeboV3 with inertia modified to run in Gazebo Classic, and iCubGenova09 for control of the real robot.
    As the development of this model is an ongoing activity, interested users are suggested to keep in sync with the updates that will happen in the devel branch.

Changed

  • The base_link massless link is now a child of the root_link link instead of being a parent. This has the effect that now when the URDF model of iCub is imported
    in Gazebo, after fixed joint lumping the link corresponding to the robot waist will be root_link, instead of base_link. This means that when the iCub model is included
    in a nested model, the joint to connect it to the rest of the model should refer to iCub::root_link instead of iCub::base_link
    (robotology/icub-models-generator#142, robotology/icub-models-generator#140 (comment)).