mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
vehicle_status: added field for geofence violation
Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
parent
3ac8c23dd0
commit
3b27864e53
@ -89,6 +89,7 @@ bool high_latency_data_link_lost # Set to true if the high latency data link
|
||||
|
||||
bool engine_failure # Set to true if an engine failure is detected
|
||||
bool mission_failure # Set to true if mission could not continue/finish
|
||||
bool geofence_violated
|
||||
|
||||
uint8 failure_detector_status # Bitmask containing FailureDetector status [0, 0, 0, 0, 0, FAILURE_ALT, FAILURE_PITCH, FAILURE_ROLL]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user