Skip to content

Commit

Permalink
Fix inertia so mujoco can read it
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangGiang93 committed Mar 31, 2022
1 parent 7834fd2 commit ec7066a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iai_boxy_base_2/robots/base.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
<mass value="2.0" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.03" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.01" />
</inertial>
<visual>
<geometry>
Expand All @@ -64,7 +64,7 @@
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
<mass value="2.0" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.03" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.01" />
</inertial>
<visual>
<geometry>
Expand All @@ -90,7 +90,7 @@
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
<mass value="2.0" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.03" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.01" />
</inertial>
<visual>
<geometry>
Expand All @@ -116,7 +116,7 @@
<inertial>
<origin xyz="0 0 0" rpy="0 0 0" />
<mass value="2.0" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.03" />
<inertia ixx="0.01" ixy="0.0" ixz="0.0" iyy="0.01" iyz="0.0" izz="0.01" />
</inertial>
<visual>
<geometry>
Expand Down

0 comments on commit ec7066a

Please sign in to comment.