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 Dec 14, 2020
1 parent bd9a73e commit d5c9aa3
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="2e-06"/>
<origin xyz="0 0 0" rpy="0 0 0" />
<inertia ixx="1.1e-09" ixy="0" ixz="0" iyy="1.1e-09" iyz="0" izz="1.1e-09"/>
</inertial>
<visual>
<material name="ptu_body_color">
<color rgba="0.3 0.3 0.3 1.0" />
Expand Down

0 comments on commit d5c9aa3

Please sign in to comment.