-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (26 loc) · 817 Bytes
/
package.xml
File metadata and controls
28 lines (26 loc) · 817 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>pose_graph_backend</name>
<version>0.0.0</version>
<description>
Loop-closing and pose graph based correction for Keyframe based VIO.
</description>
<url></url>
<author>Marco Karrer</author>
<maintainer email="marco.karrer@mavt.ethz.ch">Marco Karrer</maintainer>
<license>Propriatary</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>cmake_modules</depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>cv_bridge</depend>
<depend>comm_msgs</depend>
<depend>eigen_catkin</depend>
<depend>ceres_catkin</depend>
<depend>aslam_cv_cameras</depend>
<depend>brisk</depend>
<depend>opencv3_catkin</depend>
<depend>geodetic_utils</depend>
<depend>opengv</depend>
<depend>robopt_open</depend>
</package>