Split UKFPrediction::predictStep
for each variation of the state model
#39
Labels
UKFPrediction::predictStep
for each variation of the state model
#39
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.The text was updated successfully, but these errors were encountered: