Synopsis
void ahrs_float_init(AHRS_STATE_t *self);
Description

ahrs_float_init initializes the AHRS reference system self. Once initialized, all computations that update the AHRS state are performed in floating point.

Thread Safety

ahrs_float_init is thread safe.