mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
# Global position setpoint triplet in WGS84 coordinates.
|
|
# This are the three next waypoints (or just the next two or one).
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
px4/position_setpoint previous
|
|
px4/position_setpoint current
|
|
px4/position_setpoint next
|