Source: ros-one-mbf-simple-nav
Section: misc
Priority: optional
Maintainer: Sebastian Pütz <spuetz@uos.de>
Build-Depends: debhelper (>= 9.0.0), ros-one-actionlib, ros-one-actionlib-msgs, ros-one-catkin, ros-one-dynamic-reconfigure, ros-one-geometry-msgs, ros-one-mbf-abstract-core, ros-one-mbf-abstract-nav, ros-one-mbf-msgs, ros-one-nav-msgs, ros-one-pluginlib, ros-one-roscpp, ros-one-std-msgs, ros-one-std-srvs, ros-one-tf, ros-one-tf2, ros-one-tf2-ros
Homepage: http://wiki.ros.org/move_base_flex
Standards-Version: 3.9.2

Package: ros-one-mbf-simple-nav
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ros-one-actionlib, ros-one-actionlib-msgs, ros-one-dynamic-reconfigure, ros-one-geometry-msgs, ros-one-mbf-abstract-core, ros-one-mbf-abstract-nav, ros-one-mbf-msgs, ros-one-nav-msgs, ros-one-pluginlib, ros-one-roscpp, ros-one-std-msgs, ros-one-std-srvs, ros-one-tf, ros-one-tf2, ros-one-tf2-ros
Description: The mbf_simple_nav package contains a simple navigation server implementation of Move Base Flex (MBF).
 The simple navigation server is bound to no map representation. It provides actions for planning, controlling and recovering. MBF loads all defined plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions. It tries to load the defined plugins which implements the defined interfaces in mbf_abstract_core.
