forked from johannes-graeter/limo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
38 lines (35 loc) · 1.64 KB
/
Copy pathpackage.xml
File metadata and controls
38 lines (35 loc) · 1.64 KB
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 format="2">
<name>keyframe_bundle_adjustment</name>
<version>0.0.0</version>
<description>ToDo: Edit package description</description>
<license>contact-the-maintainer</license>
<maintainer email="johannes.graeter@kit.edu">Johannes Graeter</maintainer>
<author email="johannes.graeter@kit.edu">Johannes Graeter</author>
<url type="repository">https://gitlab.mrt.uni-karlsruhe.de/graeter/keyframe_bundle_adjustment.git</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<test_depend>gtest</test_depend>
<!--
Documentation for dependencies:
<build_depend> Build-time dependency required to build
this package, e.g. boost, opencv.
<build_export_depend> Exported build-time dependency required to
build packages that depend on this package,
e.g. boost, opencv.
<exec_depend> Execution dependency required to run this
package, e.g. boost, opencv.
<depend> Build-time, exported build-time and execution
dependency. This is a bundled synonym for
<build_depend>, <build_export_depend> and
<exec_depend>.
-->
<depend>eigen</depend>
<depend>mrt_ceres</depend>
<depend>mrt_pcl</depend> <!--For voxelization in landmark selection-->
<depend>mrt_opencv</depend>
<depend>matches_msg_types</depend>
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>