#include <mrpt/slam/TKLDParams.h>
Public Member Functions | |
TKLDParams () | |
void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
See utils::CLoadableOptions. | |
void | dumpToTextStream (CStream &out) |
See utils::CLoadableOptions. | |
Public Attributes | |
double | KLD_binSize_XY |
Parameters for the KLD adaptive sample size algorithm (see Dieter Fox's papers), which is used only if the CParticleFilter is created with the "adaptiveSampleSize" flag set to true. | |
double | KLD_binSize_PHI |
double | KLD_delta |
double | KLD_epsilon |
unsigned int | KLD_minSampleSize |
Parameters for the KLD adaptive sample size algorithm (see Dieter Fox's papers), which is used only if the CParticleFilter is created with the "adaptiveSampleSize" flag set to true. | |
unsigned int | KLD_maxSampleSize |
Definition at line 41 of file TKLDParams.h.
mrpt::slam::TKLDParams::TKLDParams | ( | ) |
void mrpt::slam::TKLDParams::dumpToTextStream | ( | CStream & | out | ) | [virtual] |
void mrpt::slam::TKLDParams::loadFromConfigFile | ( | const mrpt::utils::CConfigFileBase & | source, | |
const std::string & | section | |||
) | [virtual] |
Definition at line 60 of file TKLDParams.h.
Parameters for the KLD adaptive sample size algorithm (see Dieter Fox's papers), which is used only if the CParticleFilter is created with the "adaptiveSampleSize" flag set to true.
Definition at line 60 of file TKLDParams.h.
Definition at line 60 of file TKLDParams.h.
Definition at line 60 of file TKLDParams.h.
unsigned int mrpt::slam::TKLDParams::KLD_maxSampleSize |
Definition at line 65 of file TKLDParams.h.
unsigned int mrpt::slam::TKLDParams::KLD_minSampleSize |
Parameters for the KLD adaptive sample size algorithm (see Dieter Fox's papers), which is used only if the CParticleFilter is created with the "adaptiveSampleSize" flag set to true.
Definition at line 65 of file TKLDParams.h.
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:18:33 EST 2009 |