We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I would like to merge robotic arm URDF with selected gripper URDF using your library. How can I do that?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
@mmatl
No branches or pull requests
Hello!
I would like to merge robotic arm URDF with selected gripper URDF using your library. How can I do that?
The text was updated successfully, but these errors were encountered: