mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
vehicle status: Add field to disable RC input (and required checks for it)
This commit is contained in:
@@ -121,7 +121,8 @@ bool rc_signal_found_once
|
||||
bool rc_signal_lost # true if RC reception lost
|
||||
uint64 rc_signal_lost_timestamp # Time at which the RC reception was lost
|
||||
bool rc_signal_lost_cmd # true if RC lost mode is commanded
|
||||
bool rc_input_blocked # set if RC input should be ignored
|
||||
bool rc_input_blocked # set if RC input should be ignored temporarily
|
||||
bool rc_input_off # set if RC input should be disabled completely
|
||||
|
||||
bool data_link_lost # datalink to GCS lost
|
||||
bool data_link_lost_cmd # datalink to GCS lost mode commanded
|
||||
|
||||
Reference in New Issue
Block a user