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: Fix heading not stable issue #13261

Merged
merged 1 commit into from
Oct 24, 2019
Merged

ekf2: Fix heading not stable issue #13261

merged 1 commit into from
Oct 24, 2019

Conversation

bresch
Copy link
Member

@bresch bresch commented Oct 24, 2019

The problem was that a large dt could drive the alpha filter crazy because of the small dt
approximation during the computation of the coefficient.

Unrelated change:

  • Remove unused bitmask packing of the innovation checks

dt could drive the alpha filter crazy because of the small dt
approximation during the computation of the coefficient.
- Remove unused bitmask packing of the innovation checks
@bresch bresch added this to the Release v1.10.0 milestone Oct 24, 2019
@bresch bresch requested a review from MaEtUgR October 24, 2019 08:54
@bresch bresch self-assigned this Oct 24, 2019
Copy link
Member

@MaEtUgR MaEtUgR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good that you found it so quickly.

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

Successfully merging this pull request may close these issues.

2 participants