You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: control/mpc_lateral_controller/model_predictive_control_algorithm.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -340,35 +340,35 @@ We can also put constraints on the input deviations. As the derivative of steeri
340
340
341
341
$$
342
342
\begin{align}
343
-
u_{min} < u < u_{max}
343
+
\dot u_{min} < \dot u < \dot u_{max}
344
344
\end{align}
345
345
$$
346
346
347
347
We discretize $\dot{u}$ as $\left(u_{k} - u_{k-1}\right)/\text{d}t$ and multiply both sides by dt, and the resulting constraint become linear and convex
0 commit comments