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:
parent
f967714ad1
commit
71d582495e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user