UniversalRobots / Universal_Robots_ROS2_Description

ROS2 URDF description for Universal Robots
BSD 3-Clause "New" or "Revised" License
110 stars 107 forks source link

Is there any tutorial telling how to integrate end effector gripper with ur5e ? #71

Open yinguoxiangyi opened 1 year ago

yinguoxiangyi commented 1 year ago

I had a gripper installed on ur5e, but its urdf is not provided. I have to construct its urdf by myself in order to process the collision with gripper . Also I am very confused how to integrate the gripper into the ur5e urdf. I can get the CAD model of the gripper. Is there any step-by-step tutorial starting from gripper CAD model.

macmacal commented 8 months ago

@yinguoxiangyi Think of your gripper as a separate robot and model it in URDF (there is a good tutorial in the official ROS 2 docs - https://docs.ros.org/en/humble/Tutorials/Intermediate/URDF/URDF-Main.html ).

After that, you can connect your gripper's base link to the end effector's link (for the UR's URDF it will be tool0 link) with <joint> marker.