Skip to content

Commit

Permalink
Update robot.urdf.xacro dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
pwmarshall authored Dec 14, 2024
1 parent cb05553 commit 0060cd9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/robot_description/models/master_ASM/urdf/robot.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

<robot name="robot_base" xmlns:xacro="http://www.ros.org/wiki/xacro">

<xacro:property name="chassisHeight" value="0.64"/>
<xacro:property name="chassisHeight" value="0.57476257962"/>
<xacro:property name="chassisLength" value="1.1"/>
<xacro:property name="chassisWidth" value="0.512"/>
<xacro:property name="chassisWidth" value="0.5077"/>
<xacro:property name="chassisMass" value="55"/>
<xacro:property name="wheelWidth" value="0.11"/>
<xacro:property name="wheelRadius" value="0.15"/>
<xacro:property name="wheelRadius" value="0.16"/>
<xacro:property name="wheelMass" value="2"/>

<!-- Distance between middle - middle front back wheels 0.873175 m -->
<!-- Distance between middle - middle Left and right wheels 0.62285 m -->
<!-- Distance from back of chassis to middle of back wheels 0.1534125 -->
<!-- Distance from bottem of chassis to middle of wheels 0.0475 (below) -->

<xacro:property name="pretty" value="true"/>

<material name="grey">
Expand Down Expand Up @@ -79,4 +84,4 @@

<xacro:wheel_joint wheel="wheel4" x="-${chassisWidth/2+wheelWidth/3}" y="${chassisLength/2}" z="${chassisHeight/2}"/>

</robot>
</robot>

0 comments on commit 0060cd9

Please sign in to comment.