kdl_parser/urdf_parser/manifest.xml

30 lines
1.0 KiB
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 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.
</description>
<author>Wim Meeussen, John Hsu, Rosen Diankov</author>
<license>BSD</license>
<review status="Doc reviewed" notes=""/>
<url>http://ros.org/wiki/urdf_parser</url>
<rosdep name="tinyxml" />
<depend package="roscpp" /> <!-- Only to call ROS_ERROR -->
<depend package="urdf_interface" />
<export>
<cpp cflags="-I${prefix}/include" lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lurdf_parser"/>
</export>
<platform os="ubuntu" version="9.04"/>
<platform os="ubuntu" version="9.10"/>
<platform os="ubuntu" version="10.04"/>
</package>