MRPT  2.0.1
range_only_localization_mapping.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 /** \page ro_slam_solutions Range-only Localization and Mapping Solutions
12 
13 # Range-only SLAM
14 
15 MRPT at present offers one SLAM solution for RO-SLAM, integrated into the
16 RBPF-SLAM framework. Refer to [this tutorial](https://www.mrpt.org/tutorials/slam-algorithms/rangeonly_slam/)
17 for more details on the different methods available.
18 
19 Users can employ 2D or 3D poses in RBPF-SLAM, but notice that RO-SLAM with a RBPF
20 requires a decent odometry as input, which can comprise 2D or 3D robot motion
21 actions.
22 
23 # Range-only Localization
24 
25 There are two implementations:
26 
27 ## pf-localization
28 
29 The [pf-localization application](https://www.mrpt.org/list-of-mrpt-apps/application-pf-localization/)
30 is a CLI to the underlying C++ class from the library: \ref mrpt_apps_grp.
31 
32 Users can employ 2D or 3D odometry as input for 2D or 3D motion estimation. If
33 no odometry is available, using a no-motion mean value with a large uncertainty
34 should work.
35 
36 The CLI application works with offline data only, for online use, please refer
37 to the underlying class in \ref mrpt_apps_grp or use the even most low-level classes:
38 - mrpt::slam::CMonteCarloLocalization2D: For robots moving in 2D; pose=(x,y,phi)
39 - mrpt::slam::CMonteCarloLocalization3D: For robots moving in 3D space; pose=(x,y,z,yaw,pitch,roll)
40 
41 ## ro-localization
42 
43 The [ro-localization application](https://www.mrpt.org/list-of-mrpt-apps/application-ro-localization/)
44 is exactly like pf-localization above, but with two differences:
45 - It's available for 2D only (at present).
46 - It defines an extended state vector (at each particle) with an estimate of the current bias of each beacon/anchor.
47 
48 If your sensors do NOT suffer of bias with often, abrupt large changes, the regular
49 PF solution should be preferred (faster, simpler).
50 
51  */



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