|
One Framework 0.1.0
RoboMaster嵌入式框架“一键”解决方案,为你的“创意”服务。
|
Container for IMU sample data used by the hub. 更多...
#include <ImuHub.hpp>
结构体 | |
| struct | EulerAngle |
| struct | Quaternion |
| struct | Vector3 |
成员变量 | |
| struct OF::IMUData::Quaternion | quat |
| struct OF::IMUData::EulerAngle | euler_angle |
| Vector3 | gyro |
| Vector3 | accel |
Container for IMU sample data used by the hub.
This struct holds the most common IMU outputs used by consumers: a quaternion for orientation, 3-axis gyro and accelerometer readings and a temperature value.
| Vector3 accel |
Accelerometer readings (m/s^2).
| struct OF::IMUData::EulerAngle euler_angle |
| Vector3 gyro |
Gyroscope readings (rad/s).
| struct OF::IMUData::Quaternion quat |