package.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>robot_recovery</name>
  5. <version>1.16.7</version>
  6. <description>
  7. This package provides a recovery behavior for the navigation stack that attempts to clear space by performing a 360 degree rotation of the robot.
  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/rotate_recovery</url>
  16. <buildtool_depend>catkin</buildtool_depend>
  17. <build_depend>angles</build_depend>
  18. <build_depend>base_local_planner</build_depend>
  19. <build_depend>cmake_modules</build_depend>
  20. <depend>costmap_2d</depend>
  21. <depend>eigen</depend>
  22. <depend>geometry_msgs</depend>
  23. <depend>nav_core</depend>
  24. <depend>pluginlib</depend>
  25. <depend>roscpp</depend>
  26. <depend>tf2</depend>
  27. <depend>tf2_geometry_msgs</depend>
  28. <depend>tf2_ros</depend>
  29. <export>
  30. <nav_core plugin="${prefix}/recovery_plugin.xml" />
  31. </export>
  32. </package>