Skip to content

Commit

Permalink
remove redundant flags from xacro command
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 3ba4447 commit ad00d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leo_description/launch/description.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<arg name="mecanum_wheels" default="false"/>

<param name="robot_description"
command="xacro --inorder $(arg model) mecanum_wheels:=$(arg mecanum_wheels)"/>
command="xacro $(arg model) mecanum_wheels:=$(arg mecanum_wheels)"/>

</launch>

0 comments on commit ad00d66

Please sign in to comment.