Skip to content

Commit 50a9576

Browse files
committed
[icub]: fix some inertia properties in URDF
1 parent cb68aa8 commit 50a9576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

robots/icub/icub.urdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@
11151115
<inertial>
11161116
<origin xyz="0 0 0"/>
11171117
<mass value="0.000001"/>
1118-
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
1118+
<inertia ixx="0.000001" ixy="0.000001" ixz="0.000001" iyy="0.000001" iyz="0.000001" izz="0.000001"/>
11191119
</inertial>
11201120
</link>
11211121
<joint name="fl_left_foot_contact" type="fixed">
@@ -1131,7 +1131,7 @@
11311131
<inertial>
11321132
<origin xyz="0 0 0"/>
11331133
<mass value="0.000001"/>
1134-
<inertia ixx="1" ixy="0" ixz="0" iyy="1" iyz="0" izz="1"/>
1134+
<inertia ixx="0.000001" ixy="0.000001" ixz="0.000001" iyy="0.000001" iyz="0.000001" izz="0.000001"/>
11351135
</inertial>
11361136
</link>
11371137
<joint name="fr_left_foot_contact" type="fixed">

0 commit comments

Comments
 (0)