![]() |
API Documentation
|
A single reading, typically used by a MadgwickOrientationSensor consisiting of input from all IMU sensors. These might be interpolated values. More...
#include <MadgwickOrientationSensor.h>
Public Member Functions | |
| OrientationReading () | |
| HARDWARE_API | OrientationReading (Quaternion< fltp08 > quaternion, Vector< 3, fltp08 > gyro, Vector< 3, fltp08 > accel, Vector< 3, fltp08 > magnet, const Time &time) |
Public Attributes | |
| Vector< 3, fltp08 > | accel |
| Vector< 3, fltp08 > | gyro |
| Vector< 3, fltp08 > | magnet |
| Quaternion< fltp08 > | quaternion |
| Time | time |
A single reading, typically used by a MadgwickOrientationSensor consisiting of input from all IMU sensors. These might be interpolated values.
|
inline |
| HARDWARE_API OrientationReading | ( | Quaternion< fltp08 > | quaternion, |
| Vector< 3, fltp08 > | gyro, | ||
| Vector< 3, fltp08 > | accel, | ||
| Vector< 3, fltp08 > | magnet, | ||
| const Time & | time ) |
| Quaternion<fltp08> quaternion |
| Time time |