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

SDF Format #1

Open
l0g1x opened this issue Oct 2, 2014 · 3 comments
Open

SDF Format #1

l0g1x opened this issue Oct 2, 2014 · 3 comments

Comments

@l0g1x
Copy link

l0g1x commented Oct 2, 2014

Hi i was wondering if there would be any way you could release a SDF formatted version for the BB2. I would much appreciate it since i dont believe you can convert from xacro to sdf with the gzsdf print command.

@jbohren
Copy link
Member

jbohren commented Oct 2, 2014

You should be able to do it like this (using the test instantiation in the root of this repo):

rosrun xacro xacro test.urdf.xacro > bb.urdf
gzsdf print bb.urdf > bb.sdf

@l0g1x
Copy link
Author

l0g1x commented Oct 2, 2014

Will it actually take care of the xacro properties being distributed everywhere?

Sent from my iPhone

On Oct 2, 2014, at 4:24 PM, Jonathan Bohren [email protected] wrote:

You should be able to do it like this (using the test instantiation in the root of this repo):

rosrun xacro xacro test.urdf.xacro > bb.urdf
gzsdf print bb.urdf > bb.sdf

Reply to this email directly or view it on GitHub.

@jbohren
Copy link
Member

jbohren commented Oct 2, 2014

Ends up looking like this: https://gist.github.com/jbohren/eb9fc0694ef53282ccc9

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