Skip to content
Snippets Groups Projects
Commit 9a8457ca authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Remove inorder option as its the default

parent 66317e8d
No related branches found
No related tags found
1 merge request!1Melodic migration
......@@ -9,7 +9,7 @@
<group ns="$(arg ns)">
<param name="robot_description"
command="$(find xacro)/xacro --inorder '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
command="$(find xacro)/xacro '$(find iri_ana_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
<node if="$(arg state_pub)"
pkg="robot_state_publisher"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment