Accelerometer/gyro meter/gyroscope values for a specific axis.
struct AXISValues {
float time;
float LinearAcceleration;
float AngularVelocity;
float Angle;
};modacommons.h
|
Members |
Description |
|
float time; |
Measure date (simulated ms). |
|
float LinearAcceleration; |
Linear acceleration. |
|
float AngularVelocity; |
Angular velocity. |
|
float Angle; |
Axis rotation (radian, absolute axes system). |
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|