Skip to content

Commit 6682785

Browse files
committed
update notebook
1 parent e86aa2a commit 6682785

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

PathTracking/model_predictive_speed_and_steer_control/notebook.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"# Linear vehicle model"
14+
"# Linear vehicle model\n",
15+
"\n",
16+
"State vector is:\n",
17+
"$$ x = [x, y, v,\\phi]$$ x: x-position, y:y-position, v:velocity, φ: yaw angle\n",
18+
"\n",
19+
"Input vector is:\n",
20+
"$$ u = [a, \\delta]$$ a: accellation, 出るた: yaw angle\n"
1521
]
1622
},
1723
{

0 commit comments

Comments
 (0)