mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Plane: added NavEKF object
This commit is contained in:
parent
eb505eef91
commit
cd9027adfd
@ -285,7 +285,7 @@ static AP_YawController yawController(ahrs, aparm);
|
||||
static AP_SteerController steerController(ahrs);
|
||||
|
||||
// Inertial Navigation EKF
|
||||
static AP_NavEKF NavEKF(ahrs, baro, gps);
|
||||
static NavEKF NavEKF(ahrs, barometer);
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
|
||||
SITL sitl;
|
||||
|
Loading…
Reference in New Issue
Block a user