1 #ifndef __CONST_OCCUPANCY_ESTIMATOR_H 2 #define __CONST_OCCUPANCY_ESTIMATOR_H 28 bool is_occ)
override {
double base_empty_prob()
Returns the probability of being empty.
virtual Occupancy estimate_occupancy(const Beam &beam, const Rectangle &cell_bnds, bool is_occ) override
ConstEstimator is responsible for the occupancy estimation strategy that returns probability of being...
ConstOccupancyEstimator(double occ, double empty)
Defines interface Cell Occupancy Estimator. There are structures Occupancy and Beam that are used in ...
Defines an axis-aligned rectangle.
double base_occ_prob()
Returns the probability of being occupied.