mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 00:31:36 +08:00
mc_pos_control: increase the default crawl speed for three-stage-landing approach for a more robust landing detection
This commit is contained in:
committed by
Daniel Agar
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.
|
||||
|
||||
Reference in New Issue
Block a user