29 #ifndef __GridMapSimpleCount_h_ 30 #define __GridMapSimpleCount_h_ 103 updateFreeVal = -0.10f;
104 updateOccVal = 0.15f;
106 updateFreeLimit = -updateFreeVal + updateFreeVal/100.0f;
107 updateOccLimit = 1.0f - (updateOccVal + updateOccVal/100.0f);
void updateUnsetFree(SimpleCountCell &cell) const
void updateSetOccupied(SimpleCountCell &cell) const
void updateSetFree(SimpleCountCell &cell) const
float getGridProbability(const SimpleCountCell &cell) const
GridMapSimpleCountFunctions()
float simpleOccVal
The log odds representation of occupancy probability.