|
|
@ -29,6 +29,7 @@ |
|
|
|
#include <GCS_MAVLink/GCS.h> |
|
|
|
#include <GCS_MAVLink/GCS.h> |
|
|
|
#include <AP_Logger/AP_Logger.h> |
|
|
|
#include <AP_Logger/AP_Logger.h> |
|
|
|
#include <AP_GPS/AP_GPS.h> |
|
|
|
#include <AP_GPS/AP_GPS.h> |
|
|
|
|
|
|
|
#include <AP_Baro/AP_Baro.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list
|
|
|
|
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list
|
|
|
|