update description

This commit is contained in:
Wim Meeussen 2011-06-22 09:34:37 -07:00
parent 9ca784cf95
commit b8a94feb3a
2 changed files with 13 additions and 8 deletions

View File

@ -1,13 +1,16 @@
<package>
<description brief="collada_parser">
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>John Hsu</author>
<author>Rosen Diankov</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/collada_parser</url>
<depend package="roscpp"/>
<depend package="urdf_interface"/>
<depend package="colladadom"/>

View File

@ -1,9 +1,11 @@
<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.
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>