-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.xml
31 lines (25 loc) · 963 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
<?xml version="1.0"?>
<package>
<name>generic_obstacle_detection</name>
<version>1.0.0</version>
<description>Generic obstacle detection in structured point clouds</description>
<maintainer email="[email protected]">buck</maintainer>
<license>BSD</license>
<author email="[email protected]">buck</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>csapex</build_depend>
<build_depend>csapex_math</build_depend>
<build_depend>csapex_point_cloud</build_depend>
<build_depend>csapex_transform</build_depend>
<build_depend>csapex_ros</build_depend>
<build_depend>tf</build_depend>
<run_depend>csapex</run_depend>
<run_depend>csapex_math</run_depend>
<run_depend>csapex_point_cloud</run_depend>
<run_depend>csapex_transform</run_depend>
<run_depend>csapex_ros</run_depend>
<run_depend>tf</run_depend>
<export>
<csapex plugin="${prefix}/plugins.xml" />
</export>
</package>