package.xml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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>global_planner</name>
  5. <version>1.16.7</version>
  6. <description>
  7. A path planner library and node.
  8. </description>
  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. <author>David Lu!!</author>
  14. <url>http://wiki.ros.org/global_planner</url>
  15. <buildtool_depend>catkin</buildtool_depend>
  16. <build_depend>angles</build_depend>
  17. <build_depend>tf2_geometry_msgs</build_depend>
  18. <depend>costmap_2d</depend>
  19. <depend>dynamic_reconfigure</depend>
  20. <depend>geometry_msgs</depend>
  21. <depend>nav_core</depend>
  22. <depend>nav_msgs</depend>
  23. <depend>pluginlib</depend>
  24. <depend>roscpp</depend>
  25. <depend>tf2_ros</depend>
  26. <export>
  27. <nav_core plugin="${prefix}/bgp_plugin.xml" />
  28. </export>
  29. </package>