mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 02:44:06 +08:00
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
# SOARING CONTROLLER STATE, SERVES AS A HEARTBEAT IF CONTROLLER IS STILL PUBLISHING
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint64 heartbeat # time since system start (microseconds) of the last run of soaring controller
|