#include <weighted_mean_point_probability_spe.h>
|
double | estimate_scan_probability (const LaserScan2D &scan, const RobotPose &pose, const GridMap &map, const SPEParams ¶ms) const override |
|
LaserScan2D | filter_scan (const LaserScan2D &raw_scan, const RobotPose &pose, const GridMap &map) override |
|
| WeightedMeanPointProbabilitySPE (OOPE oope, SPW spw, unsigned skip_rate=0, double max_usable_range=-1) |
|
double | estimate_scan_probability (const LaserScan2D &scan, const RobotPose &pose, const GridMap &map) const |
|
double | occupancy_observation_probability (const AreaOccupancyObservation &aoo, const LightWeightRectangle &area, const GridMap &map) const |
|
OOPE | occupancy_observation_probability_estimator () const |
|
| ScanProbabilityEstimator (OOPE oope) |
|
void | set_oope (OOPE occ_obs_prob_est) |
|
virtual | ~ScanProbabilityEstimator ()=default |
|
WeightedMeanPointProbabilitySPE::WeightedMeanPointProbabilitySPE |
( |
OOPE |
oope, |
|
|
SPW |
spw, |
|
|
unsigned |
skip_rate = 0 , |
|
|
double |
max_usable_range = -1 |
|
) |
| |
|
inline |
double WeightedMeanPointProbabilitySPE::_pt_max_usable_range |
|
private |
unsigned WeightedMeanPointProbabilitySPE::_pts_skip_rate |
|
private |
SPW WeightedMeanPointProbabilitySPE::_spw |
|
private |
The documentation for this class was generated from the following file: