Skip to content

Commit

Permalink
mc_pos_control: increase the default crawl speed for three-stage-land…
Browse files Browse the repository at this point in the history
…ing approach for a more robust landing detection
  • Loading branch information
ThomasDebrunner authored and dagar committed Feb 5, 2022
1 parent 4ef8cea commit b4087eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/mc_pos_control/mc_pos_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b4087eb

Please sign in to comment.