mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Updated Altitude control default PID gains. Old ones were bad.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1108 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
b51613c3a1
commit
ab8f0d22a4
@ -563,9 +563,9 @@ void defaultUserConfig() {
|
||||
KI_GPS_PITCH = 0.005;
|
||||
KD_GPS_PITCH = 0.01;
|
||||
GPS_MAX_ANGLE = 22;
|
||||
KP_ALTITUDE = 0.8;
|
||||
KI_ALTITUDE = 0.5;
|
||||
KD_ALTITUDE = 0.6;
|
||||
KP_ALTITUDE = 0.08;
|
||||
KI_ALTITUDE = 0.05;
|
||||
KD_ALTITUDE = 0.06;
|
||||
acc_offset_x = 2048;
|
||||
acc_offset_y = 2048;
|
||||
acc_offset_z = 2048;
|
||||
@ -684,4 +684,4 @@ void defaultUserConfig() {
|
||||
|
||||
|
||||
|
||||
// end of file
|
||||
// end of file
|
||||
|
Loading…
Reference in New Issue
Block a user