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

Split UKFPrediction::predictStep for each variation of the state model #39

Open
claudiofantacci opened this issue Mar 29, 2019 · 0 comments

Comments

@claudiofantacci
Copy link
Collaborator

The UKFPrediction::predictStep is the entry point that dispatches to a private implementation of the UKF based on the state model.
The dispatch can be driven by the UKFPrediction::UKFPredictionType enum class.
This will ease the process of adopting if constexpr with cpp 17.

@claudiofantacci claudiofantacci added this to the 0.9.0 milestone May 6, 2019
@xEnVrE xEnVrE removed this from the 0.9.0 milestone Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants