Skip to content

Commit

Permalink
Fix xacro command (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElegantLin authored Jan 5, 2025
1 parent 0b118dd commit 49bf001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

0 comments on commit 49bf001

Please sign in to comment.