123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0"?>
- <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
- <package format="2">
- <name>robot_recovery</name>
- <version>1.16.7</version>
- <description>
- This package provides a recovery behavior for the navigation stack that attempts to clear space by performing a 360 degree rotation of the robot.
- </description>
- <author>Eitan Marder-Eppstein</author>
- <author>contradict@gmail.com</author>
- <maintainer email="davidvlu@gmail.com">David V. Lu!!</maintainer>
- <maintainer email="mfergs7@gmail.com">Michael Ferguson</maintainer>
- <maintainer email="ahoy@fetchrobotics.com">Aaron Hoy</maintainer>
- <license>BSD</license>
- <url>http://wiki.ros.org/rotate_recovery</url>
- <buildtool_depend>catkin</buildtool_depend>
- <build_depend>angles</build_depend>
- <build_depend>base_local_planner</build_depend>
- <build_depend>cmake_modules</build_depend>
- <depend>costmap_2d</depend>
- <depend>eigen</depend>
- <depend>geometry_msgs</depend>
- <depend>nav_core</depend>
- <depend>pluginlib</depend>
- <depend>roscpp</depend>
- <depend>tf2</depend>
- <depend>tf2_geometry_msgs</depend>
- <depend>tf2_ros</depend>
- <export>
- <nav_core plugin="${prefix}/recovery_plugin.xml" />
- </export>
- </package>
|