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

How do I merge two URDFs? #29

Open
BugLight opened this issue Dec 19, 2022 · 2 comments
Open

How do I merge two URDFs? #29

BugLight opened this issue Dec 19, 2022 · 2 comments

Comments

@BugLight
Copy link

Hello!
I would like to merge robotic arm URDF with selected gripper URDF using your library. How can I do that?

@BugLight
Copy link
Author

BugLight commented Dec 19, 2022

Imagine I have this code:

arm = URDF.load(arm_urdf_path)
gripper = URDF.load(gripper_urdf_path)

# How to attach gripper as an end effector to the arm?

@BugLight
Copy link
Author

@mmatl

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

1 participant