-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
35 lines (25 loc) · 938 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
31
32
33
<?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>simulation_global_planner </name>
<version>1.0.0</version>
<description>
This package is a primitive global path planner.
</description>
<author>Robin Deuber</author>
<author>[email protected]</author>
<maintainer email="[email protected]">Robin Deuber</maintainer>
<license>BSD</license>
<url>www.ethz.ch/~rdeuber</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>base_global_planner</depend>
<depend>costmap_2d</depend>
<depend>nav_core</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<export>
<nav_core plugin="${prefix}/simulation_global_planner_plugin.xml" />
</export>
</package>