Skip to content

Commit 77d2792

Browse files
committed
doc: details on OrthogonalCollocation internals
1 parent 20e854d commit 77d2792

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/controller/transcription.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,9 +1548,9 @@ the model dynamics are computed by:
15481548
```
15491549
for ``j = 0, 1, ... , H_p-1``, and knowing that the ``\mathbf{k}_i(k+j)`` vectors are
15501550
extracted from the decision variable `Z̃`. The ``\mathbf{x̂_d}`` vectors are the
1551-
deterministic states extracted from ``\mathbf{X̂_̂0}`` in the decision vector `Z̃`. The
1552-
``\mathbf{k̇}_i`` derivative for the ``i``th collocation point is computed from the
1553-
continuous-time function `model.f!` and:
1551+
deterministic states extracted from ``\mathbf{X̂_̂0}`` also in `Z̃`, and they correspond to the
1552+
states at the beginning of the interval ``τ_0=0``. The ``\mathbf{k̇}_i`` derivative for the
1553+
``i``th collocation point is computed from the continuous-time function `model.f!` and:
15541554
```math
15551555
\mathbf{k̇}_i(k+j) = \mathbf{f}\Big(\mathbf{k}_i(k+j), \mathbf{û_i}(k+j), \mathbf{d̂}_i(k+j), \mathbf{p}\Big)
15561556
```

0 commit comments

Comments
 (0)