kdl_parser/urdf/manifest.xml

26 lines
769 B
XML

<package>
<description brief="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 code API of the parser has been through our review process and will remain
backwards compatible in future releases.
</description>
<author>Maintained by Ioan Sucan</author>
<license>BSD</license>
<review status="Doc reviewed" notes=""/>
<url>http://ros.org/wiki/urdf</url>
<depend package="roscpp" />
<depend package="collada_parser" />
<rosdep name="rosconsole_bridge" />
<rosdep name="urdfdom" />
<export>
<cpp cflags="`pkg-config --cflags urdf`" lflags="`pkg-config --libs urdf`"/>
</export>
</package>