We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd15f6a + 7af38f8 commit 3f64bcbCopy full SHA for 3f64bcb
1 file changed
README.md
@@ -51,7 +51,8 @@ Our goal is controlling the first output $y_1$, but the second one $y_2$ should
51
35:
52
53
```julia
54
-mpc = LinMPC(model, Mwt=[1, 0], Nwt=[0.1])
+mhe = MovingHorizonEstimator(mode)
55
+mpc = LinMPC(mhe, Mwt=[1, 0], Nwt=[0.1])
56
mpc = setconstraint!(mpc, ymax=[Inf, 35])
57
```
58
0 commit comments