Skip to content

[codex] Add MEM-EKF* tracker#1853

Merged
FlorianPfaff merged 4 commits intocodex/add-mem-ekf-trackerfrom
codex/add-mem-ekf-star-tracker
Apr 25, 2026
Merged

[codex] Add MEM-EKF* tracker#1853
FlorianPfaff merged 4 commits intocodex/add-mem-ekf-trackerfrom
codex/add-mem-ekf-star-tracker

Conversation

@FlorianPfaff
Copy link
Copy Markdown
Owner

Summary

Adds a stacked MEM-EKF* tracker on top of the MEM-EKF implementation in #1850. The new tracker reuses the MEM-EKF state representation and prediction API, while overriding the measurement update with the MEM-EKF* moment approximation.

The MEM-EKF* update adds the shape-uncertainty covariance term C_II, uses the [dx^2, dy^2, dx * dy] pseudo-measurement ordering, and uses the centered covariance of that pseudo-measurement.

Tests

Added focused tests for export aliases, the shape-uncertainty covariance term, MEM-EKF* pseudo-Jacobian ordering, centered pseudo-measurement covariance, update behavior, and alternate measurement layout handling.

Local execution was not available in this read-only workspace, so validation is via GitHub Actions for this PR.

@FlorianPfaff FlorianPfaff force-pushed the codex/add-mem-ekf-star-tracker branch from 9a9a378 to 2fc0427 Compare April 25, 2026 08:23
@FlorianPfaff FlorianPfaff reopened this Apr 25, 2026
@FlorianPfaff FlorianPfaff marked this pull request as ready for review April 25, 2026 08:31
* Add MEM-SOEKF tracker

* Export MEM-SOEKF tracker

* Test MEM-SOEKF tracker

* Format MEM-SOEKF tracker
@FlorianPfaff FlorianPfaff merged commit a957e75 into codex/add-mem-ekf-tracker Apr 25, 2026
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