Parameters related with inserting observations into the map:. More...
#include <mrpt/slam/CGasConcentrationGridMap2D.h>


Public Member Functions | |
| TInsertionOptions () | |
| Default values loader:. | |
| void | loadFromConfigFile (const mrpt::utils::CConfigFileBase &source, const std::string §ion) |
| See utils::CLoadableOptions. | |
| void | dumpToTextStream (CStream &out) const |
| See utils::CLoadableOptions. | |
Public Attributes | |
| float | sigma |
| The sigma of the "Parzen"-kernel Gaussian. | |
| float | cutoffRadius |
| The cutoff radius for updating cells. | |
| float | R_min |
| Limits for normalization of sensor readings. | |
| float | R_max |
| float | KF_covSigma |
| [KF model] The "sigma" for the initial covariance value between cells (in meters). | |
| float | KF_initialCellStd |
| [KF model] 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 |
| [KF model] The sensor model noise (in normalized concentration units). | |
| float | KF_defaultCellMeanValue |
| [KF model] The default value for the mean of cells' concentration. | |
| uint16_t | KF_W_size |
| [KF2 algorithm] The size of the window of neighbor cells. | |
| uint16_t | KF_sensorType |
| [KF3 algortihm] The sensor type for the gas concentration map (0x0000 ->mean of all installed sensors, 0x2600, 0x6810, . | |
| float | tauR |
| Tau values for the rise (tauR) and decay (tauD) sensor's phases. | |
| float | tauD |
| TdataMap | new_Obs |
| [KF3 algortihm] The last N GasObservations, used for the Kalman Filter with deconvolution estimation. | |
| TdataMap | new_ANS |
| std::vector< TdataMap > | m_lastObservations |
| std::vector< TdataMap > | antiNoise_window |
| uint16_t | lastObservations_size |
| [KF3 algortihm] The number of observations to keep in m_lastObservations | |
| uint16_t | winNoise_size |
| [KF3 algortihm] The number of observations used to reduce noise on signal. | |
| uint16_t | decimate_value |
| [KF3 algortihm] The decimate frecuency applied after noise filtering | |
| vector_float | tauD_concentration |
| [KF3 algortihm] Measured values of K= 1/tauD for different volatile concentrations | |
| vector_float | tauD_value |
| vector_float | memory_speed |
| [KF3 algortihm] Measured values of the delay (memory effect) for different robot speeds | |
| vector_float | memory_delay |
| uint16_t | enose_id |
| [KF3 algortihm] id for the enose used to generate this map (must be < gasGrid_count) | |
| bool | save_maplog |
| [KF3 algortihm] true / 1= Save generated gas map as a log file | |
Parameters related with inserting observations into the map:.
Definition at line 164 of file CGasConcentrationGridMap2D.h.
| mrpt::slam::CGasConcentrationGridMap2D::TInsertionOptions::TInsertionOptions | ( | ) |
Default values loader:.
| void mrpt::slam::CGasConcentrationGridMap2D::TInsertionOptions::dumpToTextStream | ( | CStream & | out | ) | const [virtual] |
Implements mrpt::utils::CLoadableOptions.
| void mrpt::slam::CGasConcentrationGridMap2D::TInsertionOptions::loadFromConfigFile | ( | const mrpt::utils::CConfigFileBase & | source, | |
| const std::string & | section | |||
| ) | [virtual] |
Implements mrpt::utils::CLoadableOptions.
Definition at line 224 of file CGasConcentrationGridMap2D.h.
The cutoff radius for updating cells.
Definition at line 186 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] The decimate frecuency applied after noise filtering
Definition at line 236 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] id for the enose used to generate this map (must be < gasGrid_count)
Definition at line 250 of file CGasConcentrationGridMap2D.h.
[KF model] The "sigma" for the initial covariance value between cells (in meters).
Definition at line 194 of file CGasConcentrationGridMap2D.h.
[KF model] The default value for the mean of cells' concentration.
Definition at line 206 of file CGasConcentrationGridMap2D.h.
[KF model] 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 198 of file CGasConcentrationGridMap2D.h.
[KF model] The sensor model noise (in normalized concentration units).
Definition at line 202 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] The sensor type for the gas concentration map (0x0000 ->mean of all installed sensors, 0x2600, 0x6810, .
..)
Definition at line 213 of file CGasConcentrationGridMap2D.h.
[KF2 algorithm] The size of the window of neighbor cells.
Definition at line 209 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] The number of observations to keep in m_lastObservations
Definition at line 228 of file CGasConcentrationGridMap2D.h.
Definition at line 223 of file CGasConcentrationGridMap2D.h.
Definition at line 246 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] Measured values of the delay (memory effect) for different robot speeds
Definition at line 245 of file CGasConcentrationGridMap2D.h.
Definition at line 222 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] The last N GasObservations, used for the Kalman Filter with deconvolution estimation.
Definition at line 222 of file CGasConcentrationGridMap2D.h.
Definition at line 190 of file CGasConcentrationGridMap2D.h.
Limits for normalization of sensor readings.
Definition at line 190 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] true / 1= Save generated gas map as a log file
Definition at line 254 of file CGasConcentrationGridMap2D.h.
The sigma of the "Parzen"-kernel Gaussian.
Definition at line 182 of file CGasConcentrationGridMap2D.h.
Definition at line 218 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] Measured values of K= 1/tauD for different volatile concentrations
Definition at line 240 of file CGasConcentrationGridMap2D.h.
Definition at line 241 of file CGasConcentrationGridMap2D.h.
Tau values for the rise (tauR) and decay (tauD) sensor's phases.
Definition at line 217 of file CGasConcentrationGridMap2D.h.
[KF3 algortihm] The number of observations used to reduce noise on signal.
Definition at line 232 of file CGasConcentrationGridMap2D.h.
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |