Skip to content

Commit

Permalink
MC pos control: Drop default position controller gain
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Aug 6, 2016
1 parent bcd5f98 commit c76c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mc_pos_control/mc_pos_control_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ PARAM_DEFINE_FLOAT(MPC_Z_FF, 0.5f);
* @decimal 2
* @group Multicopter Position Control
*/
PARAM_DEFINE_FLOAT(MPC_XY_P, 1.25f);
PARAM_DEFINE_FLOAT(MPC_XY_P, 0.95f);

/**
* Proportional gain for horizontal velocity error
Expand Down

0 comments on commit c76c8fd

Please sign in to comment.