-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Saving the URDF file for a specific robot #556
Comments
My current workaround is to copy the |
One way would be
@gavanderhoorn I remember in the back of my head that we though about having one |
@Victorlouisdg wrote:
No, not like that. What would be possible would be to use I haven't tested this though. @fmauch wrote:
Yes, that is indeed what we've discussed. Basically this: gavanderhoorn@4187b12. |
I'm going to close this, as I believe we've addressed the question in the OP. Feel free to keep commenting on the issue of course. |
Hi, I'm wondering the easiest way is to save the URDF file for a specific robot? Something like this would be convenient, but I guess it's not possible:
roslaunch ur_description load_ur10.launch > my_ur_robot.urdf
I also tried directly using the
xacro
command, but I can't find examples of how to pass arguments:xacro ur.xacro > my_ur_robot.urdf
The text was updated successfully, but these errors were encountered: