mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-18 22:54:19 -05:00
update notebook
This commit is contained in:
@@ -11,7 +11,13 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# Linear vehicle model"
|
"# Linear vehicle model\n",
|
||||||
|
"\n",
|
||||||
|
"State vector is:\n",
|
||||||
|
"$$ x = [x, y, v,\\phi]$$ x: x-position, y:y-position, v:velocity, φ: yaw angle\n",
|
||||||
|
"\n",
|
||||||
|
"Input vector is:\n",
|
||||||
|
"$$ u = [a, \\delta]$$ a: accellation, 出るた: yaw angle\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user