diff --git a/EKF/estimator_interface.h b/EKF/estimator_interface.h index 827fa5e387..22f4b58840 100644 --- a/EKF/estimator_interface.h +++ b/EKF/estimator_interface.h @@ -209,6 +209,11 @@ public: *val = _mag_declination_to_save_deg; } + void copy_accel_bias(float *bias) + { + *bias = _state[15]; + } + protected: parameters _params; // filter parameters