Source: ros-one-navfn
Section: misc
Priority: optional
Maintainer: David V. Lu!! <davidvlu@gmail.com>
Build-Depends: debhelper (>= 9.0.0), libnetpbm10-dev, ros-one-catkin (>= 0.5.68), ros-one-cmake-modules, ros-one-costmap-2d, ros-one-geometry-msgs, ros-one-message-generation, ros-one-nav-core, ros-one-nav-msgs, ros-one-pluginlib, ros-one-rosconsole, ros-one-roscpp, ros-one-sensor-msgs, ros-one-tf2-ros, ros-one-visualization-msgs
Homepage: http://wiki.ros.org/navfn
Standards-Version: 3.9.2

Package: ros-one-navfn
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ros-one-costmap-2d, ros-one-geometry-msgs, ros-one-message-runtime, ros-one-nav-core, ros-one-nav-msgs, ros-one-pluginlib, ros-one-rosconsole, ros-one-roscpp, ros-one-sensor-msgs, ros-one-tf2-ros, ros-one-visualization-msgs
Description: navfn provides a fast interpolated navigation function that can be used to create plans for a mobile base.
 The planner assumes a circular robot and operates on a costmap to find a minimum cost plan from a start point to an end point in a grid. The navigation function is computed with Dijkstra's algorithm, but support for an A* heuristic may also be added in the near future. navfn also provides a ROS wrapper for the navfn planner that adheres to the nav_core::BaseGlobalPlanner interface specified in nav_core.
