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

urdf xml should support quaternions #13

Open
baxelrod-bdai opened this issue Oct 25, 2013 · 3 comments
Open

urdf xml should support quaternions #13

baxelrod-bdai opened this issue Oct 25, 2013 · 3 comments

Comments

@baxelrod-bdai
Copy link

it would be nice if the urdf xml format accepted quaternions in addition to roll, pitch, yaw.

Karsten1987 pushed a commit to Karsten1987/urdfdom that referenced this issue Nov 15, 2018
Create typedefs for shared pointers
@VictorLamoine
Copy link

I've done some modifications in urdfdom and urdfdom_headers to make this possible (I think)

master...VictorLamoine:master
ros/urdfdom_headers@master...VictorLamoine:master

I've compiled and installed both projects on my system (in /usr/local/) but it seems that ROS is not using the new version to parse URDF files.

What should be done to make sure the new version (from /usr/local) is going to be used?

@clalancette
Copy link
Contributor

@VictorLamoine You can probably use LD_LIBRARY_PATH to point to /usr/local and make it use the headers there. Worst case, if that doesn't work, then I'd suggest making a container, installing ROS into it, then manually installing the new versions of liburdfdom*.so into /usr/lib/x86_64-linux-gnu, with corresponding headers in /usr/include/urdf*.

@VictorLamoine
Copy link

Modifying LD_LIBRARY_PATH works thanks @clalancette

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

Successfully merging a pull request may close this issue.

4 participants