Skip to content

Commit

Permalink
added argument for mecanum wheels in leo_sim urdf file
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
  • Loading branch information
Bitterisland6 committed Oct 30, 2023
1 parent 85e9833 commit 2ffe631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion leo_description/urdf/leo_sim.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

<xacro:arg name="fixed" default="false"/>
<xacro:arg name="robot_ns" default=""/>
<xacro:arg name="mecanum_wheels" default="false"/>

<xacro:include filename="$(find leo_description)/urdf/macros.xacro"/>

<xacro:leo_sim robot_ns="$(arg robot_ns)"
fixed="$(arg fixed)"/>
fixed="$(arg fixed)"
mecanum_wheels="$(arg mecanum_wheels)"/>

</robot>

0 comments on commit 2ffe631

Please sign in to comment.