mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
CBRK_FLIGHTTERM: Does not affect takeoff failure safety detection (#14972)
* CBRK_FLIGHTTERM: Clarify does not affect takeoff failure safety detection * FD_FAIL_P FD_FAIL_R - clarify apply on takeoff * Improve param text Co-authored-by: Mathieu Bresciani <brescianimathieu@gmail.com>
This commit is contained in:
@@ -106,7 +106,8 @@ PARAM_DEFINE_INT32(CBRK_AIRSPD_CHK, 0);
|
||||
*
|
||||
* Setting this parameter to 121212 will disable the flight termination action if triggered
|
||||
* by the FailureDetector logic or if FMU is lost.
|
||||
* This circuit breaker does not affect the RC loss, data link loss and geofence safety logic.
|
||||
* This circuit breaker does not affect the RC loss, data link loss, geofence,
|
||||
* and takeoff failure detection safety logic.
|
||||
*
|
||||
* @reboot_required true
|
||||
* @min 0
|
||||
|
||||
Reference in New Issue
Block a user