#include <cell_occupancy_estimator.h>
Public Member Functions | |
| Occupancy (double prob, double quality) | |
| Occupancy (double prob, double quality, double curr_x, double curr_y) | |
| bool | operator== (const Occupancy &that) |
Public Attributes | |
| double | estimation_quality |
| double | prob_occ |
| double | x |
| double | y |
| The estimated obstacle center. | |
Contains the information about a probability of occupancy and a quality of estimation for 2D point in cartesian coordinates(x,y).
Definition at line 16 of file cell_occupancy_estimator.h.
| Occupancy::Occupancy | ( | double | prob, |
| double | quality | ||
| ) | [inline] |
Initializes a probability of occupation and a quality of estimation.
| A | probability of occupation of a current cell. |
| quality | A quality of estimation for a current cell. |
Definition at line 26 of file cell_occupancy_estimator.h.
| Occupancy::Occupancy | ( | double | prob, |
| double | quality, | ||
| double | curr_x, | ||
| double | curr_y | ||
| ) | [inline] |
Initializes a probability of occupation and a quality of estimation for a point in cartesian coordinates (x,y).
| prob | A probability of occupation of current cell. |
| quality | A quality of estimation for current cell. |
| x,y | Coordinates of an occupied cell |
Definition at line 36 of file cell_occupancy_estimator.h.
| bool Occupancy::operator== | ( | const Occupancy & | that | ) | [inline] |
Definition at line 39 of file cell_occupancy_estimator.h.
Definition at line 18 of file cell_occupancy_estimator.h.
| double Occupancy::prob_occ |
Definition at line 17 of file cell_occupancy_estimator.h.
| double Occupancy::x |
Definition at line 19 of file cell_occupancy_estimator.h.
| double Occupancy::y |
The estimated obstacle center.
Definition at line 19 of file cell_occupancy_estimator.h.