-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
34 lines (29 loc) · 1.03 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
<?xml version="1.0"?>
<package format="2">
<name>cslibs_plugins_data</name>
<version>0.0.7</version>
<description>
The cslibs_plugins_data package contains plugins providing data.
</description>
<author email="richard.hanten@uni-tuebingen.de">Richard Hanten</author>
<author email="cornelia.schulz@uni-tuebingen.de">Cornelia Schulz</author>
<maintainer email="richard.hanten@uni-tuebingen.de">Richard Hanten</maintainer>
<maintainer email="cornelia.schulz@uni-tuebingen.de">Cornelia Schulz</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cslibs_plugins</depend>
<depend>cslibs_time</depend>
<depend>cslibs_utility</depend>
<depend>cslibs_math_ros</depend>
<depend>cslibs_math_2d</depend>
<depend>cslibs_math_3d</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>rostest</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<depend>tf</depend>
<export>
<cslibs_plugins_data plugin="${prefix}/plugins.xml" />
</export>
</package>