All notable changes to this project will be documented in this file.
The format of this document is based on Keep a Changelog.
- Fixed document on the use of
AMENT_PREFIX_PATH
environment variable (robotology#101). - Fixed wrong default collision on the arms that slowed down Gazebo Classic simulation for iCub3 models (robotology#100, robotology/icub-models-generator#208).
- The
hand_mk3
andwrist_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).
- The iCub3 models (
iCubGenova09
andiCubGazeboV3
) have been updated with the new arm covers (robotology/icub-models-generator#202).
- The masses of iCub3 models (
iCubGenova09
andiCubGazeboV3
) have been fixed to be more similar to the one of the real robot (robotology/icub-models-generator#207).
- The gains and damping parameters of
iCubGazeboV3
have been changed (robotology/icub-models-generator#199).
- Added documentation to use the models in ROS2 (robotology#82).
- Added model for the iCubErzelli02 robot (robotology/icub-models-generator#195).
- Fixed the license tag in the package.xml for use the models in ROS/ROS2 (robotology#78).
- Fixed several issues and problems with the iCubGenova09/iCubGazeboV3 model (robotology/icub-models-generator#194, robotology/icub-models-generator#193, robotology/icub-models-generator#189, robotology/icub-models-generator#187).
- Fix the direction of some axis for the iCub3 models (robotology/icub-models-generator#184).
- 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 thedevel
branch.
- The
base_link
massless link is now a child of theroot_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 beroot_link
, instead ofbase_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 toiCub::root_link
instead ofiCub::base_link
(robotology/icub-models-generator#142, robotology/icub-models-generator#140 (comment)).