update description
This commit is contained in:
parent
9ca784cf95
commit
b8a94feb3a
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue