Skip to content

Conversation

@GeorgePearse
Copy link
Owner

@GeorgePearse GeorgePearse commented Oct 25, 2025

Upstream PR: rlabbe/filterpy#301
Author: Imported from upstream


Original Description

  • The original EKF assumes a linear, time invariant (LTI) transition matrix. That is, in general, not a requirement for an EKF. Since the measurement Jacobian can be overridden, the transition matrix should also be able to be computed at each step. This PR adds an override to enable that capability.

@GeorgePearse GeorgePearse added from-upstream-pr PR imported from upstream rlabbe/filterpy repository low-risk Low-risk PR (docs, typos, etc) labels Oct 25, 2025
# Conflicts:
#	bayesian_filters/kalman/EKF.py
#	pyproject.toml
#	requirements.txt
@GeorgePearse GeorgePearse changed the title [upstream PR #301] Make EKF more Generic and add TOML file for Handling Dependencies [upstream PR #301] Make EKF more Generic Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

from-upstream-pr PR imported from upstream rlabbe/filterpy repository low-risk Low-risk PR (docs, typos, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants