MRPT
2.0.1
lib_mrpt_maps.h
Go to the documentation of this file.
1
/* +---------------------------------------------------------------------------+
2
| Mobile Robot Programming Toolkit (MRPT) |
3
| https://www.mrpt.org/ |
4
| |
5
| Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6
| See: https://www.mrpt.org/Authors - All rights reserved. |
7
| Released under BSD License. See details in https://www.mrpt.org/License |
8
+---------------------------------------------------------------------------+
9
*/
10
11
/** \defgroup mrpt_maps_grp [mrpt-maps]
12
13
Map representations for localization and SLAM.
14
15
<small> <a href="index.html#libs">Back to list of all libraries</a> | <a
16
href="modules.html" >See all modules</a> </small> <br>
17
18
# Library `mrpt-maps`
19
20
This library is part of MRPT and can be installed in Debian-based systems with:
21
22
sudo apt install libmrpt-maps-dev
23
24
See: \ref mrpt_from_cmake
25
26
This library includes (almost) all the maps usable for localization or mapping
27
in the rest of MRPT classes.
28
29
Interesting starting points:
30
<ul>
31
<li> To see the list of existing metric maps, see the classes inheriting from
32
the base virtual mrpt::maps::CMetricMap. <b>Note:</b> There are two special
33
maps which are not declared here in mrpt-maps, but
34
in <a href="mrpt-vision.html" >mrpt-vision</a>, due to their
35
heavy dependence on computer vision functions. </li>
36
<li> This library also adds new classes to the namespace mrpt::opengl, which
37
couldn't be included in the library mrpt-opengl due to its heavy dependence on
38
map classes declared here. The classes are:
39
mrpt::opengl::CAngularObservationMesh,
40
mrpt::opengl::CPlanarLaserScan </li>
41
</ul>
42
43
mrpt::maps::CMultiMetricMap provides a versatile container for multiple metric
44
maps, that behaves as if they were a single metric map. This includes updating
45
the map contents from observations, fusing the information from all maps while
46
evaluating an observation likelihood, etc.
47
48
See the list of classes in mrpt::maps
49
50
*/
Page generated by
Doxygen 1.8.14
for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020