Skip to content

Commit

Permalink
Fix tilted_link inertia (ros-drivers#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
chikuta committed Nov 30, 2020
1 parent bd9a73e commit af419cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flir_ptu_description/urdf/d46.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
</inertial>
</link>
<link name="${name}_tilted_link">
<inertial>
<mass value="0.65" />
<origin xyz="0 0 0" rpy="0 0 0" />
<inertia ixx="0.0001" ixy="0" ixz="0" iyy="0.0001" iyz="0" izz="0.0001" />
</inertial>
<visual>
<material name="ptu_body_color">
<color rgba="0.3 0.3 0.3 1.0" />
Expand Down

0 comments on commit af419cb

Please sign in to comment.