-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
36 lines (28 loc) · 1.06 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
<?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_planner</name>
<version>0.1.0</version>
<description>
This package is a special navigation package used for small scope exploration navigation of the robot, mainly
suitable for the scenario: entering the elevator.
</description>
<author>chuanxu An</author>
<author>[email protected]</author>
<maintainer email="[email protected]">chuanxu An</maintainer>
<license>BSD</license>
<url>http://wiki.ros.org/detect_planner</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<depend>base_local_planner</depend>
<depend>costmap_2d</depend>
<depend>eigen</depend>
<depend>nav_core</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<export>
<nav_core plugin="${prefix}/bgp_plugin.xml" />
</export>
</package>