added function to return accelerometer bias

This commit is contained in:
Roman Bapst
2016-04-11 14:12:24 +02:00
parent 3455931617
commit f32303de69
+5
View File
@@ -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