-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
41 lines (36 loc) · 1.62 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
<?xml version="1.0"?>
<package format="2">
<name>coco</name>
<version>0.0.0</version>
<description>This repository includes automatic camera calibration of a stereo camera setup.</description>
<license>GPLv3</license>
<maintainer email="[email protected]">Christian Kinzig</maintainer>
<author email="[email protected]">Eike Rehder</author>
<url type="repository">https://gitlab.mrt.kit.edu/MRT/draft/coco.git</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>mrt_cmake_modules</build_depend>
<test_depend>gtest</test_depend>
<depend>libopencv-dev</depend>
<depend>feature_tracking</depend>
<depend>block_optimization</depend>
<depend>libceres-dev</depend>
<depend>yaml-cpp</depend>
<depend>boost</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>.
-->
<export>
<!-- Other tools can request additional information be placed here -->
</export>
</package>