-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.xml
43 lines (36 loc) · 1.48 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
42
43
<!--
Copyright (C) 2017-2018 Titus Cieslewski, RPG, University of Zurich,
Switzerland
You can contact the author at <titus at ifi dot uzh dot ch>
Copyright (C) 2017-2018 Siddharth Choudhary, College of Computing,
Georgia Institute of Technology, Atlanta, GA, USA
Copyright (C) 2017-2018 Davide Scaramuzza, RPG, University of Zurich,
Switzerland
This file is part of dslam_open.
dslam_open is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
dslam_open is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with dslam_open. If not, see <http://www.gnu.org/licenses/>.
-->
<package format="2">
<name>dslam</name>
<version>0.0.0</version>
<description>
Data-Efficient Decentralized Visual SLAM
</description>
<author>Titus Cieslewski</author>
<maintainer email="[email protected]">Titus Cieslewski</maintainer>
<license>GPL-3.0</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend>catkin_simple</buildtool_depend>
<depend>ceres_catkin</depend>
<depend>orb_slam_2</depend>
<depend>rpg_common</depend>
<depend>rpg_common_ros</depend>
</package>