-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.xml
38 lines (33 loc) · 1.26 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
35
36
37
38
<?xml version="1.0"?>
<package format="2">
<name>cslibs_mapping</name>
<version>0.0.7</version>
<description>The cslibs_mapping package</description>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cslibs_plugins</depend>
<depend>cslibs_plugins_data</depend>
<depend>cslibs_gridmaps</depend>
<depend>cslibs_ndt_2d</depend>
<depend>cslibs_ndt_3d</depend>
<depend>cslibs_time</depend>
<depend>cslibs_utility</depend>
<depend>cslibs_math</depend>
<depend>cslibs_math_ros</depend>
<depend>cslibs_indexed_storage</depend>
<build_depend>std_msgs</build_depend>
<exec_depend>message_runtime</exec_depend>
<build_depend>message_generation</build_depend>
<depend>yaml-cpp</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>ndt_map</depend>
<export>
<cslibs_mapping plugin="${prefix}/plugins.xml"/>
<!-- <cslibs_mapping plugin="${prefix}/plugins_oru.xml"/>-->
</export>
</package>