Skip to content

Commit 7f88caa

Browse files
committed
bump version
1 parent 910359f commit 7f88caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelPredictiveControl"
22
uuid = "61f9bdb8-6ae4-484a-811f-bbf86720c31c"
33
authors = ["Francis Gagnon"]
4-
version = "0.21.1"
4+
version = "0.21.2"
55

66
[deps]
77
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"

docs/src/manual/nonlinmpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The option `Cwt=Inf` disables the slack variable `ϵ` for constraint softening.
126126
performance on `plant` by imposing an angular setpoint of 180° (inverted position):
127127

128128
```@example 1
129-
using JuMP; unset_time_limit_sec(nmpc.optim) # hide
129+
using JuMP; unset_time_limit_sec(nmpc.optim) # hide
130130
res_ry = sim!(nmpc, N, [180.0], plant=plant, x_0=[0, 0], x̂_0=[0, 0, 0])
131131
plot(res_ry)
132132
savefig("plot3_NonLinMPC.svg"); nothing # hide
@@ -205,7 +205,7 @@ speed ``ω`` is not requested to track a setpoint. The closed-loop response to a
205205
setpoint is similar:
206206

207207
```@example 1
208-
unset_time_limit_sec(empc.optim) # hide
208+
unset_time_limit_sec(empc.optim) # hide
209209
res2_ry = sim!(empc, N, [180, 0], plant=plant2, x_0=[0, 0], x̂_0=[0, 0, 0])
210210
plot(res2_ry)
211211
savefig("plot5_NonLinMPC.svg"); nothing # hide

0 commit comments

Comments
 (0)