-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.xml
30 lines (24 loc) · 839 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>waypoint_global_planner</name>
<version>0.0.0</version>
<description>The waypoint_global_planner package</description>
<maintainer email="george.kouros.ece@gmail.com">George Kouros</maintainer>
<license>BSDv3</license>
<author email="george.kouros.ece@gmail.com">George Kouros</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>base_local_planner</depend>
<depend>costmap_2d</depend>
<depend>geometry_msgs</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>tf</depend>
<depend>visualization_msgs</depend>
<exec_depend>global_planner</exec_depend>
<exec_depend>move_base</exec_depend>
<export>
<nav_core plugin="${prefix}/bgp_plugin.xml" />
</export>
</package>