forked from introlab/rtabmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
44 lines (40 loc) · 1.68 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
39
40
41
42
43
44
<?xml version="1.0"?>
<package>
<name>rtabmap</name>
<version>0.20.2</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>libvtk-qt</build_depend>
<build_depend>qt_gui_cpp</build_depend> <!-- libqt4-dev or libqt5-dev -->
<build_depend>libpcl-all-dev</build_depend>
<build_depend>libsqlite3-dev</build_depend>
<build_depend>zlib</build_depend>
<build_depend>libfreenect-dev</build_depend>
<build_depend>libopenni-dev</build_depend>
<!--<build_depend>libopenni2-dev</build_depend> --> <!-- not available on Jessie -->
<build_depend>cv_bridge</build_depend>
<!-- libproj-dev needed due to error in vtk6 (kinetic)-->
<build_depend>proj</build_depend>
<build_depend>octomap</build_depend>
<build_depend>libg2o</build_depend>
<run_depend>libvtk-qt</run_depend>
<run_depend>qt_gui_cpp</run_depend>
<run_depend>libpcl-all-dev</run_depend>
<run_depend>libsqlite3-dev</run_depend>
<run_depend>zlib</run_depend>
<run_depend>libfreenect-dev</run_depend>
<run_depend>libopenni-dev</run_depend>
<!-- <run_depend>libopenni2-dev</run_depend> -->
<run_depend>cv_bridge</run_depend>
<run_depend>octomap</run_depend>
<run_depend>libg2o</run_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>