1#ifndef NAV_ALGOROTHMS_COMPASS_GROUND_CALIB
2#define NAV_ALGOROTHMS_COMPASS_GROUND_CALIB
9#define CUTOFF_DIV_BY_SAMPLING_FREQ 0.01f
helper class to support manual compass calibration
void feed(const float3vector &mag_raw)
compass_ground_calibration_t(void)
void get_calibration_result(single_axis_calibration_t *calibration_3d)
maintain offset and slope data for one sensor axis
mathematical vector of arbitrary type and size
Automatic compass calibration using a linear least square fit algorithm.
#define CUTOFF_DIV_BY_SAMPLING_FREQ
tunable second order IIR lowpass filter (butterworth)
collection of system tuning parameters