-
Notifications
You must be signed in to change notification settings - Fork 132
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
Docs? #45
Comments
Something better than http://docs.ros.org/api/urdf/html/? Now that its outside of bloom we'd have to setup our own doxygen generator, right? This is prob obvious, but you can get the same thing by just looking in the code header files right? |
More docs on the API would be great definitely. Also some tutorials on how to use (and extend) the parser APIs would be great! |
@thomas-moulard: Is it possible to ignore unknown tags in |
As far as I understand, URDF could be extended arbitrarily as it's only XML, after all, but it's not intended to be freely extendable. |
I was looking for a quick example of how to parse an URDF using urdfdom yesterday, and was unable to find anything anywhere.
Even something as simple as the following would have been of great help
I would like to help, but I am not sure where and how I should go about it. An example in the urdfdom README is the first thing that comes to mind. Perhaps the ROS Tutorial on URDF should also be updated. Does anyone have any preference? |
Now that this is upstream, do we have API docs for it somewhere? I see nothing on ros.org, and a quick web search revealed nothing elsewhere either.
The text was updated successfully, but these errors were encountered: