Struct SYN_SensorFusion¶
Mahony 6-DOF IMU Sensor Fusion state structure.
#include <syn_sensor_fusion.h>
Public Attributes¶
| Type | Name |
|---|---|
| q16_t | Ki |
| q16_t | Kp |
| q16_t | dt |
| q16_t | e_int |
| SYN_Quaternion | q |
Public Attributes Documentation¶
variable Ki¶
Integral error feedback gain
variable Kp¶
Proportional feedback gain
variable dt¶
Sampling period in seconds (Q16.16)
variable e_int¶
Integral error vector accumulator
variable q¶
Current estimated quaternion orientation
The documentation for this class was generated from the following file src/syntropic/sensor/syn_sensor_fusion.h