Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Dec 2, 2024
1 parent 6f32de8 commit 97cc6eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<xacro:property name="wheel_mesh" value="wheel_smooth.dae"/>
</xacro:if>

<xacro:if value="${wheel == 'default' or heel == 'tread'}">
<xacro:if value="${wheel == 'default' or wheel == 'tread'}">
<xacro:property name="wheel_length" value="0.1143" />
<xacro:property name="wheel_radius" value="0.1651" />
<xacro:property name="wheel_mesh" value="wheel_tread.dae"/>
Expand Down

0 comments on commit 97cc6eb

Please sign in to comment.