ros-simulation / gazebo_ros_demos

Example robots and code for interfacing Gazebo with ROS
347 stars 225 forks source link

rrbot_description: improve inertia values #12

Closed scpeters closed 8 years ago

scpeters commented 8 years ago

The current inertia matrix values don't match the geometry of the robot. This PR auto-calculates the ixx,iyy,izz values based on the arbitrary mass value of 1.0 The mass is still arbitrary, but now the inertia values should be geometrically consistent.

The tutorial will need to be updated; I'll do that after a separate pull request is merged.

davetcoleman commented 8 years ago

Thanks!