|
|
|
@ -93,9 +93,6 @@ public:
@@ -93,9 +93,6 @@ public:
|
|
|
|
|
// but will always be kinematically consistent with the z component of the EKF position state
|
|
|
|
|
float getPosDownDerivative(int8_t instance) const; |
|
|
|
|
|
|
|
|
|
// This returns the specific forces in the NED frame
|
|
|
|
|
void getAccelNED(Vector3f &accelNED) const; |
|
|
|
|
|
|
|
|
|
// return body axis gyro bias estimates in rad/sec for the specified instance
|
|
|
|
|
// An out of range instance (eg -1) returns data for the primary instance
|
|
|
|
|
void getGyroBias(int8_t instance, Vector3f &gyroBias) const; |
|
|
|
|