You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When for instance GPS measurements arrive, it's possibly they have significant lag. Applying this update to the current position results in poor results.
It's better to keep the state of the filter around for a bit and then update the filter at time t based on the innovation from time t_-n.
The text was updated successfully, but these errors were encountered:
When for instance GPS measurements arrive, it's possibly they have significant lag. Applying this update to the current position results in poor results.
It's better to keep the state of the filter around for a bit and then update the filter at time t based on the innovation from time t_-n.
The text was updated successfully, but these errors were encountered: