mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 18:59:07 +08:00
FailureDetector - Increase min value of FD_FAIL_P/R to 60 degrees
This commit is contained in:
parent
d19614a94f
commit
0655f7603b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user