Skip to content

Commit

Permalink
masses fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Feb 20, 2022
1 parent 163895b commit bbdfc62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rover_description/urdf/bases/bogie.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xacro:property name="bogie_box_length" value="0.43" />
<xacro:property name="bogie_box_width" value="0.29" />
<xacro:property name="bogie_box_depth" value="0.10" />
<xacro:property name="bogie_box_mass" value="1.0" />
<xacro:property name="bogie_box_mass" value="0.25" />

<xacro:include filename="$(find rover_description)/urdf/inertials.xacro"/>

Expand Down
2 changes: 1 addition & 1 deletion rover_description/urdf/bases/rocker.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xacro:property name="rocker_box_length" value="0.43" />
<xacro:property name="rocker_box_width" value="0.29" />
<xacro:property name="rocker_box_depth" value="0.10" />
<xacro:property name="rocker_box_mass" value="1.0" />
<xacro:property name="rocker_box_mass" value="0.25" />

<xacro:include filename="$(find rover_description)/urdf/inertials.xacro"/>

Expand Down
2 changes: 1 addition & 1 deletion rover_description/urdf/wheels/corner.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<xacro:property name="corner_box_length" value="0.43" />
<xacro:property name="corner_box_width" value="0.29" />
<xacro:property name="corner_box_depth" value="0.10" />
<xacro:property name="corner_box_mass" value="1.0" />
<xacro:property name="corner_box_mass" value="0.25" />

<xacro:include filename="$(find rover_description)/urdf/inertials.xacro"/>

Expand Down
2 changes: 1 addition & 1 deletion rover_description/urdf/wheels/wheel.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<robot name="body" xmlns:xacro="http://www.ros.org/wiki/xacro">
<xacro:property name="wheel_width" value="0.100" />
<xacro:property name="wheel_radius" value="0.060" />
<xacro:property name="wheel_mass" value="0.15" />
<xacro:property name="wheel_mass" value="0.25" />

<xacro:include filename="$(find rover_description)/urdf/inertials.xacro"/>

Expand Down

0 comments on commit bbdfc62

Please sign in to comment.