Skip to content

Commit

Permalink
Add dummy inertias for Gazebo simulation
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Borghi <emiliano@smartmachine.nz>
  • Loading branch information
eborghi10 committed Jul 8, 2024
1 parent ba60f4a commit 8f190d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microstrain_inertial_description/urdf/cv7.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
</geometry>
<material name="cv7_material"/>
</visual>
<xacro:inertial_cuboid mass="0.001" x_length="0.1" y_length="0.1" z_length="0.1"/>
</link>

<link name="${name}">
<xacro:inertial_cuboid mass="0.001" x_length="0.1" y_length="0.1" z_length="0.1"/>
</link>

<!-- This joint handles the center of the CV7, but measurements will not be produced WRT to this, it is just easier to place on robots -->
Expand Down

0 comments on commit 8f190d8

Please sign in to comment.