docs(update): Subedit

This commit is contained in:
Hamish Willee
2026-04-16 14:18:52 +10:00
committed by Gennaro Guidone
parent 66a1ae9704
commit 7f5d7ccb1c
2 changed files with 5 additions and 7 deletions

View File

@@ -284,14 +284,11 @@ The failsafe action and arming behaviour are both configured by the `COM_ARM_ODI
<Badge type="tip" text="PX4 v1.18" />
The parachute health failsafe is triggered when a [MAVLink parachute](../peripherals/parachute.md) system is missing or unhealthy while the vehicle is armed and airborne.
The parachute health failsafe is triggered when a [MAVLink parachute](../peripherals/parachute.md) system is missing or unhealthy while the vehicle is armed or airborne.
| Parameter | Description |
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="COM_PARACHUTE"></a>[COM_PARACHUTE](../advanced_config/parameter_reference.md#COM_PARACHUTE) | Parachute system monitoring and failsafe action. `0`: Disabled (default), `1`: Warning only, `2`: Error only, `3`: Return, `4`: Land. |
Values `2``4` prevent arming when the parachute system is not present and healthy.
Values `3``4` also trigger the configured failsafe action if the parachute system is missing or unhealthy while airborne.
| Parameter | Description |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <a id="COM_PARACHUTE"></a>[COM_PARACHUTE](../advanced_config/parameter_reference.md#COM_PARACHUTE) | Parachute system monitoring and failsafe action. `0`: Disabled (default), `1`: Warning only, `2`: Error only (prevent arming), `3`: Return, `4`: Land.<br><br>On failsafe:<br>- `Error`, `Return`, and `Land` prevent arming.<br>- `Return` and `Land` start the associated action/mode when airborne. |
## Quad-chute Failsafe