Skip to content

Commit eb6d1cb

Browse files
committed
update notebook
1 parent dc4d71b commit eb6d1cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

PathTracking/model_predictive_speed_and_steer_control/notebook.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@
9191
"\\begin{equation*}\n",
9292
"B' =\n",
9393
"\\begin{bmatrix}\n",
94+
"\\frac{\\partial }{\\partial a}vcos(\\phi) &\n",
95+
"\\frac{\\partial }{\\partial \\delta}vcos(\\phi)\\\\\n",
96+
"\\frac{\\partial }{\\partial a}vsin(\\phi) &\n",
97+
"\\frac{\\partial }{\\partial \\delta}vsin(\\phi)\\\\\n",
98+
"\\frac{\\partial }{\\partial a}a &\n",
99+
"\\frac{\\partial }{\\partial \\delta}a\\\\\n",
100+
"\\frac{\\partial }{\\partial a}\\frac{vtan(\\delta)}{L} &\n",
101+
"\\frac{\\partial }{\\partial \\delta}\\frac{vtan(\\delta)}{L}\\\\\n",
102+
"\\end{bmatrix}\n",
103+
"\\\\\n",
104+
" =\n",
105+
"\\begin{bmatrix}\n",
94106
"0 & 0 \\\\\n",
95107
"0 & 0 \\\\\n",
96108
"1 & 0 \\\\\n",

0 commit comments

Comments
 (0)