Skip to content

Commit

Permalink
docs: modified minor sign error (autowarefoundation#8140)
Browse files Browse the repository at this point in the history
Signed-off-by: wakabame <[email protected]>
  • Loading branch information
wakabame authored Dec 18, 2024
1 parent 3b56716 commit f41ae01
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ and aligning the inequality signs

$$
\begin{align}
u_{1} - u_{0} &< \dot u_{max}\text{d}t \\\ +
u_{1} + u_{0} &< -\dot u_{min}\text{d}t \\\
u_{2} - u_{1} &< \dot u_{max}\text{d}t \\\ +
u_{2} + u_{1} &< - \dot u_{min}\text{d}t
u_{1} - u_{0} &< \dot u_{max}\text{d}t \\\
- u_{1} + u_{0} &< -\dot u_{min}\text{d}t \\\
u_{2} - u_{1} &< \dot u_{max}\text{d}t \\\
- u_{2} + u_{1} &< - \dot u_{min}\text{d}t
\end{align}
$$

Expand Down

0 comments on commit f41ae01

Please sign in to comment.