FW land detector: increase some max thresholds

Signed-off-by: Silvan <silvan@auterion.com>
This commit is contained in:
Silvan 2025-04-03 23:22:17 +02:00 committed by Matthias Grob
parent 180658c5f9
commit 2ba5a455ed

View File

@ -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