package.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <package format="2">
  2. <name>move_base</name>
  3. <version>1.0.0</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>hcwu_yjs11</author>
  8. <maintainer email="wuhaichao87@sina.com">wu</maintainer>
  9. <license>BSD</license>
  10. <url>http://wiki.ros.org/move_base</url>
  11. <buildtool_depend>catkin</buildtool_depend>
  12. <build_depend>cmake_modules</build_depend>
  13. <build_depend>message_generation</build_depend>
  14. <build_depend>tf2_geometry_msgs</build_depend>
  15. <depend>actionlib</depend>
  16. <depend>costmap_2d</depend>
  17. <depend>dynamic_reconfigure</depend>
  18. <depend>geometry_msgs</depend>
  19. <depend>common_msgs</depend>
  20. <depend>move_base_msgs</depend>
  21. <depend>nav_core</depend>
  22. <depend>nav_msgs</depend>
  23. <depend>pluginlib</depend>
  24. <depend>roscpp</depend>
  25. <depend>rospy</depend>
  26. <depend>std_srvs</depend>
  27. <depend>tf2_ros</depend>
  28. <depend>visualization_msgs</depend>
  29. <depend>base_local_planner</depend>
  30. <depend>robot_recovery</depend>
  31. <exec_depend>message_runtime</exec_depend>
  32. </package>