kdl_parser/collada_parser/manifest.xml

27 lines
873 B
XML

<package>
<description brief="collada_parser">
This package contains a C++ parser for the Collada robot
description format. The parser reads a Collada XML robot
description, and creates a C++ URDF model. Although it is possible
to directly use this parser when working with Collada robot
descriptions, the preferred user API is found in the urdf package.
</description>
<author>Rosen Diankov, Kei Okada</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/collada_parser</url>
<depend package="roscpp"/>
<depend package="urdf_interface"/>
<rosdep name="colladadom"/>
<export>
<cpp cflags="-I${prefix}/include `pkg-config --cflags collada15dom`"
lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib -lcollada_parser `pkg-config --libs collada15dom`"/>
</export>
</package>