Browse Source

beta75 - Reduce MC_YAWRATE_P to avoid oscillations when battery is fully charged

sbg
bresch 6 years ago committed by Beat Küng
parent
commit
766f911005
  1. 2
      ROMFS/px4fmu_common/init.d/airframes/4041_beta75x

2
ROMFS/px4fmu_common/init.d/airframes/4041_beta75x

@ -41,7 +41,7 @@ then @@ -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…
Cancel
Save