mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08: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