Method | Description | |
---|---|---|
Add ( uint id, MAV_SENSOR_ORIENTATION orientation, double distance, System.DateTime received, double age = 1 ) : void | ||
GetClosest ( ) : double |
Closest distance
|
|
GetRaw ( ) : List | ||
GetWarnings ( double min_distance = 2 ) : List |
List of direction bellow the min_distance
|
Method | Description | |
---|---|---|
expire ( ) : void |
public Add ( uint id, MAV_SENSOR_ORIENTATION orientation, double distance, System.DateTime received, double age = 1 ) : void | ||
id | uint | |
orientation | MAV_SENSOR_ORIENTATION | |
distance | double | |
received | System.DateTime | |
age | double | |
return | void |
public GetWarnings ( double min_distance = 2 ) : List |
||
min_distance | double | |
return | List |