package.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <package>
  2. <name>move_base</name>
  3. <version>1.14.4</version>
  4. <description>
  5. The move_base package provides an implementation of an action (see the <a href="http://www.ros.org/wiki/actionlib">actionlib</a> package) that, given a goal in the world, will attempt to reach it with a mobile base. The move_base node links together a global and local planner to accomplish its global navigation task. It supports any global planner adhering to the nav_core::BaseGlobalPlanner interface specified in the <a href="http://www.ros.org/wiki/nav_core">nav_core</a> package and any local planner adhering to the nav_core::BaseLocalPlanner interface specified in the <a href="http://www.ros.org/wiki/nav_core">nav_core</a> package. The move_base node also maintains two costmaps, one for the global planner, and one for a local planner (see the <a href="http://www.ros.org/wiki/costmap_2d">costmap_2d</a> package) that are used to accomplish navigation tasks.
  6. </description>
  7. <author>Eitan Marder-Eppstein</author>
  8. <author>contradict@gmail.com</author>
  9. <maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
  10. <maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
  11. <maintainer email="ahoy@fetchrobotics.com">Aaron Hoy</maintainer>
  12. <license>BSD</license>
  13. <url>http://wiki.ros.org/move_base</url>
  14. <buildtool_depend>catkin</buildtool_depend>
  15. <build_depend>actionlib</build_depend>
  16. <build_depend>cmake_modules</build_depend>
  17. <build_depend>costmap_2d</build_depend>
  18. <build_depend>dynamic_reconfigure</build_depend>
  19. <build_depend>geometry_msgs</build_depend>
  20. <build_depend>message_generation</build_depend>
  21. <build_depend>move_base_msgs</build_depend>
  22. <build_depend>nav_core</build_depend>
  23. <build_depend>nav_msgs</build_depend>
  24. <build_depend>pluginlib</build_depend>
  25. <build_depend>roscpp</build_depend>
  26. <build_depend>rospy</build_depend>
  27. <build_depend>std_srvs</build_depend>
  28. <build_depend>tf</build_depend>
  29. <!--These deps aren't strictly needed, but given the default parameters require them to work, we'll enforce that they build -->
  30. <build_depend>base_local_planner</build_depend>
  31. <build_depend>clear_costmap_recovery</build_depend>
  32. <build_depend>navfn</build_depend>
  33. <build_depend>rotate_recovery</build_depend>
  34. <run_depend>base_local_planner</run_depend>
  35. <run_depend>clear_costmap_recovery</run_depend>
  36. <run_depend>navfn</run_depend>
  37. <run_depend>rotate_recovery</run_depend>
  38. <run_depend>actionlib</run_depend>
  39. <run_depend>costmap_2d</run_depend>
  40. <run_depend>dynamic_reconfigure</run_depend>
  41. <run_depend>geometry_msgs</run_depend>
  42. <run_depend>message_runtime</run_depend>
  43. <run_depend>move_base_msgs</run_depend>
  44. <run_depend>nav_core</run_depend>
  45. <run_depend>nav_msgs</run_depend>
  46. <run_depend>pluginlib</run_depend>
  47. <run_depend>roscpp</run_depend>
  48. <run_depend>rospy</run_depend>
  49. <run_depend>std_srvs</run_depend>
  50. <run_depend>tf</run_depend>
  51. </package>