ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There's a tutorial for that: https://moveit.picknik.ai/main/doc/examples/dual_arms/dual_arms_tutorial.html
One of the limitations of the tutorial setup is that motion planning & execution for the 2 arms will be synchronous. Basically, that's because the MoveGroupInterface is single-threaded.
They do share a planning scene so collision avoidance should work as you expect.