1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

On arm bias calibration terms now matches boot calibration terms

This commit is contained in:
dankers 2011-05-16 00:16:19 +10:00
parent f967714ad1
commit 71d582495e

View File

@ -152,7 +152,7 @@ static void AttitudeTask(void *parameters)
init = 0;
}
else if (zero_during_arming && (flightStatus.Armed == FLIGHTSTATUS_ARMED_ARMING)) {
accelKi = .01;
accelKi = 0.9;
yawBiasRate = 0.23;
init = 0;
} else if (init == 0) {