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

Making DKF compatible with dynamically-sized system models #54

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

ViktorWalter
Copy link
Member

@ViktorWalter ViktorWalter commented Jul 23, 2024

The trick used is basically allowing for the Eigen::Dynamic size (-1) and setting the Identity initializers with size based on the state matrices.
This does allow the user to arrive at error if they use smaller state vector than 3, but only if they explicitly chose to use dynamic sizing.

@ViktorWalter ViktorWalter requested a review from matemat13 July 23, 2024 15:09
@klaxalk klaxalk merged commit 08aea6f into master Nov 10, 2024
2 checks passed
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.

3 participants