|
|
|
@ -27,6 +27,7 @@
@@ -27,6 +27,7 @@
|
|
|
|
|
#include <AP_NavEKF/AP_NavEKF_Source.h> |
|
|
|
|
|
|
|
|
|
class NavEKF3_core; |
|
|
|
|
class EKFGSF_yaw; |
|
|
|
|
|
|
|
|
|
class NavEKF3 { |
|
|
|
|
friend class NavEKF3_core; |
|
|
|
@ -358,6 +359,9 @@ public:
@@ -358,6 +359,9 @@ public:
|
|
|
|
|
// if instance < 0, the primary instance will be used
|
|
|
|
|
bool isVibrationAffected(int8_t instance) const; |
|
|
|
|
|
|
|
|
|
// get a yaw estimator instance
|
|
|
|
|
const EKFGSF_yaw *get_yawEstimator(void) const; |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
uint8_t num_cores; // number of allocated cores
|
|
|
|
|
uint8_t primary; // current primary core
|
|
|
|
|