Skip to content

Commit ebc9c97

Browse files
committed
minor doc correction
1 parent 9439f05 commit ebc9c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/controller/linmpc.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ LinMPC controller with a sample time Ts = 4.0 s, OSQP optimizer, SteadyKalmanFil
160160
| ``\mathbf{U}`` | manipulated inputs over ``H_p`` | `(nu*Hp,)` |
161161
| ``\mathbf{R̂_y}`` | predicted output setpoints over ``H_p`` | `(ny*Hp,)` |
162162
| ``\mathbf{R̂_u}`` | predicted manipulated input setpoints over ``H_p`` | `(nu*Hp,)` |
163-
| ``\mathbf{M_{H_p}}`` | output setpoint tracking weights over ``H_p`` | `(ny*Hp, ny*Hp)` |
164-
| ``\mathbf{N_{H_c}}`` | manipulated input increment weights over ``H_c`` | `(nu*Hc, nu*Hc)` |
165-
| ``\mathbf{L_{H_p}}`` | manipulated input setpoint tracking weights over ``H_p`` | `(nu*Hp, nu*Hp)` |
163+
| ``\mathbf{M}_{H_p}`` | output setpoint tracking weights over ``H_p`` | `(ny*Hp, ny*Hp)` |
164+
| ``\mathbf{N}_{H_c}`` | manipulated input increment weights over ``H_c`` | `(nu*Hc, nu*Hc)` |
165+
| ``\mathbf{L}_{H_p}`` | manipulated input setpoint tracking weights over ``H_p`` | `(nu*Hp, nu*Hp)` |
166166
| ``C`` | slack variable weight | `()` |
167167
| ``ϵ`` | slack variable for constraint softening | `()` |
168168
"""

0 commit comments

Comments
 (0)