Dear Developers,
I want add a custom gripper to my UR5 in Moveit. The purpose is, to click components together. Its look like suction cup.
I have one element in Robot-Tool (wrist3) attached. Second element located on table and robot have to move to it and click in.
This gripper is passive, has no electric or mechanical moving. 3d-Model of the gripper look like a little bit complicated then a box.
One easy opportunity exists: just attack object(obstacle) in Moveit to Robot joint(wrist3). But it is not the best way to realize it.
Question: How can i add my custom gripper to urdf for moveit-assistant? to define planning-group like in tutorial, avoid self-collision and it can be load automatically with my robot model.
Steps what I imagine for the solution:
- Create 3d-model (done)
- Create URDF from 3d-Model
a. Can I do it with solidworks? - Implement URDF from my custom gripper to URDF from robot
a. How can I complete ur5.urdf.xacro file?
b. Or can I link my URDF from gripper in ur5_robot.urdf.xacro ? if yes, then how?
c. Any other option for that step?
Maybe it exists documentation to that theme?
Thanks all for help