54 #ifndef ATTITUDE_ERROR_ESTIMATOR_H_
55 #define ATTITUDE_ERROR_ESTIMATOR_H_
61 #include "quaternions.h"
62 #include "coord_conventions.h"
Structure containing the Attitude and Heading Reference System.
Definition: ahrs.h:58
quat_t quat_ref
Reference attitude, the errors in roll pitch and yaw will be computed relative to this reference...
Definition: attitude_error_estimator.h:70
const ahrs_t * ahrs
Pointer to AHRS (current attitude), must be updated externally.
Definition: attitude_error_estimator.h:72
Unit quaternion.
Definition: quaternions.h:62
Quaternion attitude error estimator data structure.
Definition: attitude_error_estimator.h:68
Definition: coord_conventions.h:91