mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Plane : add suport for NavEKF
This commit is contained in:
parent
1e993d2ef5
commit
fb1345dd99
@ -69,6 +69,7 @@
|
||||
#include <AP_Vehicle.h>
|
||||
#include <AP_SpdHgtControl.h>
|
||||
#include <AP_TECS.h>
|
||||
#include <AP_NavEKF.h>
|
||||
|
||||
#include <AP_Notify.h> // Notify library
|
||||
#include <AP_BattMonitor.h> // Battery monitor library
|
||||
@ -283,6 +284,8 @@ static AP_PitchController pitchController(ahrs, aparm);
|
||||
static AP_YawController yawController(ahrs, aparm);
|
||||
static AP_SteerController steerController(ahrs);
|
||||
|
||||
// Inertial Navigation EKF
|
||||
static AP_NavEKF NavEKF(ahrs, baro, gps);
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_AVR_SITL
|
||||
SITL sitl;
|
||||
|
Loading…
Reference in New Issue
Block a user