Files
PX4-Autopilot/msg/sensor_accel_fifo.msg
T
2021-02-16 09:18:10 -05:00

20 lines
672 B
Plaintext

uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample
uint32 device_id # unique device ID for the sensor that does not change between power cycles
float32 dt # delta time between samples (microseconds)
float32 scale
uint8 samples # number of valid samples
int16[20] x # acceleration in the sensor frame X-axis in m/s^2
int16[20] y # acceleration in the sensor frame Y-axis in m/s^2
int16[20] z # acceleration in the sensor frame Z-axis in m/s^2
float32 temperature # temperature in degrees celsius
uint32 error_count
uint8 ORB_QUEUE_LENGTH = 8