mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 17:03:57 -04:00
AP_Mission: use baro singleton
This commit is contained in:
parent
7d024095c6
commit
beb85e49fb
@ -18,7 +18,7 @@ private:
|
|||||||
AP_Baro baro;
|
AP_Baro baro;
|
||||||
AP_GPS gps;
|
AP_GPS gps;
|
||||||
Compass compass;
|
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
|
// 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;
|
uint8_t verify_nav_cmd_iterations_to_complete = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user