Commander: move FD_ACT_EN to esc check

This commit is contained in:
Matthias Grob
2026-02-20 17:51:56 +01:00
parent 7207c34c5b
commit 54df6d64a6
2 changed files with 14 additions and 15 deletions
@@ -31,6 +31,20 @@
*
****************************************************************************/
/**
* Enable Actuator Failure check
*
* If enabled, the HealthAndArmingChecks will verify that for motors, a minimum amount of ESC current per throttle
* level is being consumed.
* Otherwise this indicates an motor failure.
* This check only works for ESCs that report current consumption.
*
* @boolean
*
* @group Motor Failure
*/
PARAM_DEFINE_INT32(FD_ACT_EN, 0);
/**
* Motor Failure Thrust Threshold
*
@@ -141,18 +141,3 @@ PARAM_DEFINE_INT32(FD_EXT_ATS_TRIG, 1900);
* @group Failure Detector
*/
PARAM_DEFINE_INT32(FD_IMB_PROP_THR, 30);
/**
* Enable Actuator Failure check
*
* If enabled, the HealthAndArmingChecks will verify that for motors, a minimum amount of ESC current per throttle
* level is being consumed.
* Otherwise this indicates an motor failure.
* This check only works for ESCs that report current consumption.
*
* @boolean
* @reboot_required true
*
* @group Motor Failure
*/
PARAM_DEFINE_INT32(FD_ACT_EN, 0);