Skip to content

Commit 3e85a36

Browse files
committed
update
1 parent 6682785 commit 3e85a36

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

PathTracking/model_predictive_speed_and_steer_control/notebook.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"# Model predictive speed and steering control"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"# MPC modeling"
15+
]
16+
},
1017
{
1118
"cell_type": "markdown",
1219
"metadata": {},
@@ -17,7 +24,7 @@
1724
"$$ x = [x, y, v,\\phi]$$ x: x-position, y:y-position, v:velocity, φ: yaw angle\n",
1825
"\n",
1926
"Input vector is:\n",
20-
"$$ u = [a, \\delta]$$ a: accellation, 出るた: yaw angle\n"
27+
"$$ u = [a, \\delta]$$ a: accellation, δ: steering angle\n"
2128
]
2229
},
2330
{

0 commit comments

Comments
 (0)