MRPT  2.0.1
lib_mrpt_slam.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 // clang-format off
12 
13 /** \defgroup mrpt_slam_grp [mrpt-slam]
14 
15 SLAM and PF-localization algorithms
16 
17 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a href="modules.html" >See all modules</a> </small>
18 <br>
19 
20 [TOC]
21 
22 # Library `mrpt-slam`
23 <small> [New in MRPT 2.0.0] </small>
24 
25 This library is part of MRPT and can be installed in Debian-based systems with:
26 
27  sudo apt install libmrpt-slam-dev
28 
29 See: \ref mrpt_from_cmake
30 
31 Interesting stuff in this library:
32 
33 - mrpt::slam::CMetricMapBuilder: A virtual base for both ICP and RBPF-based SLAM.
34 
35 - mrpt::slam::CMonteCarloLocalization2D: Particle filter-based (Monte Carlo) localization for a robot in a planar scenario.
36 
37 - mrpt::maps::CMultiMetricMap: The most versatile kind of metric map, which contains an arbitrary number of any other maps.
38 
39 - Kalman Filters-based Range-Bearing SLAM, in 2D and 3D: See mrpt::slam::CRangeBearingKFSLAM and mrpt::slam::CRangeBearingKFSLAM2D.
40 
41 - Data association: The NN and the JCBB algorithms, as very generic templates. See data_association.h
42 
43 
44 See the full list of classes in mrpt::slam.
45 Note that there are many classes
46 in that namespace not in the library mrpt-slam, but in libraries mrpt-slam depends
47 on. However, in you set mrpt-slam as a dependence of your project, you can be safe
48 all mrpt::slam classes will be available to you.
49 
50 See also: For Graph-SLAM, see the namespace mrpt::graphslam in the library mrpt-graphslam.
51 
52 
53 */



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