Skip to content

Commit

Permalink
Potential sim fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jul 18, 2024
1 parent 5e19444 commit de7c489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hsrb_description/urdf/base_v2/base.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@

<link name="${prefix}_link">
<inertial>
<mass value="50.00"/> <!-- use dummy weight to stabilize gazebo move base (real value: 11.017971)-->
<!-- TUe: increased from 50 to 100 -->
<mass value="100.00"/> <!-- use dummy weight to stabilize gazebo move base (real value: 11.017971)-->
<origin xyz="-0.025978 -0.005498 0.17633"/>
<inertia ixx="0.3742" ixy="0.000434172172" ixz="0.03088"
iyy="0.3436" iyz="0.01775" izz="0.1509"/>
Expand Down

0 comments on commit de7c489

Please sign in to comment.