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.
1 parent b5a0e3b commit 7859852Copy full SHA for 7859852
src/predictive_control.jl
@@ -321,7 +321,7 @@ The function should be called after calling [`moveinput!`](@ref). It returns the
321
- `:R̂y` : predicted output setpoint over `Hp` ``(\mathbf{R̂_y})``
322
- `:R̂u` : predicted manipulated input setpoint over `Hp` ``(\mathbf{R̂_u})``
323
324
-For [`LinMPC`](@ref) and [`NonLinMPC`](ref), the field `:sol` also contains the optimizer
+For [`LinMPC`](@ref) and [`NonLinMPC`](@ref), the field `:sol` also contains the optimizer
325
solution summary that can be printed.
326
327
# Examples
0 commit comments