$search

urdf_parser Documentation

urdf_parser: URDF Xml robot description parser.

This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The parser reads a URDF XML robot description, and creates a C++ URDF model. Although it is possible to directly use this parser when working with URDF robot descriptions, the preferred user API is found in the urdf package.

urdf::Model is a class containing robot model data structure. Every Robot Description File (URDF) can be described as a list of Links (urdf::Model::links_) and Joints (urdf::Model::joints_). The connection between links(nodes) and joints(edges) should define a tree (i.e. 1 parent link, 0+ children links).

codeapi

The URDF parser API contains the following methods:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends


urdf_parser
Author(s): Wim Meeussen, John Hsu, Rosen Diankov
autogenerated on Tue Mar 5 12:16:40 2013