Parameters common to any derived class.
Derived classes should derive a new struct from this one, plus "public utils::CLoadableOptions", and call the internal_* methods where appropiate to deal with the variables declared here. Derived classes instantions of their "TInsertionOptions" MUST set the pointer "m_insertOptions_common" upon construction.
#include <mrpt/slam/CRandomFieldGridMap2D.h>
Public Member Functions | |
| TInsertionOptionsCommon () | |
| Default values loader. | |
| void | internal_loadFromConfigFile_common (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
| See utils::CLoadableOptions. | |
| void | internal_dumpToTextStream_common (CStream &out) const |
| See utils::CLoadableOptions. | |
Public Attributes | |
Kernel methods (mrKernelDM, mrKernelDMV) | |
| float | sigma |
| The sigma of the "Parzen"-kernel Gaussian. | |
| float | cutoffRadius |
| The cutoff radius for updating cells. | |
| float | R_min |
| float | R_max |
| Limits for normalization of sensor readings. | |
| double | dm_sigma_omega |
| [DM/DM+V methods] The scaling parameter for the confidence "alpha" values (see the IROS 2009 paper; see CRandomFieldGridMap2D) */ | |
Kalman-filter methods (mrKalmanFilter, mrKalmanApproximate) | |
| float | KF_covSigma |
| The "sigma" for the initial covariance value between cells (in meters). | |
| float | KF_initialCellStd |
| The initial standard deviation of each cell's concentration (will be stored both at each cell's structure and in the covariance matrix as variances in the diagonal) (in normalized concentration units). | |
| float | KF_observationModelNoise |
| The sensor model noise (in normalized concentration units). | |
| float | KF_defaultCellMeanValue |
| The default value for the mean of cells' concentration. | |
| uint16_t | KF_W_size |
| [mrKalmanApproximate] The size of the window of neighbor cells. | |
| mrpt::slam::CRandomFieldGridMap2D::TInsertionOptionsCommon::TInsertionOptionsCommon | ( | ) |
Default values loader.
| void mrpt::slam::CRandomFieldGridMap2D::TInsertionOptionsCommon::internal_dumpToTextStream_common | ( | CStream & | out | ) | const |
| void mrpt::slam::CRandomFieldGridMap2D::TInsertionOptionsCommon::internal_loadFromConfigFile_common | ( | const mrpt::utils::CConfigFileBase & | source, |
| const std::string & | section | ||
| ) |
The cutoff radius for updating cells.
Definition at line 194 of file CRandomFieldGridMap2D.h.
[DM/DM+V methods] The scaling parameter for the confidence "alpha" values (see the IROS 2009 paper; see CRandomFieldGridMap2D) */
Definition at line 196 of file CRandomFieldGridMap2D.h.
The "sigma" for the initial covariance value between cells (in meters).
Definition at line 201 of file CRandomFieldGridMap2D.h.
The default value for the mean of cells' concentration.
Definition at line 204 of file CRandomFieldGridMap2D.h.
The initial standard deviation of each cell's concentration (will be stored both at each cell's structure and in the covariance matrix as variances in the diagonal) (in normalized concentration units).
Definition at line 202 of file CRandomFieldGridMap2D.h.
The sensor model noise (in normalized concentration units).
Definition at line 203 of file CRandomFieldGridMap2D.h.
[mrKalmanApproximate] The size of the window of neighbor cells.
Definition at line 205 of file CRandomFieldGridMap2D.h.
Limits for normalization of sensor readings.
Definition at line 195 of file CRandomFieldGridMap2D.h.
Definition at line 195 of file CRandomFieldGridMap2D.h.
The sigma of the "Parzen"-kernel Gaussian.
Definition at line 193 of file CRandomFieldGridMap2D.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |