forked from iris-ua/iris_lama
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
27 lines (20 loc) · 780 Bytes
/
Copy pathpackage.xml
File metadata and controls
27 lines (20 loc) · 780 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
<?xml version="1.0"?>
<package format="2">
<name>iris_lama</name>
<version>1.3.1</version>
<description>
IRIS package for Localization and Mapping (LaMa).
This packages includes the sparse-dense library for grid mapping,
a 2D localization algorithm based on scan matching, an online SLAM solution
with a dynamic likelihood field and a 2D RB Particle Filter SLAM solution
with multithreading.
</description>
<author email="efp@ua.pt">Eurico Pedrosa</author>
<maintainer email="efp@ua.pt">Eurico Pedrosa</maintainer>
<license>BSD</license>
<buildtool_depend>cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>