mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 10:07:35 +08:00
commander: move battery handling into arming checks
This commit is contained in:
@@ -118,5 +118,4 @@ bool parachute_system_healthy
|
||||
bool avoidance_system_required # Set to true if avoidance system is enabled via COM_OBS_AVOID parameter
|
||||
bool avoidance_system_valid # Status of the obstacle avoidance system
|
||||
|
||||
bool battery_healthy # set if battery is available and not low
|
||||
|
||||
|
||||
@@ -42,3 +42,8 @@ bool rc_signal_found_once
|
||||
bool rc_calibration_in_progress
|
||||
bool vtol_transition_failure # Set to true if vtol transition failed
|
||||
|
||||
bool battery_low_remaining_time
|
||||
bool battery_unhealthy
|
||||
|
||||
uint8 battery_warning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user