Skip to content

Commit 49bf001

Browse files
authored
Fix xacro command (#838)
1 parent 0b118dd commit 49bf001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/bullet_collision_checker/launch/bullet_collision_checker_tutorial.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- load URDF -->
55
<param name="robot_description"
6-
command="$(find xacro)/xacro '$(find franka_description)/robots/panda/panda.urdf.xacro hand:=true'"/>
6+
command="$(find xacro)/xacro '$(find franka_description)/robots/panda/panda.urdf.xacro' hand:=true"/>
77

88
<!-- load SRDF -->
99
<param name="robot_description_semantic" command="$(find xacro)/xacro '$(find panda_moveit_config)/config/panda.srdf.xacro' hand:=true"/>

0 commit comments

Comments
 (0)