mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Retune Typhoon H480 PID
This commit is contained in:
committed by
JaeyoungLim
parent
1c0ed74d6a
commit
ba9611621d
@@ -9,12 +9,14 @@
|
|||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
param set MC_PITCHRATE_P 0.1
|
param set MC_PITCHRATE_P 0.1000
|
||||||
param set MC_PITCHRATE_I 0.05
|
param set MC_PITCHRATE_I 0.0400
|
||||||
param set MC_PITCH_P 6.0
|
param set MC_PITCHRATE_D 0.0010
|
||||||
param set MC_ROLLRATE_P 0.15
|
param set MC_PITCH_P 9.0
|
||||||
param set MC_ROLLRATE_I 0.1
|
param set MC_ROLLRATE_P 0.1000
|
||||||
param set MC_ROLL_P 6.0
|
param set MC_ROLLRATE_I 0.0400
|
||||||
|
param set MC_ROLLRATE_D 0.0010
|
||||||
|
param set MC_ROLL_P 9.0
|
||||||
param set MPC_XY_VEL_I_ACC 4
|
param set MPC_XY_VEL_I_ACC 4
|
||||||
param set MPC_XY_VEL_P_ACC 3
|
param set MPC_XY_VEL_P_ACC 3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user