diff --git a/EKF/estimator_interface.h b/EKF/estimator_interface.h index c131302068..7d77bc424a 100644 --- a/EKF/estimator_interface.h +++ b/EKF/estimator_interface.h @@ -566,9 +566,10 @@ protected: // calculate the inverse rotation matrix from a quaternion rotation Matrix3f quat_to_invrotmat(const Quatf &quat); - void setDragData(); + inline void setDragData(); + + inline void computeVibrationMetric(); + inline bool checkIfVehicleAtRest(float dt); - void computeVibrationMetric(); - bool checkIfVehicleAtRest(float dt); void printBufferAllocationFailed(const char * buffer_name); };