-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.xml
23 lines (22 loc) · 1.16 KB
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<stack>
<description brief="planar navigation stack">
A 2D navigation stack that takes in information from odometry, sensor
streams, and a goal pose and outputs safe velocity commands that are sent
to a mobile base.
</description>
<author>Maintained by Eitan Marder-Eppstein [email protected]</author>
<license>BSD,LGPL,LGPL (amcl)</license>
<review status="Doc reviewed" notes=""/>
<url>http://ros.org/wiki/navigation</url>
<depend stack="bullet" /> <!-- bullet -->
<depend stack="common" /> <!-- actionlib, yaml_cpp, bfl -->
<depend stack="common_msgs" /> <!-- nav_msgs, sensor_msgs, actionlib_msgs, geometry_msgs, visualization_msgs -->
<depend stack="driver_common" /> <!-- dynamic_reconfigure -->
<depend stack="eigen" /> <!-- eigen -->
<depend stack="geometry" /> <!-- tf, angles -->
<depend stack="laser_pipeline" /> <!-- laser_geometry -->
<depend stack="perception_pcl" /> <!-- pcl, pcl_ros -->
<depend stack="pluginlib" /> <!-- pluginlib -->
<depend stack="ros" /> <!-- roslib -->
<depend stack="ros_comm" /> <!-- rosconsole, std_srvs, roscpp, message_filters, std_msgs, rostest, rospy, rostopic, rosbag, rosmsg -->
</stack>