Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for message lag on measurements #3

Open
chadrockey opened this issue Aug 12, 2013 · 1 comment
Open

Add support for message lag on measurements #3

chadrockey opened this issue Aug 12, 2013 · 1 comment
Assignees

Comments

@chadrockey
Copy link
Member

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.

@ghost ghost assigned chadrockey Aug 17, 2013
@chadrockey
Copy link
Member Author

Difference between no latency correction:

zoom

and latency correction (by altering bag file recorded timestamps):

2_second_latency

I was able to run at faster update rates without too much trouble as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant