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

ekf2: RingBuffer pop_first_older_than() invalidate all older samples #23412

Closed
wants to merge 1 commit into from

Conversation

dagar
Copy link
Member

@dagar dagar commented Jul 15, 2024

This updates the EKF RingBuffer so that on pop_first_older_than() we always invalidate all samples >= timestamp. This prevents potential misuse where you could pop an even older sample next time.

@dagar dagar closed this Jul 15, 2024
@dagar dagar deleted the pr-ekf2_ringbuffer_clear_old branch July 15, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant