public class IMUData
Modifier and Type | Field and Description |
---|---|
decimal |
accelerometerX |
decimal |
accelerometerY |
decimal |
accelerometerZ |
decimal |
gyroscopeX |
decimal |
gyroscopeY |
decimal |
gyroscopeZ |
decimal |
magnetometerX |
decimal |
magnetometerY |
decimal |
magnetometerZ |
decimal |
temperature |
public decimal accelerometerX
public decimal accelerometerY
public decimal accelerometerZ
These fields contains the accelerometer readings in g's
public decimal gyroscopeX
public decimal gyroscopeY
public decimal gyroscopeZ
These fields contains the gyroscope readings in degrees/sec.
public decimal magnetometerX
public decimal magnetometerY
public decimal magnetometerZ
These fields contains the magnetometer readings in milligauss along the three axes.
public decimal temperature
This field contains the last temperature reading from the IMU sensor.