package.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0"?>
  2. <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
  3. <package format="2">
  4. <name>space_nav</name>
  5. <version>1.16.2</version>
  6. <description>
  7. The space_nav 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.
  8. </description>
  9. <author>Eitan Marder-Eppstein</author>
  10. <author>contradict@gmail.com</author>
  11. <maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
  12. <maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
  13. <maintainer email="ahoy@fetchrobotics.com">Aaron Hoy</maintainer>
  14. <license>BSD</license>
  15. <url>http://wiki.ros.org/move_base</url>
  16. <buildtool_depend>catkin</buildtool_depend>
  17. <build_depend>cmake_modules</build_depend>
  18. <build_depend>message_generation</build_depend>
  19. <depend>actionlib</depend>
  20. <depend>dynamic_reconfigure</depend>
  21. <depend>geometry_msgs</depend>
  22. <depend>move_base_msgs</depend>
  23. <depend>nav_core</depend>
  24. <depend>nav_msgs</depend>
  25. <depend>pluginlib</depend>
  26. <depend>roscpp</depend>
  27. <depend>rospy</depend>
  28. <depend>linefn</depend>
  29. <depend>std_srvs</depend>
  30. <depend>visualization_msgs</depend>
  31. <!--These deps aren't strictly needed, but given the default parameters require them to work, we'll enforce that they build -->
  32. <depend>base_local_planner</depend>
  33. <depend>rotate_recovery</depend>
  34. <exec_depend>message_runtime</exec_depend>
  35. </package>