Skip to content

Commit 226c1f7

Browse files
committed
docs(update): Subedit
1 parent b2f6cc6 commit 226c1f7

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/en/config/safety.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,11 @@ The relevant parameters are shown below:
255255

256256
<Badge type="tip" text="PX4 v1.18" />
257257

258-
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.
258+
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.
259259

260-
| Parameter | Description |
261-
| -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
262-
| <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. |
263-
264-
Values `2``4` prevent arming when the parachute system is not present and healthy.
265-
Values `3``4` also trigger the configured failsafe action if the parachute system is missing or unhealthy while airborne.
260+
| Parameter | Description |
261+
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
262+
| <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. |
266263

267264
## Quad-chute Failsafe
268265

docs/en/peripherals/parachute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ PX4 will trigger a connected and healthy parachute on failsafe by sending the co
7575

7676
MAVLink parachute support is enabled by setting the parameter [COM_PARACHUTE](../advanced_config/parameter_reference.md#COM_PARACHUTE) to a non-zero value.
7777
The parameter also configures the arming check and in-flight failsafe action when the parachute system is missing or unhealthy (see [Parachute Health Failsafe](../config/safety.md#parachute-health-failsafe)).
78+
7879
PX4 will then indicate parachute status using the [MAV_SYS_STATUS_RECOVERY_SYSTEM](https://mavlink.io/en/messages/common.html#MAV_SYS_STATUS_RECOVERY_SYSTEM) bit in the [SYS_STATUS](https://mavlink.io/en/messages/common.html#SYS_STATUS) extended onboard control sensors fields:
7980

8081
- `SYS_STATUS.onboard_control_sensors_present_extended`: MAVLink parachute present (based on heartbeat detection).

0 commit comments

Comments
 (0)