Skip to content

Commit

Permalink
Make comment consistent with code
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Dec 1, 2024
1 parent 426af1e commit 7d8ea64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def attach_box(self, timeout=4):
## robot be able to touch them without the planning scene reporting the contact as a
## collision. By adding link names to the ``touch_links`` array, we are telling the
## planning scene to ignore collisions between those links and the box. For the Panda
## robot, we set ``grasping_group = 'hand'``. If you are using a different robot,
## robot, we set ``grasping_group = 'panda_hand'``. If you are using a different robot,
## you should change this value to the name of your end effector group name.
grasping_group = "panda_hand"
touch_links = robot.get_link_names(group=grasping_group)
Expand Down

0 comments on commit 7d8ea64

Please sign in to comment.