From 8e12507e2c93bfd87d0ae15dc8da19775e91039a Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Wed, 5 Jun 2019 15:06:12 +0000 Subject: [PATCH] Update PX4 Firmware metadata Wed Jun 5 15:06:12 UTC 2019 --- .../PX4/PX4ParameterFactMetaData.xml | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index f732aa8a1..d695813bc 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -492,7 +492,7 @@ Fault Status: Present in r0p1, r0p2, r1p0 and r1p1. Fixed in r1p2 Circuit breaker for flight termination - Setting this parameter to 121212 will disable the flight termination action. --> The IO driver will not do flight termination if requested by the FMU WARNING: ENABLING THIS CIRCUIT BREAKER IS AT OWN RISK + 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. 0 121212 true @@ -2765,18 +2765,34 @@ Set to 0 to disable heading hold FailureDetector Max Pitch - Maximum pitch angle before FailureDetector triggers the attitude_failure flag Does not affect the behavior of the vehicle for now; only for logging - 0 + Maximum pitch angle before FailureDetector triggers the attitude_failure flag If flight termination is enabled (@CBRK_FLIGHTTERM set to 0), the autopilot will terminate the flight and set all the outputs to their failsafe value as soon as the attitude_failure flag is set. Setting this parameter to 0 disables the check + 60 180 degrees + + Pitch failure trigger time + Seconds (decimal) that pitch has to exceed FD_FAIL_P before being considered as a failure. + 0.02 + 5 + s + 2 + FailureDetector Max Roll - Maximum roll angle before FailureDetector triggers the attitude_failure flag Does not affect the behavior of the vehicle for now; only for logging - 0 + Maximum roll angle before FailureDetector triggers the attitude_failure flag If flight termination is enabled (@CBRK_FLIGHTTERM set to 0), the autopilot will terminate the flight and set all the outputs to their failsafe value as soon as the attitude_failure flag is set. Setting this parameter to 0 disables the check + 60 180 degrees + + Roll failure trigger time + Seconds (decimal) that roll has to exceed FD_FAIL_R before being considered as a failure. + 0.02 + 5 + s + 2 + -- 2.22.0