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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

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.

2 participants