icub-tech-iit / ergocub-gazebo-simulations

Repository containing the models and the simulations for ergoCub
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Modify stickbot urdf #16

Closed CarlottaSartore closed 2 years ago

CarlottaSartore commented 2 years ago

This PR addresses #15 and changes the links masses as per https://github.com/robotology/icub-models/issues/94, now the robot weight is equal to

idyntree-model-info -m model.urdf --total-mass
[WARNING] SensorElement :: setAttributes : iDynTree does not support sensor of type depth
[WARNING] SensorElement :: setAttributes : iDynTree does not support sensor of type camera
The total mass of model is 52.0102 Kg.

Note that there was the need of recomputing the inertias since the mass changed, I used directly the script inside ergocub gazebo simulator to perform the computation for the changes. :warning: the mass of the robot is not exactly equal to the one of icub3 but there are new links (such as the lidar) that increase the mass of the robot.

Since I was already there I have:

C.C. @AlexAntn @GrmanRodriguez @Nicogene @lrapetti @DanielePucci

Nicogene commented 2 years ago

Merged, thanks!