forked from raulmur/ORB_SLAM2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
26 lines (23 loc) · 748 Bytes
/
package.xml
File metadata and controls
26 lines (23 loc) · 748 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
<?xml version="1.0"?>
<package format="2">
<name>orb_slam_2</name>
<version>0.0.0</version>
<description>
My custom version of orb slam 2.
</description>
<url></url>
<author>Alex Millane</author>
<maintainer email="alex.millane@gmail.com">Alex Millane</maintainer>
<license>New BSD</license>
<!-- Dependencies which this package needs to build itself. -->
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<!-- Dependencies. -->
<depend>roscpp</depend>
<depend>cmake_modules</depend>
<depend>catkin_simple</depend>
<depend>minkindr</depend>
<depend>minkindr_conversions</depend>
<depend>eigen_conversions</depend>
<depend>pangolin_catkin</depend>
</package>