Skip to content

Commit c3e19f8

Browse files
committed
debug: forgot an end
1 parent f7bf86e commit c3e19f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/LinearMPCext.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function Base.convert(::Type{LinearMPC.MPC}, mpc::ModelPredictiveControl.LinMPC)
2525
@warn "LinearMPC does not support measured disturbance operating points dop.\n" *
2626
"Ensure to subtract the operating point from the measurement at each time "*
2727
"step before solving the MPC problem."
28+
end
2829
LinearMPC.set_operating_point!(newmpc; xo, uo, relinearize=false)
2930
# --- State observer parameters ---
3031
Q, R = estim.cov.Q̂, estim.cov.

0 commit comments

Comments
 (0)