mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
uint64 timestamp_us # in microseconds since system start
|
|
int8[10] name # max. 10 characters as key / name
|
|
float32 x # x value
|
|
float32 y # y value
|
|
float32 z # z value
|