Skip to content

Commit 10930e9

Browse files
committed
debug: correct signature
1 parent b6f0928 commit 10930e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/execute.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function moveinput!(
7474
validate_args(mpc, ry, d, lastu, D̂, R̂y, R̂u)
7575
initpred!(mpc, mpc.estim.model, ry, d, lastu, D̂, R̂y, R̂u)
7676
linconstraint!(mpc, mpc.estim.model, mpc.transcription)
77-
linconstrainteq!(mpc, mpc.estim.model, mpc.transcription)
77+
linconstrainteq!(mpc, mpc.estim.model, mpc.estim, mpc.transcription)
7878
= optim_objective!(mpc)
7979
return getinput!(mpc, Z̃)
8080
end

0 commit comments

Comments
 (0)