-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
37 lines (30 loc) · 1.18 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>detect_recovery</name>
<version>0.1.0</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>An Chuanxu</author>
<author>[email protected]</author>
<maintainer email="[email protected]">David V. Lu!!</maintainer>
<license>BSD</license>
<url>http://wiki.ros.org/detect_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}/detect_plugin.xml" />
</export>
</package>