forked from Archive/PX4-Autopilot
Land detector: Make fixed wing detections more stable with better param
This commit is contained in:
parent
335b212f92
commit
945aa4789b
|
@ -83,7 +83,7 @@ PARAM_DEFINE_FLOAT(LNDMC_THR_MAX, 0.20f);
|
|||
*
|
||||
* @group Land Detector
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(LNDFW_VEL_XY_MAX, 0.20f);
|
||||
PARAM_DEFINE_FLOAT(LNDFW_VEL_XY_MAX, 0.40f);
|
||||
|
||||
/**
|
||||
* Fixedwing max climb rate
|
||||
|
|
Loading…
Reference in New Issue