|
|
|
@ -15,7 +15,8 @@ class AP_InertialNav_NavEKF : public AP_InertialNav
@@ -15,7 +15,8 @@ class AP_InertialNav_NavEKF : public AP_InertialNav
|
|
|
|
|
public: |
|
|
|
|
// Constructor
|
|
|
|
|
AP_InertialNav_NavEKF(AP_AHRS &ahrs, AP_Baro &baro, GPS_Glitch& gps_glitch ) : |
|
|
|
|
AP_InertialNav(ahrs, baro, gps_glitch) |
|
|
|
|
AP_InertialNav(ahrs, baro, gps_glitch), |
|
|
|
|
_haveabspos(false) |
|
|
|
|
{ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|