|
HF-BNO08x
0.1.0-dev
|
Unit quaternion with sensor accuracy indicator. More...
#include <bno08x.hpp>
Public Attributes | |
| float | w {1} |
| Real (scalar) component. | |
| float | x {0} |
| Imaginary i component. | |
| float | y {0} |
| Imaginary j component. | |
| float | z {0} |
| Imaginary k component. | |
| uint8_t | accuracy {0} |
| Calibration accuracy (0 = unreliable, 3 = fully calibrated) | |
Unit quaternion with sensor accuracy indicator.
Used for rotation vector, game rotation vector, geomagnetic rotation vector, and gyro-integrated rotation vector reports.
| uint8_t Quaternion::accuracy {0} |
Calibration accuracy (0 = unreliable, 3 = fully calibrated)
| float Quaternion::w {1} |
Real (scalar) component.
| float Quaternion::x {0} |
Imaginary i component.
| float Quaternion::y {0} |
Imaginary j component.
| float Quaternion::z {0} |
Imaginary k component.