19 lines
648 B
XML
19 lines
648 B
XML
<package>
|
|
<description brief="rosnode command line tool">
|
|
|
|
rosnode is a command-line tool for displaying debug information about ROS <a href="http://www.ros.org/wiki/Nodes">Nodes</a>, including publications, subscriptions and connections. It also contains an experimental library for retrieving node information. This library is intended for internal use only.
|
|
|
|
</description>
|
|
<author>Ken Conley/kwc@willowgarage.com</author>
|
|
<license>BSD</license>
|
|
<review status="API cleared" notes=""/>
|
|
<url>http://ros.org/wiki/rosnode</url>
|
|
<depend package="roslib"/>
|
|
|
|
<export>
|
|
<rosdoc config="rosdoc.yaml"/>
|
|
</export>
|
|
|
|
</package>
|
|
|