mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
Revert "AP_NavEKF : Reduce ripple in estimates that can cause copter motor 'pulsing'"
This reverts commit13df6fb1c9
. This patch was a result of an incorrect merge of the optflow branch into master. It reintroduced the bug fixed by this commit: AP_NavEKF : Fix bug in reset of GPS glitch offset8aa267f75f
This commit is contained in:
parent
89602d60fd
commit
cb9c518ab8
@ -486,8 +486,6 @@ void NavEKF::ResetPosition(void)
|
||||
storedStates[i].position[0] = state.position[0];
|
||||
storedStates[i].position[1] = state.position[1];
|
||||
}
|
||||
// reset the glitch ofset correction states
|
||||
gpsPosGlitchOffsetNE.zero();
|
||||
}
|
||||
|
||||
// resets velocity states to last GPS measurement or to zero if in static mode
|
||||
|
Loading…
Reference in New Issue
Block a user