Plane: added NavEKF object

This commit is contained in:
Andrew Tridgell 2013-12-29 18:38:33 +11:00
parent eb505eef91
commit cd9027adfd

View File

@ -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;