How to "attach" two objects to the robot? #604
Unanswered
anarnuri
asked this question in
Software Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question: Attaching two objects to a dual-arm robot — only one attachment respected in planning
Hi all,
I’m working with a custom dual-arm robot and trying to grasp and transport two different objects simultaneously, one with each arm.
I’m able to successfully plan simultaneous dual end-effector (EE) goals, and both grasps execute as expected. However, I’m running into an issue once the objects are attached.
Problem description
right_gripper_base_linkleft_gripper_base_linkee_linkis set to the right gripper, the right attached object is collision-aware, but the left attached object is ignored.ee_linkto the left gripper, the behavior flips.In other words, only one attached object is ever considered for collision avoidance, even though both objects are attached to the same robot and listed in
collision_link_names.Question
What is the correct way to attach multiple objects to different links on the same robot so that both attachments are respected during motion planning and obstacle avoidance?
Is this expected behavior due to using a single
ee_link, or is there additional configuration required to make both attached objects fully collision-aware?Current configuration (excerpt)
Beta Was this translation helpful? Give feedback.
All reactions