Skip to content
Snippets Groups Projects
Commit 8bf4bcd5 authored by Pierre-Alexandre Leziart's avatar Pierre-Alexandre Leziart
Browse files

Fix wrong position of the center of mass for Solo-8 and Solo-12 lower legs

parent d331d21a
No related branches found
No related tags found
No related merge requests found
Pipeline #33977 passed
......@@ -234,7 +234,7 @@
<link name="FR_LOWER_LEG">
<!-- Right lower leg inertia -->
<inertial>
<origin rpy="0 0 0" xyz="0.0 0.00787644 -0.08928215"/>
<origin rpy="0 0 0" xyz="0.0 -0.00787644 -0.08928215"/>
<mass value="0.03070001"/>
<inertia ixx="0.00012024" ixy="0.0" ixz="0.0" iyy="0.00012029" iyz="-0.00000305" izz="0.00000216"/>
</inertial>
......@@ -504,7 +504,7 @@
<link name="HR_LOWER_LEG">
<!-- Right lower leg inertia -->
<inertial>
<origin rpy="0 0 0" xyz="0.0 0.00787644 -0.08928215"/>
<origin rpy="0 0 0" xyz="0.0 -0.00787644 -0.08928215"/>
<mass value="0.03070001"/>
<inertia ixx="0.00012024" ixy="0.0" ixz="0.0" iyy="0.00012029" iyz="-0.00000305" izz="0.00000216"/>
</inertial>
......
......@@ -312,7 +312,7 @@
<link name="FR_LOWER_LEG">
<!-- Right lower leg inertia -->
<inertial>
<origin rpy="0 0 0" xyz="0.0 0.00787644 -0.08928215"/>
<origin rpy="0 0 0" xyz="0.0 -0.00787644 -0.08928215"/>
<mass value="0.03070001"/>
<inertia ixx="0.00012024" ixy="0.0" ixz="0.0" iyy="0.00012029" iyz="-0.00000305" izz="0.00000216"/>
</inertial>
......@@ -660,7 +660,7 @@
<link name="HR_LOWER_LEG">
<!-- Right lower leg inertia -->
<inertial>
<origin rpy="0 0 0" xyz="0.0 0.00787644 -0.08928215"/>
<origin rpy="0 0 0" xyz="0.0 -0.00787644 -0.08928215"/>
<mass value="0.03070001"/>
<inertia ixx="0.00012024" ixy="0.0" ixz="0.0" iyy="0.00012029" iyz="-0.00000305" izz="0.00000216"/>
</inertial>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment