![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
SV_3DOF_Y_BASIC structure is the 3DOF basic gyroscope state vector structure. More...
#include <sensor_fusion.h>

Data Fields | |
| float | fPhi |
| roll (deg) More... | |
| float | fThe |
| pitch (deg) More... | |
| float | fPsi |
| yaw (deg) More... | |
| float | fRho |
| compass (deg) More... | |
| float | fChi |
| tilt from vertical (deg) More... | |
| float | fR [3][3] |
| unfiltered orientation matrix More... | |
| Quaternion | fq |
| unfiltered orientation quaternion More... | |
| float | fRVec [3] |
| rotation vector More... | |
| float | fOmega [3] |
| angular velocity (deg/s) More... | |
| int32_t | systick |
| systick timer More... | |
| float | fdeltat |
| fusion filter sampling interval (s) More... | |
| int8_t | resetflag |
| flag to request re-initialization on next pass More... | |
SV_3DOF_Y_BASIC structure is the 3DOF basic gyroscope state vector structure.
Definition at line 315 of file sensor_fusion.h.
| float fChi |
tilt from vertical (deg)
Definition at line 322 of file sensor_fusion.h.
Referenced by fRun_3DOF_Y_BASIC().
| float fdeltat |
fusion filter sampling interval (s)
Definition at line 329 of file sensor_fusion.h.
Referenced by fInit_3DOF_Y_BASIC(), and fRun_3DOF_Y_BASIC().
| float fOmega[3] |
angular velocity (deg/s)
Definition at line 326 of file sensor_fusion.h.
Referenced by fRun_3DOF_Y_BASIC().
| float fPhi |
| float fPsi |
| Quaternion fq |
unfiltered orientation quaternion
Definition at line 324 of file sensor_fusion.h.
Referenced by fInit_3DOF_Y_BASIC(), and fRun_3DOF_Y_BASIC().
| float fR[3][3] |
unfiltered orientation matrix
Definition at line 323 of file sensor_fusion.h.
Referenced by fInit_3DOF_Y_BASIC(), and fRun_3DOF_Y_BASIC().
| float fRho |
| float fRVec[3] |
| float fThe |
| int8_t resetflag |
flag to request re-initialization on next pass
Definition at line 330 of file sensor_fusion.h.
Referenced by fInit_3DOF_Y_BASIC(), and fRun_3DOF_Y_BASIC().
| int32_t systick |