mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 01:00:35 +08:00
FailureDetector - Increase min value of FD_FAIL_P/R to 60 degrees
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
*
|
||||
* Setting this parameter to 0 disables the check
|
||||
*
|
||||
* @min 0
|
||||
* @min 60
|
||||
* @max 180
|
||||
* @unit degrees
|
||||
* @group Failure Detector
|
||||
@@ -69,7 +69,7 @@ PARAM_DEFINE_INT32(FD_FAIL_R, 60);
|
||||
*
|
||||
* Setting this parameter to 0 disables the check
|
||||
*
|
||||
* @min 0
|
||||
* @min 60
|
||||
* @max 180
|
||||
* @unit degrees
|
||||
* @group Failure Detector
|
||||
|
||||
Reference in New Issue
Block a user