Skip to content

Commit 0f7aff7

Browse files
committed
doc: minor comment in ExplicitMPC
1 parent 26064dc commit 0f7aff7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/controller/explicitmpc.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ The controller minimizes the following objective function at each discrete time
106106
See [`LinMPC`](@ref) for the variable definitions. This controller does not support
107107
constraints but the computational costs are extremely low (array division), therefore
108108
suitable for applications that require small sample times. The keyword arguments are
109-
identical to [`LinMPC`](@ref), except for `Cwt`, `transcription` and `optim`, which are not
110-
supported. It uses a [`SingleShooting`](@ref) transcription method and is allocation-free.
109+
identical to [`LinMPC`](@ref), except for `Cwt`, `Wy`, `Wu`, `Wd`, `Wr`, `transcription` and
110+
`optim`, which are not supported. It uses a [`SingleShooting`](@ref) transcription method
111+
and is allocation-free.
111112
112113
This method uses the default state estimator, a [`SteadyKalmanFilter`](@ref) with default
113114
arguments.

0 commit comments

Comments
 (0)