This commit is contained in:
Atsushi Sakai
2018-07-16 14:34:45 +09:00
parent 6682785a38
commit 3e85a36fa8

View File

@@ -7,6 +7,13 @@
"# Model predictive speed and steering control" "# Model predictive speed and steering control"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# MPC modeling"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
@@ -17,7 +24,7 @@
"$$ x = [x, y, v,\\phi]$$ x: x-position, y:y-position, v:velocity, φ: yaw angle\n", "$$ x = [x, y, v,\\phi]$$ x: x-position, y:y-position, v:velocity, φ: yaw angle\n",
"\n", "\n",
"Input vector is:\n", "Input vector is:\n",
"$$ u = [a, \\delta]$$ a: accellation, 出るた: yaw angle\n" "$$ u = [a, \\delta]$$ a: accellation, δ: steering angle\n"
] ]
}, },
{ {