mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-28 10:13:03 +08:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
uint64 timestamp_us # in microseconds since system start
|
|
char[10] name # max. 10 characters as key / name
|
|
float32 x # x value
|
|
float32 y # y value
|
|
float32 z # z value
|