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

Fix dependency problem to outlier filters #1270

Merged
merged 2 commits into from
Apr 18, 2023
Merged

Conversation

krichardsson
Copy link
Contributor

Currently the outlier filters are in the kalman estimator directory, which is not compiled if the kalman estimator is de-selected in kbuild. At the same time, the UKF estimator is using the outlier filters and this causes problems when the UKF estimator is enabled at the same time as the kalman estimator is disabled.

This PR moves the outlier filters to a separate directory that is always included in the build.

@krichardsson krichardsson merged commit 9aaf568 into master Apr 18, 2023
@krichardsson krichardsson deleted the krichardsson/outlier branch April 18, 2023 09:02
@krichardsson krichardsson added this to the next-release milestone Apr 18, 2023
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