#include <GridMapLogOdds.h>
Public Member Functions | |
float | getGridProbability (const LogOddsCell &cell) const |
GridMapLogOddsFunctions () | |
void | setUpdateFreeFactor (float factor) |
void | setUpdateOccupiedFactor (float factor) |
void | updateSetFree (LogOddsCell &cell) const |
void | updateSetOccupied (LogOddsCell &cell) const |
void | updateUnsetFree (LogOddsCell &cell) const |
Protected Member Functions | |
float | probToLogOdds (float prob) |
Protected Attributes | |
float | logOddsFree |
< The log odds representation of probability used for updating cells as occupied More... | |
float | logOddsOccupied |
Provides functions related to a log odds of occupancy probability respresentation for cells in a occupancy grid map.
Definition at line 108 of file GridMapLogOdds.h.
|
inline |
Constructor, sets parameters like free and occupied log odds ratios.
Definition at line 115 of file GridMapLogOdds.h.
|
inline |
Get the probability value represented by the grid cell.
cell | The cell. |
Definition at line 163 of file GridMapLogOdds.h.
|
inlineprotected |
Definition at line 199 of file GridMapLogOdds.h.
|
inline |
Definition at line 187 of file GridMapLogOdds.h.
|
inline |
Definition at line 192 of file GridMapLogOdds.h.
|
inline |
|
inline |
|
inline |
Definition at line 153 of file GridMapLogOdds.h.
|
protected |
< The log odds representation of probability used for updating cells as occupied
Definition at line 206 of file GridMapLogOdds.h.
|
protected |
Definition at line 205 of file GridMapLogOdds.h.