Coder Social home page Coder Social logo

Docs? about urdfdom HOT 5 OPEN

ros avatar ros commented on July 19, 2024
Docs?

from urdfdom.

Comments (5)

davetcoleman avatar davetcoleman commented on July 19, 2024

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?

from urdfdom.

rhaschke avatar rhaschke commented on July 19, 2024

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: For example, is it possible to extend urdf_parser_py to parse own URDF tags? If so, can you point out examples?

from urdfdom.

rhaschke avatar rhaschke commented on July 19, 2024

@thomas-moulard: Is it possible to ignore unknown tags in urdf_parser_py?
For gazebo tags, this is explicitly stated by xmlr.AggregateElement('gazebo', xmlr.RawType()).
However, URDF can be extended arbitrarily (not only with gazebo tags), can't it?

from urdfdom.

kavonszadkowski avatar kavonszadkowski commented on July 19, 2024

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.
We faced the same problem a while ago and decided to annotate it rather than changing the URDF parser itself. You can check out our (not yet finalized) solution here.

from urdfdom.

FSund avatar FSund commented on July 19, 2024

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

#include <urdf_parser/urdf_parser.h>

std::string xml;
nh.getParam("robot_description", xml);
urdf::ModelInterfaceSharedPtr urdf = urdf::parseURDF(xml);

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?

from urdfdom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.