rosrecord: doc reviewed

This commit is contained in:
Ken Conley 2010-01-22 01:33:42 +00:00
parent dd67987630
commit 96c62276ed
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
<package>
<description brief="Ros Logging Tools">
<description brief="ROS Bag Tools">
This is a set of tools for recording from and playing back to ros
topics. It is intended to be high performance and avoids
deserialization and reserialization of the messages.
</description>
<author>Jeremy Leibs (leibs@willowgarage.com), python code by James Bowman (jamesb@willowgarage.com) and Ken Conley (kwc@willowgarage.com)</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://pr.willowgarage.com</url>
<review status="Doc reviewed" notes="2010/01/20"/>
<url>http://ros.org/wiki/rosrecord</url>
<depend package="roscpp"/>
<depend package="rospy"/>
<depend package="topic_tools"/>