forked from MIT-SPARK/Hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (23 loc) · 767 Bytes
/
Copy pathpackage.xml
File metadata and controls
28 lines (23 loc) · 767 Bytes
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
<?xml version="1.0"?>
<package format="2">
<name>hydra</name>
<version>2.0.0</version>
<description>Utilities for building a scene graph from sensor data</description>
<author email="na26933@mit.edu">Nathan Hughes</author>
<author email="yunchang@mit.edu">Yun Chang</author>
<maintainer email="na26933@mit.edu">Nathan Hughes</maintainer>
<license>BSD</license>
<buildtool_depend>cmake</buildtool_depend>
<depend>config_utilities</depend>
<depend>eigen</depend>
<depend>gtsam</depend>
<depend>kimera_pgmo</depend>
<depend>spatial_hash</depend>
<depend>spark_dsg</depend>
<depend>teaserpp</depend>
<depend>libopencv-dev</depend>
<depend>libpcl-all-dev</depend>
<export>
<build_type>cmake</build_type>
</export>
</package>