Browse Source

mc_pos_control: increase the default crawl speed for three-stage-landing approach for a more robust landing detection

master
Thomas Debrunner 3 years ago committed by Daniel Agar
parent
commit
b4087ebd2b
  1. 4
      src/modules/mc_pos_control/mc_pos_control_params.c

4
src/modules/mc_pos_control/mc_pos_control_params.c

@ -418,11 +418,11 @@ PARAM_DEFINE_FLOAT(MPC_LAND_SPEED, 0.7f);
* Land crawl descend rate. Used below * Land crawl descend rate. Used below
* *
* @unit m/s * @unit m/s
* @min 0.1 * @min 0.3
* @decimal 1 * @decimal 1
* @group Multicopter Position Control * @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. * Enable user assisted descent speed for autonomous land routine.

Loading…
Cancel
Save