-
Notifications
You must be signed in to change notification settings - Fork 920
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (22 loc) · 752 Bytes
/
Copy pathpackage.xml
File metadata and controls
24 lines (22 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package format="2">
<name>dso</name>
<version>1.0.0</version>
<description>Direct Sparse Visual Odometry</description>
<maintainer email="demmeln@in.tum.de">Nikolaus Demmel</maintainer>
<maintainer email="engelj-@in-dot-tum-dot.de">Jakob Engel</maintainer>
<author email="engelj-@in-dot-tum-dot.de">Jakob Engel</author>
<license>GPLv3</license>
<url>http://vision.in.tum.de/dso</url>
<buildtool_depend>cmake</buildtool_depend>
<depend>eigen</depend>
<depend>pangolin</depend>
<depend>suitesparse</depend>
<depend>boost</depend>
<depend>libopencv-dev</depend>
<depend>zlib</depend>
<export>
<build_type>cmake</build_type>
</export>
<!-- todo: define rosdep keys for libzip -->
</package>