Dual Arm control #209
Replies: 5 comments 6 replies
-
If you want to move only one arm at a time, it's better to lock joints of the other arm when planning and switch locks to plan for the second arm. |
Beta Was this translation helpful? Give feedback.
-
This is also something I'm interested in. Specifically, I'd like to be able to define pose goals for both arms, and plan for all the joints simultaneously. It doesn't seem like one could do this without modifying core curobo functionality at the moment. |
Beta Was this translation helpful? Give feedback.
-
You can send targets for multiple end-effectors. See this for an example: https://curobo.org/get_started/2b_isaacsim_examples.html#multi-arm-reacher |
Beta Was this translation helpful? Give feedback.
-
I would also like to express my interest in more functionality for multi arm planning |
Beta Was this translation helpful? Give feedback.
-
Hi, I want to follow this feature's progress as well, and I have figured out controlling two arms in one xrdf, but have not got valid solution on controlling two arms respectively due to different groups. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using curobo with a dual arm configuration but i wonder how to manage to give goal on a specific end effector. For now, I m using the plan_single function. The only solution I found for controlling the other end effector is to provide the current position as goal to the end effector and place inside the link_poses the goal I want for the other end effector. It kinda work but i see some differences between controlling the left or the right gripper. Like it is not the same position error on the same, mirror, goal. Do you know if there are another solution ?
Beta Was this translation helpful? Give feedback.
All reactions