Skip to content

Commit

Permalink
Copter: Autotune: Reduce MIN_D
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall committed Feb 23, 2024
1 parent 549499d commit 5578c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AC_AutoTune/AC_AutoTune_Multi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ const AP_Param::GroupInfo AC_AutoTune_Multi::var_info[] = {
// @Param: MIN_D
// @DisplayName: AutoTune minimum D
// @Description: Defines the minimum D gain
// @Range: 0.001 0.006
// @Range: 0.0001 0.005
// @User: Standard
AP_GROUPINFO("MIN_D", 3, AC_AutoTune_Multi, min_d, 0.001f),
AP_GROUPINFO("MIN_D", 3, AC_AutoTune_Multi, min_d, 0.0005f),

AP_GROUPEND
};
Expand Down

0 comments on commit 5578c3a

Please sign in to comment.