Feature Description
Description
PX4 main (v1.19) added flight termination as a last-resort failsafe action for parachute-equipped vehicles with no pilot able to take over:
- new
COM_LOW_BAT_ACT = 4 ("Return at critical level, terminate at emergency level")
- new parameter
COM_POS_FS_ACT (0 Descend if possible — blind descent drifting with the wind — vs 1 Terminate) which applies whenever a failsafe would otherwise
fall back to Descend.
Neither is selectable in QGC's Safety page today.
References
Proposed change
- Refresh the bundled PX4 parameter metadata so
COM_LOW_BAT_ACT = 4 appears in the existing "Failsafe action" combobox.
- Add a Position Loss Failsafe section to
Safety.VehicleConfig.json exposing COM_POS_FS_ACT as a combobox (Descend if possible / Terminate).
Use Case
Operator of an unpiloted vehicle with a parachute might prefer to pick flight termination over land/descend for emergency battery and position loss from the Safety setup page, instead of
hand-editing raw parameters.
Flight Stacks
PX4
Vehicle Types
Multirotor, Fixed-wing, VTOL
Platforms
All
Feature Description
Description
PX4
main(v1.19) added flight termination as a last-resort failsafe action for parachute-equipped vehicles with no pilot able to take over:COM_LOW_BAT_ACT = 4("Return at critical level, terminate at emergency level")COM_POS_FS_ACT(0Descend if possible — blind descent drifting with the wind — vs1Terminate) which applies whenever a failsafe would otherwisefall back to Descend.
Neither is selectable in QGC's Safety page today.
References
Proposed change
COM_LOW_BAT_ACT = 4appears in the existing "Failsafe action" combobox.Safety.VehicleConfig.jsonexposingCOM_POS_FS_ACTas a combobox (Descend if possible / Terminate).Use Case
Operator of an unpiloted vehicle with a parachute might prefer to pick flight termination over land/descend for emergency battery and position loss from the Safety setup page, instead of
hand-editing raw parameters.
Flight Stacks
PX4
Vehicle Types
Multirotor, Fixed-wing, VTOL
Platforms
All