forked from stella-cv/stella_vslam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (25 loc) · 1002 Bytes
/
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>stella_vslam</name>
<version>0.3.6</version>
<description>fork of OpenVSLAM</description>
<!-- Authors of the original version of OpenVSLAM -->
<author>Shinya Sumikura</author>
<author>Mikiya Shibuya</author>
<author>Ken Sakurada</author>
<!-- Author/maintainer of the stella_vslam (fork version of OpenVSLAM) -->
<author>ymd-stella</author>
<maintainer email="[email protected]">ymd-stella</maintainer>
<license>2-clause BSD</license>
<url type="website">https://stella.readthedocs.io/</url>
<buildtool_depend>cmake</buildtool_depend>
<depend>eigen</depend>
<depend>libg2o</depend>
<depend>libopencv-dev</depend>
<depend>yaml-cpp</depend>
<depend>libsqlite3-dev</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>