Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
mrpt::slam::TRandomFieldCell Struct Reference

Detailed Description

The contents of each cell in a CRandomFieldGridMap2D map.

Definition at line 47 of file CRandomFieldGridMap2D.h.

#include <mrpt/slam/CRandomFieldGridMap2D.h>

Public Member Functions

 TRandomFieldCell (double kfmean_dm_mean=1e-20, double kfstd_dmmeanw=0)
 Constructor. More...
 

Public Attributes

union {
   double   kf_mean
 [KF-methods only] The mean value of this cell More...
 
   double   dm_mean
 [Kernel-methods only] The cumulative weighted readings of this cell More...
 
   double   gmrf_mean
 [GMRF only] The mean value of this cell More...
 
}; 
 
union {
   double   kf_std
 [KF-methods only] The standard deviation value of this cell More...
 
   double   dm_mean_w
 [Kernel-methods only] The cumulative weights (concentration = alpha * dm_mean / dm_mean_w + (1-alpha)*r0 ) More...
 
   double   gmrf_std
 
}; 
 
double dmv_var_mean
 [Kernel DM-V only] The cumulative weighted variance of this cell More...
 
mrpt::system::TTimeStamp last_updated
 [Dynamic maps only] The timestamp of the last time the cell was updated More...
 
double updated_std
 [Dynamic maps only] The std cell value that was updated (to be used in the Forgetting_curve More...
 

Constructor & Destructor Documentation

mrpt::slam::TRandomFieldCell::TRandomFieldCell ( double  kfmean_dm_mean = 1e-20,
double  kfstd_dmmeanw = 0 
)
inline

Constructor.

Definition at line 50 of file CRandomFieldGridMap2D.h.

Member Data Documentation

union { ... }
union { ... }
double mrpt::slam::TRandomFieldCell::dm_mean

[Kernel-methods only] The cumulative weighted readings of this cell

Definition at line 69 of file CRandomFieldGridMap2D.h.

double mrpt::slam::TRandomFieldCell::dm_mean_w

[Kernel-methods only] The cumulative weights (concentration = alpha * dm_mean / dm_mean_w + (1-alpha)*r0 )

Definition at line 76 of file CRandomFieldGridMap2D.h.

double mrpt::slam::TRandomFieldCell::dmv_var_mean

[Kernel DM-V only] The cumulative weighted variance of this cell

Definition at line 80 of file CRandomFieldGridMap2D.h.

double mrpt::slam::TRandomFieldCell::gmrf_mean

[GMRF only] The mean value of this cell

Definition at line 70 of file CRandomFieldGridMap2D.h.

double mrpt::slam::TRandomFieldCell::gmrf_std

Definition at line 77 of file CRandomFieldGridMap2D.h.

double mrpt::slam::TRandomFieldCell::kf_mean

[KF-methods only] The mean value of this cell

Definition at line 68 of file CRandomFieldGridMap2D.h.

Referenced by mrpt::slam::CRandomFieldGridMap2D::cell2float().

double mrpt::slam::TRandomFieldCell::kf_std

[KF-methods only] The standard deviation value of this cell

Definition at line 75 of file CRandomFieldGridMap2D.h.

mrpt::system::TTimeStamp mrpt::slam::TRandomFieldCell::last_updated

[Dynamic maps only] The timestamp of the last time the cell was updated

Definition at line 82 of file CRandomFieldGridMap2D.h.

double mrpt::slam::TRandomFieldCell::updated_std

[Dynamic maps only] The std cell value that was updated (to be used in the Forgetting_curve

Definition at line 83 of file CRandomFieldGridMap2D.h.




Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014