Skip to content

Commit f444704

Browse files
seanyenv4hn
authored andcommitted
Use xacro without extension.
1 parent 63c847b commit f444704

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/interactivity/launch/attached_body_tutorial.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<launch>
22

33
<!-- load URDF -->
4-
<param name="robot_description" command="$(find xacro)/xacro.py '$(find panda_description)/robots/panda.urdf.xacro'" />
4+
<param name="robot_description" command="$(find xacro)/xacro '$(find panda_description)/robots/panda.urdf.xacro'" />
55

66
<!-- load SRDF -->
77
<param name="robot_description_semantic" textfile="$(find panda_moveit_config)/config/panda.srdf" />

doc/interactivity/launch/interactivity_tutorial.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<launch>
22

33
<!-- load URDF -->
4-
<param name="robot_description" command="$(find xacro)/xacro.py '$(find panda_description)/robots/panda.urdf.xacro'" />
4+
<param name="robot_description" command="$(find xacro)/xacro '$(find panda_description)/robots/panda.urdf.xacro'" />
55

66
<!-- load SRDF -->
77
<param name="robot_description_semantic" textfile="$(find panda_moveit_config)/config/panda.srdf" />

0 commit comments

Comments
 (0)