-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.xml
More file actions
25 lines (20 loc) · 838 Bytes
/
package.xml
File metadata and controls
25 lines (20 loc) · 838 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
<?xml version="1.0"?>
<package format="2">
<name>PoseSpline</name>
<version>0.0.0</version>
<description>PoseSpline</description>
<author email="helen.oleynikova@mavt.ethz.ch">Helen Oleynikova</author>
<author email="marius.fehr@mavt.ethz.ch">Marius Fehr</author>
<maintainer email="helen.oleynikova@mavt.ethz.ch">Helen Oleynikova</maintainer>
<maintainer email="marius.fehr@mavt.ethz.ch">Marius Fehr</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<depend>eigen_catkin</depend>
<depend>eigen_checks</depend>
<depend>gflags_catkin</depend>
<depend>glog_catkin</depend>
<depend>opencv3_catkin</depend>
<!-- This is an OPTIONAL dep! Will use system library if not present. -->
<depend>ceres_catkin</depend>
</package>