https://github.com/ros-planning/navigation
Raw File
Tip revision: 964483aff8f05779989e123fbb1669a9344efe17 authored by eitan on 22 December 2009, 03:46:09 UTC
Updating to release 0.6.3
Tip revision: 964483a
stack.xml
<stack name="navigation" version="0.6.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>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