mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Mission: use ins singleton
This commit is contained in:
parent
517f71c183
commit
25490b6151
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user