mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-18 08:01:18 -05:00
update
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user