forked from Archive/PX4-Autopilot
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
|
|
||
|
uint64 timestamp # time since system start (microseconds)
|
||
|
|
||
|
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
||
|
|
||
|
float32[3] xyz # Bias corrected acceleration (including gravity) in body axis (in m/s^2)
|