1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

Increase D_Min gain to improve D behaviour on most quads

This commit is contained in:
ctzsnooze 2020-04-01 10:33:54 +11:00
parent 5f8fc1e6f9
commit 6f198b84ab

View file

@ -206,7 +206,7 @@ void resetPidProfile(pidProfile_t *pidProfile)
.integrated_yaw_relax = 200, .integrated_yaw_relax = 200,
.thrustLinearization = 0, .thrustLinearization = 0,
.d_min = { 20, 22, 0 }, // roll, pitch, yaw .d_min = { 20, 22, 0 }, // roll, pitch, yaw
.d_min_gain = 27, .d_min_gain = 37,
.d_min_advance = 20, .d_min_advance = 20,
.motor_output_limit = 100, .motor_output_limit = 100,
.auto_profile_cell_count = AUTO_PROFILE_CELL_COUNT_STAY, .auto_profile_cell_count = AUTO_PROFILE_CELL_COUNT_STAY,