https://github.com/ros-planning/navigation
Raw File
Tip revision: c2c3148d49916e685ce7ac63ad8854e6131860a9 authored by eitan on 15 October 2009, 02:00:11 UTC
Deleting old tag
Tip revision: c2c3148
stack.xml
<stack name="navigation" version="0.5.1">
  <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>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