We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8c4d8 commit bd0e5d4Copy full SHA for bd0e5d4
urdf/robotiq_hande_cylinder_inertial.xacro
@@ -4,10 +4,14 @@
4
<inertial>
5
<mass value="${mass}"/>
6
<xacro:insert_block name="origin"/>
7
- <inertia
8
- ixx="${0.0833333 * mass * (3 * (radius * radius) + height * height)}"
9
- ixy="0.0" ixz="0.0" iyy="${0.0833333 * mass * (3 * (radius * radius) + height * height)}"
10
- iyz="0.0" izz="${0.5 * mass * (radius * radius)}"/>
+ <inertia
+ ixx="${0.0833333 * mass * (3 * (radius * radius) + height * height)}"
+ ixy="0.0"
+ ixz="0.0"
11
+ iyy="${0.0833333 * mass * (3 * (radius * radius) + height * height)}"
12
+ iyz="0.0"
13
+ izz="${0.5 * mass * (radius * radius)}"
14
+ />
15
</inertial>
16
</xacro:macro>
-</robot>
17
+</robot>
0 commit comments