-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
32 lines (28 loc) · 1.16 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
<?xml version="1.0"?>
<package format="2">
<name>artrack_perception_module</name>
<version>0.0.1</version>
<description>The artrack_perception_module package</description>
<maintainer email="[email protected]">Guillaume Sarthou</maintainer>
<author email="[email protected]">Guillaume Sarthou</author>
<license>LGPLv2</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>ar_track_alvar_msgs</build_depend>
<build_depend>overworld</build_depend>
<build_depend>ontologenius</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>roscpp</build_depend>
<build_export_depend>ar_track_alvar_msgs</build_export_depend>
<build_export_depend>overworld</build_export_depend>
<build_export_depend>ontologenius</build_export_depend>
<build_export_depend>pluginlib</build_export_depend>
<build_export_depend>roscpp</build_export_depend>
<exec_depend>ar_track_alvar_msgs</exec_depend>
<exec_depend>overworld</exec_depend>
<exec_depend>ontologenius</exec_depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>roscpp</exec_depend>
<export>
<overworld plugin="${prefix}/modules_plugins.xml" />
</export>
</package>