Skip to content

Commit

Permalink
fix: math sum format for github.
Browse files Browse the repository at this point in the history
  • Loading branch information
luoshi006 committed Aug 9, 2022
1 parent a1c4fba commit ba34aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/velocity_planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ $q^*$ denote an approximate upper bound for the $q$ profile, and keep under the

$$
\begin{align}
\max &\sum^{}_{} q^* \\
\max &\sum^{k}_{1} q^* \\
s.t. & \\
& |v_{max}| \geq |r'| \sqrt{q^*} \\
& |a_{max}| \geq |r'' q^* + \frac{1}{2}r' q'^*| \\
Expand All @@ -174,7 +174,7 @@ $$

$$
\begin{align}
\max &\sum^{}_{} q_i \\
\max &\sum^{k}_{1} q_i \\
s.t. & \\
& |v_{max}| \geq |r'| \sqrt{q} \\
& |a_{max}| \geq |r'' q + \frac{1}{2}r' q'| \\
Expand Down

0 comments on commit ba34aa4

Please sign in to comment.