AP_Mission: use ins singleton

This commit is contained in:
Lucas De Marchi 2018-03-10 23:21:02 -08:00 committed by Lucas De Marchi
parent 517f71c183
commit 25490b6151

View File

@ -18,7 +18,7 @@ private:
AP_Baro baro;
AP_GPS gps;
Compass compass;
AP_AHRS_DCM ahrs{ins};
AP_AHRS_DCM ahrs{};
// 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;