We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866402 commit 392ca05Copy full SHA for 392ca05
1 file changed
ext/LinearMPCext.jl
@@ -221,7 +221,8 @@ are supported, including these restrictions:
221
- the state estimator must be a [`SteadyKalmanFilter`](@ref) with `direct=true`.
222
- only block-diagonal weights are allowed.
223
- the constraint relaxation mechanism is different, so a 1-on-1 conversion of the soft
224
- constraints is impossible (use `Cwt=Inf` to disable relaxation).
+ constraints is impossible; expect differences in closed-loop behavior near the soft
225
+ bounds (or use `Cwt=Inf` to disable relaxation)
226
227
But the package has also several exclusive functionalities, such as pre-stabilization,
228
constrained explicit MPC, and binary manipulated inputs. See the [`LinearMPC.jl`](@extref LinearMPC)
0 commit comments