mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
ArduCopter: bug fix - initialise inertial nav
This commit is contained in:
parent
5551f092be
commit
9c0984c505
@ -252,6 +252,10 @@ static void init_ardupilot()
|
||||
init_optflow();
|
||||
}
|
||||
|
||||
#if INERTIAL_NAV_XY == ENABLED || INERTIAL_NAV_Z == ENABLED
|
||||
// initialise inertial nav
|
||||
inertial_nav.init();
|
||||
#endif
|
||||
|
||||
// agmatthews USERHOOKS
|
||||
#ifdef USERHOOK_INIT
|
||||
|
Loading…
Reference in New Issue
Block a user