forked from ros-controls/ros_control
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.xml
More file actions
18 lines (16 loc) · 725 Bytes
/
stack.xml
File metadata and controls
18 lines (16 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<stack>
<description brief="ROS Control">
The new ros controller manager
</description>
<author>Maintained by Wim Meeussen</author>
<license>BSD</license>
<review status="Doc reviewed" notes="2009-11-13"/>
<url>http://ros.org/wiki/ros_control</url>
<depend stack="pluginlib" /> <!-- pluginlib -->
<depend stack="ros_comm" /> <!-- std_msgs, std_srvs, rosparam, rospy, roscpp -->
<depend stack="ros" />
<depend stack="common_msgs" /> <!-- geometry_msgs, sensor_msgs, diagnostic_msgs -->
<depend stack="diagnostics" /> <!-- diagnostic_updater -->
<depend stack="geometry" /> <!-- angles -->
<depend stack="robot_model" /> <!-- urdf_interface, robot_state_publisher, urdf, kdl_parser -->
</stack>