Skip to content

Commit

Permalink
[tetris_description] update model parameters, not sure if this is cor…
Browse files Browse the repository at this point in the history
…rect
  • Loading branch information
534o committed Mar 3, 2015
1 parent 8fc036b commit a6702d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tetris_description/urdf/tetris.gazebo.xacro
Expand Up @@ -16,7 +16,7 @@
<rightJoint>left_wheel_joint</rightJoint>
<wheelSeparation>${wheel_separation}</wheelSeparation>
<wheelDiameter>${wheel_diameter}</wheelDiameter>
<torque>20</torque>
<torque>5</torque>
<commandTopic>/${ns}/cmd_vel</commandTopic>
<odometryTopic>/${ns}/odom</odometryTopic>
<odometryFrame>odom</odometryFrame>
Expand Down
6 changes: 3 additions & 3 deletions tetris_description/urdf/tetris.urdf.xacro
Expand Up @@ -38,7 +38,7 @@
</geometry>
</collision>
<inertial>
<mass value="1.0" />
<mass value="10.0" />
<inertia ixx="1.0" ixy="0.0" ixz="0.0" iyy="1.0" iyz="0.0" izz="1.0" />
</inertial>
</link>
Expand All @@ -51,8 +51,8 @@
</collision>
<inertial>
<origin xyz="-0.45 0 0" />
<mass value="0.1" />
<inertia ixx="0.1" ixy="0.0" ixz="0.0" iyy="0.1" iyz="0.0" izz="0.1" />
<mass value="5" />
<inertia ixx="1" ixy="0.0" ixz="0.0" iyy="1" iyz="0.0" izz="1" />
</inertial>
</link>
<joint name="base_to_tail" type="fixed">
Expand Down

0 comments on commit a6702d7

Please sign in to comment.