|
HF-BNO08x
0.1.0-dev
|
Three-axis vector with sensor accuracy indicator. More...
#include <bno08x.hpp>
Public Attributes | |
| float | x {0} |
| X-axis component. | |
| float | y {0} |
| Y-axis component. | |
| float | z {0} |
| Z-axis component. | |
| uint8_t | accuracy {0} |
| Calibration accuracy (0 = unreliable, 3 = fully calibrated) | |
Three-axis vector with sensor accuracy indicator.
Used for accelerometer, gyroscope, magnetometer, gravity, and linear acceleration reports.
| uint8_t Vector3::accuracy {0} |
Calibration accuracy (0 = unreliable, 3 = fully calibrated)
| float Vector3::x {0} |
X-axis component.
| float Vector3::y {0} |
Y-axis component.
| float Vector3::z {0} |
Z-axis component.