forked from Archive/PX4-Autopilot
beta75 - Reduce MC_YAWRATE_P to avoid oscillations when battery is fully charged
This commit is contained in:
parent
118848d261
commit
766f911005
|
@ -41,7 +41,7 @@ then
|
|||
param set MC_ROLLRATE_P 0.0750
|
||||
param set MC_YAWRATE_I 0.3
|
||||
param set MC_YAWRATE_MAX 400
|
||||
param set MC_YAWRATE_P 0.17
|
||||
param set MC_YAWRATE_P 0.12
|
||||
param set MC_YAW_P 4
|
||||
|
||||
param set MPC_MANTHR_MIN 0
|
||||
|
|
Loading…
Reference in New Issue