An internal structure for storing data related to counting the new information apported by some observation.
Definition at line 239 of file maps/COccupancyGridMap2D.h.
#include <mrpt/maps/COccupancyGridMap2D.h>
Public Member Functions | |
TUpdateCellsInfoChangeOnly (bool enabled=false, double I_change=0, int cellsUpdated=0) | |
Public Attributes | |
bool | enabled |
If set to false (default), this struct is not used. More... | |
double | I_change |
The cummulative change in Information: This is updated only from the "updateCell" method. More... | |
int | cellsUpdated |
The cummulative updated cells count: This is updated only from the "updateCell" method. More... | |
int | laserRaysSkip |
In this mode, some laser rays can be skips to speep-up. More... | |
|
inline |
Definition at line 241 of file maps/COccupancyGridMap2D.h.
int mrpt::maps::COccupancyGridMap2D::TUpdateCellsInfoChangeOnly::cellsUpdated |
The cummulative updated cells count: This is updated only from the "updateCell" method.
Definition at line 260 of file maps/COccupancyGridMap2D.h.
bool mrpt::maps::COccupancyGridMap2D::TUpdateCellsInfoChangeOnly::enabled |
If set to false (default), this struct is not used.
Set to true only when measuring the info of an observation.
Definition at line 252 of file maps/COccupancyGridMap2D.h.
double mrpt::maps::COccupancyGridMap2D::TUpdateCellsInfoChangeOnly::I_change |
The cummulative change in Information: This is updated only from the "updateCell" method.
Definition at line 256 of file maps/COccupancyGridMap2D.h.
int mrpt::maps::COccupancyGridMap2D::TUpdateCellsInfoChangeOnly::laserRaysSkip |
In this mode, some laser rays can be skips to speep-up.
Definition at line 264 of file maps/COccupancyGridMap2D.h.
Page generated by Doxygen 1.8.9.1 for MRPT 1.3.2 SVN:Unversioned directory at Tue Dec 8 09:49:21 UTC 2015 |