Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 9337fd4

Browse files
authored
fix: Add attached_object_touch_links to pickup (#31)
1 parent 78242db commit 9337fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/moveit_python/pick_place_interface.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def get_place_action(self):
7777
def pickup(self, name, grasps, wait=True, **kwargs):
7878
# Check arguments
7979
supported_args = ("allow_gripper_support_collision",
80+
"attached_object_touch_links",
8081
"allowed_touch_objects",
8182
"plan_only",
8283
"planner_id",

0 commit comments

Comments
 (0)