#include <GridMapSimpleCount.h>
Public Member Functions | |
float | getValue () const |
bool | isFree () const |
bool | isOccupied () const |
void | resetGridCell () |
void | set (float val) |
Public Attributes | |
float | simpleOccVal |
The log odds representation of occupancy probability. More... | |
int | updateIndex |
Provides a (very) simple count based representation of occupancy
Definition at line 36 of file GridMapSimpleCount.h.
|
inline |
Returns the value of the cell.
Definition at line 53 of file GridMapSimpleCount.h.
|
inline |
Definition at line 67 of file GridMapSimpleCount.h.
|
inline |
Returns wether the cell is occupied.
Definition at line 62 of file GridMapSimpleCount.h.
|
inline |
Reset Cell to prior probability.
Definition at line 75 of file GridMapSimpleCount.h.
|
inline |
Sets the cell value to val.
val | The log odds value. |
Definition at line 44 of file GridMapSimpleCount.h.
float SimpleCountCell::simpleOccVal |
The log odds representation of occupancy probability.
Definition at line 85 of file GridMapSimpleCount.h.
int SimpleCountCell::updateIndex |
Definition at line 86 of file GridMapSimpleCount.h.