|
HF-BNO08x
0.1.0-dev
|
Decoded RVC frame data in floating-point natural units. More...
#include <bno08x.hpp>
Public Attributes | |
| uint8_t | index |
| Frame sequence index. | |
| float | yaw_deg |
| Yaw angle in degrees. | |
| float | pitch_deg |
| Pitch angle in degrees. | |
| float | roll_deg |
| Roll angle in degrees. | |
| float | acc_x_g |
| X linear acceleration in g. | |
| float | acc_y_g |
| Y linear acceleration in g. | |
| float | acc_z_g |
| Z linear acceleration in g. | |
| uint8_t | mi |
| Motion intent. | |
| uint8_t | mr |
| Motion request. | |
| uint64_t | timestamp_uS |
| Timestamp in microseconds. | |
Decoded RVC frame data in floating-point natural units.
Delivered to the RvcCallback registered via SetRvcCallback().
| float RvcSensorValue::acc_x_g |
X linear acceleration in g.
| float RvcSensorValue::acc_y_g |
Y linear acceleration in g.
| float RvcSensorValue::acc_z_g |
Z linear acceleration in g.
| uint8_t RvcSensorValue::index |
Frame sequence index.
| uint8_t RvcSensorValue::mi |
Motion intent.
| uint8_t RvcSensorValue::mr |
Motion request.
| float RvcSensorValue::pitch_deg |
Pitch angle in degrees.
| float RvcSensorValue::roll_deg |
Roll angle in degrees.
| uint64_t RvcSensorValue::timestamp_uS |
Timestamp in microseconds.
| float RvcSensorValue::yaw_deg |
Yaw angle in degrees.