mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: defualt_params: quadplane: fix yaw rate tune typo.
This commit is contained in:
parent
3501bb7fc3
commit
a9ecb4428b
|
@ -77,7 +77,7 @@ Q_A_RAT_PIT_P 0.103
|
|||
Q_A_RAT_PIT_I 0.103
|
||||
Q_A_RAT_PIT_D 0.001
|
||||
Q_A_RAT_YAW_P 0.2
|
||||
Q_A_RAT_YAW_P 0.02
|
||||
Q_A_RAT_YAW_I 0.02
|
||||
Q_A_ANG_RLL_P 6
|
||||
Q_A_ANG_PIT_P 6
|
||||
RTL_ALTITUDE 20.00
|
||||
|
|
Loading…
Reference in New Issue