|
|
|
@ -637,10 +637,10 @@ void AP_Frsky_Telem::check_sensor_status_flags(void)
@@ -637,10 +637,10 @@ void AP_Frsky_Telem::check_sensor_status_flags(void)
|
|
|
|
|
queue_message(MAV_SEVERITY_CRITICAL, "Geofence Breach"); |
|
|
|
|
check_sensor_status_timer = now; |
|
|
|
|
} else if ((_sensor_status_flags & MAV_SYS_STATUS_AHRS) > 0) { |
|
|
|
|
queue_message(MAV_SEVERITY_CRITICAL, "Bad AHRS"); |
|
|
|
|
queue_message(MAV_SEVERITY_CRITICAL, "姿态不佳");//Bad AHRS
|
|
|
|
|
check_sensor_status_timer = now; |
|
|
|
|
} else if ((_sensor_status_flags & MAV_SYS_STATUS_SENSOR_RC_RECEIVER) > 0) { |
|
|
|
|
queue_message(MAV_SEVERITY_CRITICAL, "No RC Receiver"); |
|
|
|
|
queue_message(MAV_SEVERITY_CRITICAL, "未接收到遥控器信号");//No RC Receiver
|
|
|
|
|
check_sensor_status_timer = now; |
|
|
|
|
} else if ((_sensor_status_flags & MAV_SYS_STATUS_LOGGING) > 0) { |
|
|
|
|
queue_message(MAV_SEVERITY_CRITICAL, "Bad Logging"); |
|
|
|
|