Change xacro.py to xacro.
authorWalter Fetter Lages <w.fetter@ieee.org>
Fri, 10 May 2019 04:31:59 +0000 (01:31 -0300)
committerWalter Fetter Lages <w.fetter@ieee.org>
Fri, 10 May 2019 04:31:59 +0000 (01:31 -0300)
bhand_description/launch/bhand.launch
wam_description/launch/wam.launch

index fcdfa2e..243fdbd 100644 (file)
@@ -1,6 +1,6 @@
 <launch>
        <arg name="world" default="false"/>
 
-       <param unless="$(arg world)" name="robot_description" command="$(find xacro)/xacro.py '$(find bhand_description)/xacro/bhand.urdf.xacro'" />
-       <param if="$(arg world)" name="robot_description" command="$(find xacro)/xacro.py '$(find bhand_description)/xacro/bhand0.urdf.xacro'" />
+       <param unless="$(arg world)" name="robot_description" command="$(find xacro)/xacro '$(find bhand_description)/xacro/bhand.urdf.xacro'" />
+       <param if="$(arg world)" name="robot_description" command="$(find xacro)/xacro '$(find bhand_description)/xacro/bhand0.urdf.xacro'" />
 </launch>
index 8de6e4f..cec8ec6 100644 (file)
@@ -5,18 +5,18 @@
 
        <group unless="$(arg world)">
                <group unless="$(arg table)">
-                       <param unless="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro.py '$(find wam_description)/xacro/wam.urdf.xacro'" />
-                       <param if="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro.py '$(find wam_description)/xacro/wam_bhand.urdf.xacro'" />
+                       <param unless="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro '$(find wam_description)/xacro/wam.urdf.xacro'" />
+                       <param if="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro '$(find wam_description)/xacro/wam_bhand.urdf.xacro'" />
                </group>
                <group if="$(arg table)">
-                       <param unless="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro.py '$(find wam_description)/xacro/wam_table.urdf.xacro'" />
-                       <param if="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro.py '$(find wam_description)/xacro/wam_bhand_table.urdf.xacro'" />
+                       <param unless="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro '$(find wam_description)/xacro/wam_table.urdf.xacro'" />
+                       <param if="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro '$(find wam_description)/xacro/wam_bhand_table.urdf.xacro'" />
                </group>
        </group>
 
        <group if="$(arg world)">
-               <param unless="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro.py '$(find wam_description)/xacro/wam_world.urdf.xacro'" />
-               <param if="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro.py '$(find wam_description)/xacro/wam_bhand_world.urdf.xacro'" />
+               <param unless="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro '$(find wam_description)/xacro/wam_world.urdf.xacro'" />
+               <param if="$(arg bhand)" name="robot_description" command="$(find xacro)/xacro '$(find wam_description)/xacro/wam_bhand_world.urdf.xacro'" />
        </group>
 
 </launch>