Skip to content

Commit 904e3ab

Browse files
Update Crash-Recovery.md (#594)
Updating description of threshold parameters to something more understandable.
1 parent 13279bd commit 904e3ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/wiki/guides/current/Crash-Recovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ List of parameters for configuring the crash recovery feature:
1414
| Parameter | Description | Allowed Values | Default |
1515
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | ------- |
1616
| `crash_recovery` | Enable or disable the crash recovery feature. | `OFF`, `ON`, `BEEP`, `DISARM` | `OFF` |
17-
| `crash_dthreshold` | Sensitivity threshold based on D-term values | `10` to `2000` | `50` |
18-
| `crash_gthreshold` | Sensitivity threshold based on gyro readings | `100` to `2000` | `400` |
19-
| `crash_setpoint_threshold` | Sensitivity threshold based on stick position | `50` to `2000` | `350` |
17+
| `crash_dthreshold` | Sensitivity threshold based on D-term values. Higher is less likely to activate crash recovery. | `10` to `2000` | `50` |
18+
| `crash_gthreshold` | Sensitivity threshold based on gyro readings. Higher is less likely to activate crash recovery. | `100` to `2000` | `400` |
19+
| `crash_setpoint_threshold` | Activation threshold based on stick position. Setpoint must be under this value to trigger crash recovery (in deg/sec commanded). | `50` to `2000` | `350` |
2020
| `crash_recovery_angle ` | Defines the angle to which the craft will try to recover. | `5` to `30` | `10` |
2121
| `crash_recovery_rate` | How aggressively the craft attempts to recover. Higher values mean faster recovery but can lead to oscillations if set too high. | `50` to `255` | `100` |
2222
| `crash_limit_yaw` | Limits the yaw rate during recovery to prevent yaw spins. If during crash recovery the yaw rate exceeds this value, crash recovery will be cancelled | `0` to `1000` | `200` |

0 commit comments

Comments
 (0)