From b8a94feb3a89830165d3f158c2fd4b9a9e45ae3d Mon Sep 17 00:00:00 2001 From: Wim Meeussen Date: Wed, 22 Jun 2011 09:34:37 -0700 Subject: [PATCH] update description --- collada_parser/manifest.xml | 11 +++++++---- urdf_parser/manifest.xml | 10 ++++++---- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/collada_parser/manifest.xml b/collada_parser/manifest.xml index 1c5e4d0..713a2c6 100644 --- a/collada_parser/manifest.xml +++ b/collada_parser/manifest.xml @@ -1,13 +1,16 @@ - - 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. - John Hsu + Rosen Diankov BSD http://ros.org/wiki/collada_parser + diff --git a/urdf_parser/manifest.xml b/urdf_parser/manifest.xml index fa19cf4..24e72f3 100644 --- a/urdf_parser/manifest.xml +++ b/urdf_parser/manifest.xml @@ -1,9 +1,11 @@ - 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. Wim Meeussen, John Hsu, Rosen Diankov BSD