https://github.com/ros-planning/navigation
Raw File
Tip revision: 026745985a3c96505a6a5dac6a85ab6cc3aa14b9 authored by eitan on 24 November 2010, 21:20:30 UTC
updating to release navigation 1.3.1
Tip revision: 0267459
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 (amcl)</license>  
  <review status="Doc reviewed" notes=""/>
  <url>http://ros.org/wiki/navigation</url>
  <depend stack="common" /> <!-- actionlib, bfl, yaml_cpp, pluginlib -->
  <depend stack="common_msgs" /> <!-- nav_msgs, sensor_msgs, actionlib_msgs, geometry_msgs -->
  <depend stack="geometry" /> <!-- tf, bullet, angles -->
  <depend stack="laser_pipeline" /> <!-- laser_geometry -->
  <depend stack="ros" /> <!-- rosconsole, std_srvs, roscpp, message_filters, roslib, std_msgs, rostest, rospy, rosmsg, rosrecord, rostopic -->
  <depend stack="visualization_common" /> <!-- ogre_tools, ogre, visualization_msgs -->

</stack>
back to top