https://github.com/ros-planning/navigation
Raw File
Tip revision: 80cd6698ca03239563dba72f512e43281b11f379 authored by eitan on 07 January 2010, 01:48:17 UTC
Updating navigation for 0.6.4 patch release for Tully
Tip revision: 80cd669
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="unreviewed" notes=""/>
  <url>http://ros.org/wiki/navigation</url>
  

  <depend stack="geometry"/> 
  <depend stack="ros"/> 
  <depend stack="visualization_common"/> 
  <depend stack="common"/> 
  <depend stack="common_msgs"/> 
  <depend stack="laser_pipeline"/> 

</stack>
back to top