forked from dfki-ric/orogen-slam3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.xml
40 lines (30 loc) · 966 Bytes
/
manifest.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
39
<package>
<description brief="Components for 3D-SLAM">
Orogen components using the slam3d library.
</description>
<author email="[email protected]">Sebastian Kasperski</author>
<maintainer email="[email protected]">Sebastian Kasperski</maintainer>
<license></license>
<url>http://</url>
<logo>http://</logo>
<depend package="slam/slam3d" />
<depend package="drivers/orogen/transformer" />
<depend package="base/cmake" />
<depend package="base/orogen/types" />
<depend package="base/logging" />
<depend package="tools/orocos.rb" />
<depend package="gui/vizkit" optional="1" />
<depend package="slam/orogen/maps" />
<depend package="slam/orogen/pcl" />
<keywords>
<keyword>Mapping</keyword>
</keywords>
<stage>1</stage>
<use>multi project</use>
<activity>active</activity>
<classifiers>
<classifier>c++</classifier>
<classifier>rock</classifier>
</classifiers>
<tags>stable</tags>
</package>