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