Skip to content

Commit 930e298

Browse files
committed
test doc
1 parent 2adbb3b commit 930e298

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

PathTracking/model_predictive_speed_and_steer_control/Model_predictive_speed_and_steering_control.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"\n",
213213
"where,\n",
214214
"\n",
215-
"\\begin{equation*}\n",
215+
"$\\begin{equation*}\n",
216216
"A = (I + dtA')\\\\\n",
217217
"=\n",
218218
"\\begin{bmatrix} \n",
@@ -221,7 +221,7 @@
221221
"0 & 0 & 1 & 0 \\\\\n",
222222
"0 & 0 &\\frac{tan(\\bar{\\delta})}{L}dt & 1 \\\\\n",
223223
"\\end{bmatrix}\n",
224-
"\\end{equation*}"
224+
"\\end{equation*}$"
225225
]
226226
},
227227
{

docs/modules/Model_predictive_speed_and_steering_control.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,7 @@ So,
163163

164164
where,
165165

166-
:raw-latex:`\begin{equation*}
167-
A = (I + dtA')\\
168-
=
169-
\begin{bmatrix}
170-
1 & 0 & cos(\bar{\phi})dt & -\bar{v}sin(\bar{\phi})dt\\
171-
0 & 1 & sin(\bar{\phi})dt & \bar{v}cos(\bar{\phi})dt \\
172-
0 & 0 & 1 & 0 \\
173-
0 & 0 &\frac{tan(\bar{\delta})}{L}dt & 1 \\
174-
\end{bmatrix}
175-
\end{equation*}`
166+
:math:`\begin{equation*} A = (I + dtA')\\ = \begin{bmatrix} 1 & 0 & cos(\bar{\phi})dt & -\bar{v}sin(\bar{\phi})dt\\ 0 & 1 & sin(\bar{\phi})dt & \bar{v}cos(\bar{\phi})dt \\ 0 & 0 & 1 & 0 \\ 0 & 0 &\frac{tan(\bar{\delta})}{L}dt & 1 \\ \end{bmatrix} \end{equation*}`
176167

177168
:raw-latex:`\begin{equation*}
178169
B = dtB'\\

0 commit comments

Comments
 (0)