From b7dbbdb534f75f195d7898de8a4a2fc165ed7265 Mon Sep 17 00:00:00 2001
From: fherrero <fherrero@iri.upc.edu>
Date: Tue, 25 May 2021 10:21:01 +0200
Subject: [PATCH] Remove --inorder launch option

---
 launch/description.launch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/launch/description.launch b/launch/description.launch
index b715195..51c5e6d 100644
--- a/launch/description.launch
+++ b/launch/description.launch
@@ -9,7 +9,7 @@
   <group ns="$(arg ns)">
     
     <param name="robot_description"
-         command="$(find xacro)/xacro --inorder '$(find iri_helena_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
+         command="$(find xacro)/xacro '$(find iri_helena_description)/urdf/$(arg model).xacro' name:=$(arg ns)" />
 
     <node if="$(arg state_pub)"
           pkg="robot_state_publisher"
-- 
GitLab