File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " ModelPredictiveControl"
2
2
uuid = " 61f9bdb8-6ae4-484a-811f-bbf86720c31c"
3
3
authors = [" Francis Gagnon" ]
4
- version = " 0.2.1 "
4
+ version = " 0.3.0 "
5
5
6
6
[deps ]
7
7
ControlSystemsBase = " aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ arguments.
196
196
- `Lwt=fill(0.0,model.nu)` : main diagonal of ``\m athbf{L}`` weight matrix (vector)
197
197
- `Cwt=1e5` : slack variable weight ``C`` (scalar), use `Cwt=Inf` for hard constraints only
198
198
- `ru=model.uop` : manipulated input setpoints ``\m athbf{r_u}`` (vector)
199
- - `optim=JuMP.Model(OSQP.MathOptInterfaceOSQP.Optimizer)` : the MPC quadratic optimizer,
200
- provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
199
+ - `optim=JuMP.Model(OSQP.MathOptInterfaceOSQP.Optimizer)` : quadratic optimizer used in
200
+ the predictive controller, provided as a [`JuMP.Model`](https://jump.dev/JuMP.jl/stable/reference/models/#JuMP.Model)
201
201
202
202
# Extended Help
203
203
Manipulated inputs setpoints ``\m athbf{r_u}`` are not common but they can be interesting
You can’t perform that action at this time.
0 commit comments