mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
# SOARING CONTROLLER STATE, SERVES AS FLAG IF CONTROLLER IS STILL PUBLISHING
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
bool soaring_controller_running # if true, the soaring controller is expected to publish
|
|
bool timeout_detected # if true, the soaring controller has crashed |