AP_Mission: use baro singleton

This commit is contained in:
Peter Barker 2018-03-06 08:06:02 +11:00 committed by Lucas De Marchi
parent 7d024095c6
commit beb85e49fb

View File

@ -18,7 +18,7 @@ private:
AP_Baro baro;
AP_GPS gps;
Compass compass;
AP_AHRS_DCM ahrs{ins, baro};
AP_AHRS_DCM ahrs{ins};
// global constants that control how many verify calls must be made for a command before it completes
uint8_t verify_nav_cmd_iterations_to_complete = 3;