Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yinguoxiangyi opened this issue Jun 1, 2023 · 1 comment

Comments

@yinguoxiangyi
Copy link

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.

@yinguoxiangyi yinguoxiangyi changed the title Is there any tutorial telling how to integrate edd effector gripper with ur5e ? Is there any tutorial telling how to integrate end effector gripper with ur5e ? Jun 5, 2023
@macmacal
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants