Simultaneous dual arm movement #2480
Unanswered
spelletier1996
asked this question in
Q&A
Replies: 1 comment
-
When you create a move group that includes both arms, you need to ensure that there is a kinematics solver configured for this combined group. You might need a custom solver or a different approach to handle two arms together. You have defined |
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
-
I am attempting to plan and move two arms using moveit2 at the same time. I have setup a move group that contains both arms and am using the c++ move_group_interface to attempt to plan and execute for both arms.
When I try to plan I get the message "No kinematics solver instantiated for group 'both_arms'" (I have tried to add and remove "both_arms" from the kinematics.yaml but neither seems to work?)
the rest of the planning and execution "finishes successfully" but I imagine thats because no plan is actually being sent to the move_group.
I can successfully plan and move each arm individually but when i attempt to use the combined move group nothing seems to work
I am also able to successfully use the rviz tool to plan and execute for both arms at the same time, its specifically with the c++ api that I am unable to.
If anyone could point me in the right direction it would be greatly appreciated!
I've tried removing and keeping the both arms portion, unfortunately, when I keep it I get (both arms is not a chain errors)
Beta Was this translation helpful? Give feedback.
All reactions