https://github.com/ros-planning/navigation
Raw File
Tip revision: 191d0de9a5f143b913df421b46c99e891bd7f67e authored by Eitan Marder-Eppstein on 07 September 2011, 16:50:08 UTC
Updating to release 1.4.2
Tip revision: 191d0de
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="common" /> <!-- bfl, actionlib, yaml_cpp, pluginlib -->
  <depend stack="common_msgs" /> <!-- nav_msgs, sensor_msgs, actionlib_msgs, geometry_msgs, visualization_msgs -->
  <depend stack="driver_common" /> <!-- dynamic_reconfigure -->
  <depend stack="geometry" /> <!-- tf, angles, bullet, eigen -->
  <depend stack="laser_pipeline" /> <!-- laser_geometry -->
  <depend stack="perception_pcl" /> <!-- pcl, pcl_ros -->
  <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