Dual arm control with a single robot #337
Unanswered
supersglzc
asked this question in
Software Q&A
Replies: 2 comments
-
hi @supersglzc , could you please share your robot's |
Beta Was this translation helpful? Give feedback.
0 replies
-
Multi-arm reaching does not work as well as single arm reaching. You could start with checking if multi-target IK works for your robot. If it doesn't work well, try increasing the number of ik iterations here (300-400 might be a good number to start with): |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If it’s not a bug, please use discussions: https://github.com/NVlabs/curobo/discussions
Please provide the below information in addition to your issue:
Hi, I have tried the Multi-Arm Reacher example and it works fine. Basically it defines two goals by specifying the link names in yml. However, when I tried the same thing on my dual-arm robot, in which two arms are connected by a shared torso, it often gives me: Plan did not converge to a solution. I am sure that those poses are easy to reach. If I disable one side of the arm joints to fixed, everything is smooth.
I suppose this is the issue of the connected body, is there any idea how I can resolve this? I don't want to create two separate robots instances and plan separately...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions