https://github.com/ros-planning/navigation
Raw File
Tip revision: 6a4934b41987b203de2c96676f6e5be5996399ac authored by Eitan Marder-Eppstein on 03 August 2012, 00:48:19 UTC
Added tag navigation-1.8.3 for changeset ebf242e7da68
Tip revision: 6a4934b
stack.xml
<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 eitan@willowgarage.com</author>
  <license>BSD,LGPL,LGPL (amcl)</license>  
  <review status="Doc reviewed" notes=""/>
  <url>http://ros.org/wiki/navigation</url>
  <depend stack="actionlib" /> <!-- actionlib -->
  <depend stack="bfl" /> <!-- bfl -->
  <depend stack="common_msgs" /> <!-- nav_msgs, sensor_msgs, actionlib_msgs, geometry_msgs, visualization_msgs -->
  <depend stack="common_rosdeps" /> <!-- common_rosdeps -->
  <depend stack="dynamic_reconfigure" /> <!-- dynamic_reconfigure -->
  <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>
back to top