mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
change typhoon_h480 roll-/pitchrate P gain to reduce oscillations (#17044)
This commit is contained in:
committed by
GitHub
parent
35488337d3
commit
d5e468a19e
@@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
param set MC_PITCHRATE_P 0.1000
|
param set MC_PITCHRATE_P 0.0800
|
||||||
param set MC_PITCHRATE_I 0.0400
|
param set MC_PITCHRATE_I 0.0400
|
||||||
param set MC_PITCHRATE_D 0.0010
|
param set MC_PITCHRATE_D 0.0010
|
||||||
param set MC_PITCH_P 9.0
|
param set MC_PITCH_P 9.0
|
||||||
param set MC_ROLLRATE_P 0.1000
|
param set MC_ROLLRATE_P 0.0800
|
||||||
param set MC_ROLLRATE_I 0.0400
|
param set MC_ROLLRATE_I 0.0400
|
||||||
param set MC_ROLLRATE_D 0.0010
|
param set MC_ROLLRATE_D 0.0010
|
||||||
param set MC_ROLL_P 9.0
|
param set MC_ROLL_P 9.0
|
||||||
|
|||||||
Reference in New Issue
Block a user