mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-19 19:04:33 +08:00
Aero: Add integrator gains for attitude control
This commit is contained in:
@@ -14,11 +14,11 @@ then
|
||||
# Set all params here, then disable autoconfig
|
||||
param set MC_ROLL_P 8.0000
|
||||
param set MC_ROLLRATE_P 0.1300
|
||||
param set MC_ROLLRATE_I 0.0
|
||||
param set MC_ROLLRATE_I 0.05
|
||||
param set MC_ROLLRATE_D 0.0012
|
||||
param set MC_PITCH_P 8.0000
|
||||
param set MC_PITCHRATE_P 0.1300
|
||||
param set MC_PITCHRATE_I 0.0
|
||||
param set MC_PITCHRATE_I 0.05
|
||||
param set MC_PITCHRATE_D 0.0012
|
||||
param set MC_YAW_P 3.0
|
||||
param set MC_YAWRATE_P 0.119999997317790985
|
||||
|
||||
Reference in New Issue
Block a user