#include <state_data.h>
Public Member Functions | |
bool | is_valid () const |
constexpr | Occupancy (double prob=0, double quality=0) |
operator double () const | |
bool | operator== (const Occupancy &that) const |
Static Public Member Functions | |
static Occupancy | invalid () |
Public Attributes | |
double | estimation_quality |
double | prob_occ |
Definition at line 7 of file state_data.h.
|
inline |
Definition at line 12 of file state_data.h.
|
inlinestatic |
Definition at line 27 of file state_data.h.
|
inline |
Definition at line 23 of file state_data.h.
|
inline |
Definition at line 15 of file state_data.h.
|
inline |
Definition at line 17 of file state_data.h.
double Occupancy::estimation_quality |
Definition at line 9 of file state_data.h.
double Occupancy::prob_occ |
Definition at line 8 of file state_data.h.