Move VTOL Quadchute logic to Commander (failure detector)

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer
2022-03-30 17:34:46 +02:00
parent 18074dec5a
commit 4232e92ac1
16 changed files with 247 additions and 305 deletions
+1
View File
@@ -78,6 +78,7 @@ bool is_vtol_tailsitter # True if the system performs a 90° pit
bool vtol_fw_permanent_stab # True if VTOL should stabilize attitude for fw in manual mode
bool in_transition_mode # True if VTOL is doing a transition
bool in_transition_to_fw # True if VTOL is doing a transition from MC to FW
bool vtol_fw_actuation_failure # True if an issue with fixed-wing actuation was detected
bool rc_signal_lost # true if RC reception lost
-1
View File
@@ -38,7 +38,6 @@ bool offboard_control_signal_lost
bool rc_signal_found_once
bool rc_calibration_in_progress
bool rc_calibration_valid # set if RC calibration is valid
bool vtol_transition_failure # Set to true if vtol transition failed
bool usb_connected # status of the USB power supply
bool sd_card_detected_once # set to true if the SD card was detected