forked from Archive/PX4-Autopilot
mc_pos_control: increase the default crawl speed for three-stage-landing approach for a more robust landing detection
This commit is contained in:
parent
4ef8cead3d
commit
b4087ebd2b
|
@ -418,11 +418,11 @@ PARAM_DEFINE_FLOAT(MPC_LAND_SPEED, 0.7f);
|
|||
* Land crawl descend rate. Used below
|
||||
*
|
||||
* @unit m/s
|
||||
* @min 0.1
|
||||
* @min 0.3
|
||||
* @decimal 1
|
||||
* @group Multicopter Position Control
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(MPC_LAND_CRWL, 0.15f);
|
||||
PARAM_DEFINE_FLOAT(MPC_LAND_CRWL, 0.3f);
|
||||
|
||||
/**
|
||||
* Enable user assisted descent speed for autonomous land routine.
|
||||
|
|
Loading…
Reference in New Issue