MRPT  1.9.9
TMonteCarloLocalizationParams.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef TMonteCarloLocalizationParams_H
10 #define TMonteCarloLocalizationParams_H
11 
12 #include <mrpt/maps/CMetricMap.h>
13 #include <mrpt/slam/TKLDParams.h>
14 
15 namespace mrpt::slam
16 {
17 /** The struct for passing extra simulation parameters to the prediction stage
18  * when running a particle filter.
19  * \ingroup mrpt_slam_grp
20  */
22 {
23  /** Default settings method.
24  */
26 
27  /** Copy constructor: take care of knowing what you do, since this copies
28  * pointers. */
30 
31  /** Copy operator: take care of knowing what you do, since this copies
32  * pointers. */
35 
36  /** [update stage] Must be set to a metric map used to estimate the
37  * likelihood of observations
38  */
40 
41  /** [update stage] Alternative way (if metricMap==nullptr): A metric map is
42  * supplied for each particle: There must be the same maps here as pose
43  * m_particles.
44  */
46 
47  /** Parameters for dynamic sample size, KLD method. */
49 };
50 
51 }
52 #endif
53 
54 
The struct for passing extra simulation parameters to the prediction stage when running a particle fi...
Option set for KLD algorithm.
Definition: TKLDParams.h:18
mrpt::maps::TMetricMapList metricMaps
[update stage] Alternative way (if metricMap==nullptr): A metric map is supplied for each particle: T...
mrpt::maps::CMetricMap * metricMap
[update stage] Must be set to a metric map used to estimate the likelihood of observations ...
std::deque< CMetricMap * > TMetricMapList
A list of metric maps (used in the mrpt::poses::CPosePDFParticles class):
Definition: CMetricMap.h:313
TMonteCarloLocalizationParams & operator=(const TMonteCarloLocalizationParams &o)
Copy operator: take care of knowing what you do, since this copies pointers.
Declares a virtual base class for all metric maps storage classes.
Definition: CMetricMap.h:54
TKLDParams KLD_params
Parameters for dynamic sample size, KLD method.



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020