mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
docs(i18n): PX4 guide translations (Crowdin) - zh-CN (#27066)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -46,10 +46,11 @@ The flag comments are used as label for the failsafe state machine simulation
|
||||
| battery_warning | `uint8` | | | Battery warning level (see BatteryStatus.msg) |
|
||||
| battery_low_remaining_time | `bool` | | | Low battery based on remaining flight time |
|
||||
| battery_unhealthy | `bool` | | | Battery unhealthy |
|
||||
| fd_critical_failure | `bool` | | | Critical failure (attitude/altitude limit exceeded, or external ATS) |
|
||||
| fd_critical_failure | `bool` | | | Critical failure (attitude limit exceeded, or external ATS) |
|
||||
| fd_esc_arming_failure | `bool` | | | ESC failed to arm |
|
||||
| fd_imbalanced_prop | `bool` | | | Imbalanced propeller detected |
|
||||
| fd_motor_failure | `bool` | | | Motor failure |
|
||||
| fd_alt_loss | `bool` | | | Uncommanded altitude loss (rotary-wing, altitude-controlled flight) |
|
||||
| geofence_breached | `bool` | | | Geofence breached (one or multiple) |
|
||||
| mission_failure | `bool` | | | Mission failure |
|
||||
| vtol_fixed_wing_system_failure | `bool` | | | vehicle in fixed-wing system failure failsafe mode (after quad-chute) |
|
||||
@@ -114,10 +115,11 @@ bool battery_low_remaining_time # Low battery based on remaining flight ti
|
||||
bool battery_unhealthy # Battery unhealthy
|
||||
|
||||
# Failure detector
|
||||
bool fd_critical_failure # Critical failure (attitude/altitude limit exceeded, or external ATS)
|
||||
bool fd_critical_failure # Critical failure (attitude limit exceeded, or external ATS)
|
||||
bool fd_esc_arming_failure # ESC failed to arm
|
||||
bool fd_imbalanced_prop # Imbalanced propeller detected
|
||||
bool fd_motor_failure # Motor failure
|
||||
bool fd_alt_loss # Uncommanded altitude loss (rotary-wing, altitude-controlled flight)
|
||||
|
||||
# Other
|
||||
bool geofence_breached # Geofence breached (one or multiple)
|
||||
|
||||
Reference in New Issue
Block a user