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

Clean noise handling in KF and UKF #146

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Clean noise handling in KF and UKF #146

wants to merge 3 commits into from

Conversation

teubert
Copy link
Collaborator

@teubert teubert commented Mar 16, 2022

Made some changes to noise in the kalman filters that will hopefully make it easier to use. Changes include:

  • updated to use 'measurement_noise' and 'process_noise' keys that match prog_models
  • Updates so if 'measurement_noise' or 'process_noise' are not set directly, then the model noise is used
  • If 'measurement_noise' or 'process_noise' are set directly, now there's checks on the dimensions
  • Added support for noise specified as a list instead of an np.array

@teubert teubert added bug Something isn't working enhancement New feature or request component:State Estimators labels Mar 16, 2022
@teubert teubert linked an issue Mar 16, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:State Estimators enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kalman filter q and r
1 participant