Skip to content
Snippets Groups Projects
Commit 899fb8d3 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Aero: Add integrator gains for attitude control

parent ef495d26
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment