|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
#include <sensor_fusion.h>

Public Attributes | |
| float | fPhi |
| roll (deg) | |
| float | fThe |
| pitch (deg) | |
| float | fPsi |
| yaw (deg) | |
| float | fRho |
| compass (deg) | |
| float | fChi |
| tilt from vertical (deg) | |
| float | fRM [3][3] |
| orientation matrix | |
| Quaternion | fq |
| orientation quaternion | |
| float | fRVec [3] |
| rotation vector | |
| float | fOmega [3] |
| average angular velocity (deg/s) | |
| int32_t | systick |
| systick timer; | |
Excluding SV_1DOF_P_BASIC, Any of the SV_ fusion structures above could be cast to type SV_COMMON for dereferencing.
Definition at line 440 of file sensor_fusion.h.
| float SV_COMMON::fChi |
tilt from vertical (deg)
Definition at line 445 of file sensor_fusion.h.
| float SV_COMMON::fOmega[3] |
average angular velocity (deg/s)
Definition at line 449 of file sensor_fusion.h.
| float SV_COMMON::fPhi |
roll (deg)
Definition at line 441 of file sensor_fusion.h.
| float SV_COMMON::fPsi |
yaw (deg)
Definition at line 443 of file sensor_fusion.h.
| Quaternion SV_COMMON::fq |
orientation quaternion
Definition at line 447 of file sensor_fusion.h.
| float SV_COMMON::fRho |
compass (deg)
Definition at line 444 of file sensor_fusion.h.
| float SV_COMMON::fRM[3][3] |
orientation matrix
Definition at line 446 of file sensor_fusion.h.
| float SV_COMMON::fRVec[3] |
rotation vector
Definition at line 448 of file sensor_fusion.h.
| float SV_COMMON::fThe |
pitch (deg)
Definition at line 442 of file sensor_fusion.h.
| int32_t SV_COMMON::systick |
systick timer;
Definition at line 450 of file sensor_fusion.h.