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

Convert xacro to urdf #17

Open
kgiroux opened this issue Jan 29, 2019 · 3 comments
Open

Convert xacro to urdf #17

kgiroux opened this issue Jan 29, 2019 · 3 comments

Comments

@kgiroux
Copy link

kgiroux commented Jan 29, 2019

Does a possibility to convert xacro file to urdf file is included in this program ?

I would like to have a urdf file for the UR3 robot, but i found only xacro format.

@OTL
Copy link
Collaborator

OTL commented Jan 31, 2019

In this program, it uses the xacro which is installed in the system.
It means that this program does not handle xacro directly. But if you install xacro it can handle xacro files.

If you are not using Linux, it might be difficult to install xacro(ROS) in your system.
I recommend to generate urdf file using xacro on a Linux machine with ROS in advance, and copy it to your machine.

@kgiroux
Copy link
Author

kgiroux commented Jan 31, 2019

Thank again for your reply, it was what I was thinking, I have already done that, but it is "platform dependent" of ROS. I would like something more standalone.

Thank again for your reply.
You can close this issue.

@blooop
Copy link

blooop commented Dec 14, 2020

ROS2 supports windows so you could try with that.

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