7 #ifndef __SENSOR_DATA_H 8 #define __SENSOR_DATA_H 22 ScanPoint(
double rng = 0,
double ang = 0,
bool is_occ =
true):
double angle
The angle of point in polar (in radians).
Contains a point in polar coordinates and a state whether it is occupied.
double range
The range of point in polar.
ScanPoint(double rng=0, double ang=0, bool is_occ=true)
bool is_occupied
True, if this point is occupied and False otherwise.