![]() |
Doly C++ SDK v1.00
|
Latest IMU reading snapshot returned by the IMU subsystem. More...
#include <ImuEventListener.h>
Public Attributes | |
| YawPitchRoll | ypr |
| VectorFloat | linear_accel |
| float | temperature |
Latest IMU reading snapshot returned by the IMU subsystem.
Contains computed orientation (YPR), linear acceleration, and temperature.
| VectorFloat ImuData::linear_accel |
Linear acceleration vector (implementation-defined units).
| float ImuData::temperature |
Temperature in degrees Celsius.
| YawPitchRoll ImuData::ypr |
Yaw/Pitch/Roll angles.