v01
This commit is contained in:
28
thirdparty/ros/ros_comm/tools/rosnode/package.xml
vendored
Normal file
28
thirdparty/ros/ros_comm/tools/rosnode/package.xml
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<package>
|
||||
<name>rosnode</name>
|
||||
<version>1.12.14</version>
|
||||
<description>
|
||||
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>
|
||||
<maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
|
||||
<license>BSD</license>
|
||||
|
||||
<url>http://ros.org/wiki/rosnode</url>
|
||||
<author>Ken Conley</author>
|
||||
|
||||
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
|
||||
|
||||
<build_depend>rostest</build_depend>
|
||||
|
||||
<run_depend>rosgraph</run_depend>
|
||||
<run_depend>rostopic</run_depend>
|
||||
|
||||
<export>
|
||||
<rosdoc config="rosdoc.yaml"/>
|
||||
<architecture_independent/>
|
||||
</export>
|
||||
</package>
|
||||
Reference in New Issue
Block a user