Skip to content

Commit 1f39b48

Browse files
committed
debug
1 parent 15ea65f commit 1f39b48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/controller/explicitmpc.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ struct ExplicitMPC{SE<:StateEstimator} <: PredictiveController
2828
Ps::Matrix{Float64}
2929
d0::Vector{Float64}
3030
D̂0::Vector{Float64}
31+
D̂E::Vector{Float64}
3132
Ŷop::Vector{Float64}
3233
Dop::Vector{Float64}
3334
function ExplicitMPC{SE}(estim::SE, Hp, Hc, Mwt, Nwt, Lwt) where {SE<:StateEstimator}

src/controller/linmpc.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ struct LinMPC{SE<:StateEstimator} <: PredictiveController
3131
Ps::Matrix{Float64}
3232
d0::Vector{Float64}
3333
D̂0::Vector{Float64}
34+
D̂E::Vector{Float64}
3435
Ŷop::Vector{Float64}
3536
Dop::Vector{Float64}
3637
function LinMPC{SE}(estim::SE, Hp, Hc, Mwt, Nwt, Lwt, Cwt, optim) where {SE<:StateEstimator}

0 commit comments

Comments
 (0)