Skip to content

Commit 7d8ea64

Browse files
committed
Make comment consistent with code
1 parent 426af1e commit 7d8ea64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/move_group_python_interface/scripts/move_group_python_interface_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def attach_box(self, timeout=4):
419419
## robot be able to touch them without the planning scene reporting the contact as a
420420
## collision. By adding link names to the ``touch_links`` array, we are telling the
421421
## planning scene to ignore collisions between those links and the box. For the Panda
422-
## robot, we set ``grasping_group = 'hand'``. If you are using a different robot,
422+
## robot, we set ``grasping_group = 'panda_hand'``. If you are using a different robot,
423423
## you should change this value to the name of your end effector group name.
424424
grasping_group = "panda_hand"
425425
touch_links = robot.get_link_names(group=grasping_group)

0 commit comments

Comments
 (0)