We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NonLinMPC
1 parent e4d6826 commit 996436cCopy full SHA for 996436c
src/controller/nonlinmpc.jl
@@ -306,8 +306,8 @@ function NonLinMPC(
306
)
307
end
308
309
-default_estimator(model::SimModel; kwargs...) = UnscentedKalmanFilter(model, kwargs...)
310
-default_estimator(model::LinModel; kwargs...) = SteadyKalmanFilter(model, kwargs...)
+default_estimator(model::SimModel; kwargs...) = UnscentedKalmanFilter(model; kwargs...)
+default_estimator(model::LinModel; kwargs...) = SteadyKalmanFilter(model; kwargs...)
311
312
"""
313
NonLinMPC(estim::StateEstimator; <keyword arguments>)
0 commit comments