Skip to content

Latest commit

 

History

History
147 lines (92 loc) · 7.52 KB

CHANGELOG.md

File metadata and controls

147 lines (92 loc) · 7.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format of this document is based on Keep a Changelog.

[Unreleased]

[2.0.0] - 2023-03-08

Fixed

[1.26.0] - 2022-12-09

Changed

Fixed

[1.25.0] - 2022-08-23

Changed

[1.24.1] - 2022-06-08

Fixed

[1.24.0] - 2022-05-31

Fixed

[1.23.4] - 2022-05-06

Fixed

  • Make the C++ helper library more robust to system that automatically make the library relocatable such as conda (robotology#154).

[1.23.3] - 2022-04-08

Fixed

  • In Python helper library, fix the get_models_path() when the icub_models package is installed with the robotology-superbuild (robotology#149, robotology#150).
  • Fix the PYTHON_ABSOLUTE_INSTDIR when a relative PYTHON_INSTDIR is detected (robotology#150)

[1.23.2] - 2022-03-31

Fixed

  • Fix CMake configuration if Python library installation is enabled (robotology#146).

[1.23.1] - 2022-03-30

Changed

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

[1.23.0] - 2022-02-28

Added

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

Changed

Fixed

[1.22.1] - 2021-12-04

Fixed

[1.22.0] - 2021-11-12

Changed

Fixed

[1.21.1] - 2021-09-03

Fixed

[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, robotology#95).

Changed

Fixed

[1.20.0] - 2021-05-30

Changed

[1.19.0] - 2021-02-24

Added

Fixed

[1.18.1] - 2020-11-30

Fixed

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