Skip to content

Safety setup: expose PX4 flight-termination failsafe options (COM_LOW_BAT_ACT = 4, COM_POS_FS_ACT) #14773

Description

@LeonardoHaitzmann

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

  1. Refresh the bundled PX4 parameter metadata so COM_LOW_BAT_ACT = 4 appears in the existing "Failsafe action" combobox.
  2. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions