Skip to content

Commit 3aa8a4b

Browse files
authored
Fix MSA tutorial to use new panca.urdf.xacro and xacro argument hand:=true (#789)
... to enable hand model
1 parent cf5d1b1 commit 3aa8a4b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

doc/setup_assistant/setup_assistant_tutorial.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,16 @@ Step 1: Start
4949

5050
.. image:: setup_assistant_start.png
5151

52-
* Click on the browse button and navigate to the *panda_arm.urdf.xacro* file
53-
installed when you installed the Franka package above. (This file
54-
gets installed in
55-
/opt/ros/noetic/share/franka_description/robots/panda/panda.urdf.xacro on Ubuntu
56-
with ROS Noetic.) Choose that file and then click *Load Files*. The
57-
Setup Assistant will load the files (this might take a few seconds)
52+
* Click on the browse button, navigate to the *panda.urdf.xacro* file
53+
installed when you installed the Franka package above, and choose that file.
54+
On ROS Noetic, this file gets installed in
55+
/opt/ros/noetic/share/franka_description/robots/panda/panda.urdf.xacro.
56+
57+
* To enable the optionally available hand in your robot model, add the following *xacro* argument to the corresponding text field: ::
58+
59+
hand:=true
60+
61+
* Finally, click *Load Files*. The Setup Assistant will load the files (this might take a few seconds)
5862
and present you with this screen:
5963

6064
.. image:: setup_assistant_panda_100.png

0 commit comments

Comments
 (0)