forked from introlab/rtabmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
38 lines (34 loc) · 1.36 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>
<name>rtabmap</name>
<version>0.9.0</version>
<description>RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints.</description>
<maintainer email="[email protected]">Mathieu Labbe</maintainer>
<author>Mathieu Labbe</author>
<license>BSD</license>
<url type="website">http://introlab.github.io/rtabmap</url>
<url type="bugtracker">https://github.com/introlab/rtabmap/issues</url>
<url type="repository">https://github.com/introlab/rtabmap</url>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>libpcl-all-dev</build_depend>
<build_depend>libqt4-dev</build_depend>
<build_depend>libvtk-qt</build_depend>
<build_depend>libsqlite3-dev</build_depend>
<build_depend>zlib</build_depend>
<build_depend>libfreenect</build_depend>
<build_depend>libopenni-dev</build_depend>
<build_depend>libopenni2-dev</build_depend>
<build_depend>cv_bridge</build_depend>
<run_depend>libpcl-all-dev</run_depend>
<run_depend>libqt4-dev</run_depend>
<run_depend>libvtk-qt</run_depend>
<run_depend>libsqlite3-dev</run_depend>
<run_depend>zlib</run_depend>
<run_depend>libfreenect</run_depend>
<run_depend>libopenni-dev</run_depend>
<run_depend>libopenni2-dev</run_depend>
<run_depend>cv_bridge</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>