Moveit! For Moving An Object Attached to Multiple Arms Simultaneously
I have a box attached to the end effectors of three delta robots. I have managed to get the delta robots working with Moveit! by "chaining " all links in a serial way.
Setup: The box frame is placed at the centroid of the three robots' end effectors (the platform at the top of each robot), but the box as a whole is attached to all three of them at the same time.
Challenge: I would like to have the robots plan together for moving the box to a desired goal pose.
At this moment, I am able to
- plan for all robots individually at the same time. (Done by putting all three robots as subgroups into a super group and planning through move_group_interface. Also I can see an interactive marker at each end-effector. )
I would like to have
- A box with an interactive marker attached to all three robots at the same. When I drag the interactive marker to a desired pose, all robots should move accordingly on Rviz. (This is what I'm not sure about)
Without adding the box (since I'm still not clear about the best way to add it), an illustration is below. Any idea how to achieve the above points?
What do you mean by "both arms" when there seem to be 3 delta robots with 3 arms each? I am confused about where the box is supposed to go and rotate, and what the actual question is. What of this have you tried implementing, and where are you now?
Hi, Thanks for your comment. I edited my question again to make it clear. I hope now it's clear in terms of the setup of the box and what the task is!
Hi, thanks again for raising these points. I just made some edits to my questions accordingly. 1. Yes, it's more accurate to call them "delta robot". 2. It is not directly related to this problem, but I will explain as a side note. A Moveit! group has to be in a "chain" structure (i.e, no close loop). So for parallel platforms like Delta Robots, the URDF needs to be modified. By "chaining the links" in URDF, I meant "adding extra joints and links so that the parallel platform links can be connected in a serial way, like a chain". This is how I made each Delta Robot working with Moveit!
I am not personally affected, but I think a more detailed explanation might be helpful for someone somewhere. If you want to post something like a MoveIt tutorial, a personal blog post or a ROS Answers post you answer yourself, please feel free :)