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 6dc1196 commit 2e2eb6cCopy full SHA for 2e2eb6c
src/predictive_control.jl
@@ -136,7 +136,7 @@ It is also possible to specify time-varying constraints over prediction ``H_p``
136
For this, use the same keyword arguments as above but with a capital letter:
137
- `Umin` \ `Umax` \ `c_Umin` \ `c_Umax` : ``\mathbf{U}`` constraints `(nu*Hp,)`.
138
- `ΔUmin` \ `ΔUmax` \ `c_ΔUmin` \ `c_ΔUmax` : ``\mathbf{ΔU}`` constraints `(nu*Hc,)`.
139
-- `Ymin` \ `Ymax` \ `c_Ymin` \ `c_Ymax` : ``\mathbf{Ŷ}`` constraints `(nu*Hp,)`.
+- `Ymin` \ `Ymax` \ `c_Ymin` \ `c_Ymax` : ``\mathbf{Ŷ}`` constraints `(ny*Hp,)`.
140
"""
141
function setconstraint!(
142
mpc::PredictiveController;
0 commit comments