Browse Source

Plane: added NavEKF object

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
cd9027adfd
  1. 2
      ArduPlane/ArduPlane.pde

2
ArduPlane/ArduPlane.pde

@ -285,7 +285,7 @@ static AP_YawController yawController(ahrs, aparm); @@ -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…
Cancel
Save