Skip to content

Commit ad44ef9

Browse files
committed
bump
1 parent 4e75114 commit ad44ef9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

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

66
[deps]

src/controller/transcription.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ defects of the deterministic states are computed with:
14201420
```
14211421
for ``j = 0, 1, ... , H_p-1`` and in which the deterministic state ``\mathbf{x̂_d}`` are the
14221422
first `model.nx` elements of the augmented states ``\mathbf{x̂_0}``, and they extracted from
1423-
the decision variables `Z̃`. The function ``\mathbf{f}`` is the deterministic state update
1423+
the decision variable `Z̃`. The function ``\mathbf{f}`` is the deterministic state update
14241424
function [`f!`](@ref). The disturbed input ``\mathbf{û_0}`` is defined in [`f̂!`](@ref)
14251425
documentation. The defects of the stochastic states are linear equality constraints (see
14261426
[`init_defectmat`](@ref)).
@@ -1471,7 +1471,7 @@ The deterministic state defects are computed with:
14711471
- \mathbf{x̂_d}(k+j+1)
14721472
```
14731473
for ``j = 0, 1, ... , H_p-1``, and in which ``\mathbf{x̂_d}`` are the deterministic states
1474-
extracted from the decision variables `Z̃`. The ``\mathbf{k̇}`` coefficients are evaluated
1474+
extracted from the decision variable `Z̃`. The ``\mathbf{k̇}`` coefficients are evaluated
14751475
from the continuous-time function `model.f!` and:
14761476
```math
14771477
\begin{aligned}

0 commit comments

Comments
 (0)