kinetic-devel/tools/rostopic/manifest.xml

36 lines
1.1 KiB
XML

<package>
<description brief="rostopic command-line tool">
rostopic contains the rostopic command-line tool for displaying
debug information about
ROS <a href="http://www.ros.org/wiki/Topics">Topics</a>, including
publishers, subscribers, publishing rate,
and ROS <a href="http://www.ros.org/wiki/Messages">Messages</a>. It also
contains an experimental Python library for getting information about
and interacting with topics dynamically. This library is for
internal-use only as the code API may change, though it does provide
examples of how to implement dynamic subscription and publication
behaviors in ROS.
</description>
<author>Ken Conley/kwc@willowgarage.com</author>
<license>BSD</license>
<review status="Doc reviewed" notes="11/10/2009"/>
<url>http://ros.org/wiki/rostopic</url>
<depend package="roslib"/>
<depend package="rosmsg"/>
<depend package="rospy"/>
<depend package="rosrecord"/>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
<platform os="ubuntu" version="9.04"/>
<platform os="ubuntu" version="9.10"/>
<platform os="ubuntu" version="10.04"/>
<platform os="macports" version="macports"/>
</package>