Skip to content

Commit ff559db

Browse files
committed
minor doc correction
1 parent 86ce3f6 commit ff559db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual/linmpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ real-life control problems. Constructing a [`LinMPC`](@ref) with `DAQP` and inpu
156156
```@example 1
157157
using JuMP, DAQP
158158
daqp = Model(DAQP.Optimizer)
159-
estim = SteadyKalmanFilter(model, nint_u=[1, 1])
159+
estim = SteadyKalmanFilter(model, nint_u=[1, 1], nint_ym=[0, 0])
160160
mpc2 = setconstraint!(LinMPC(estim, Hp=15, Hc=2, optim=daqp), ŷmin=[45, -Inf])
161161
```
162162

0 commit comments

Comments
 (0)