mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
FW land detector: increase some max thresholds
Signed-off-by: Silvan <silvan@auterion.com>
This commit is contained in:
parent
180658c5f9
commit
2ba5a455ed
@ -40,7 +40,7 @@
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 0.5
|
||||
* @max 10
|
||||
* @max 20
|
||||
* @decimal 1
|
||||
*
|
||||
* @group Land Detector
|
||||
@ -68,7 +68,7 @@ PARAM_DEFINE_FLOAT(LNDFW_VEL_Z_MAX, 1.0f);
|
||||
*
|
||||
* @unit m/s^2
|
||||
* @min 2
|
||||
* @max 15
|
||||
* @max 30
|
||||
* @decimal 1
|
||||
*
|
||||
* @group Land Detector
|
||||
@ -82,7 +82,7 @@ PARAM_DEFINE_FLOAT(LNDFW_XYACC_MAX, 8.0f);
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 2
|
||||
* @max 20
|
||||
* @max 30
|
||||
* @decimal 1
|
||||
*
|
||||
* @group Land Detector
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user