mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
update doc
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
"\n",
|
||||
"In this simulation, the robot has a state vector includes 4 states at time $t$.\n",
|
||||
"\n",
|
||||
"$$\\textbf{x}_t=[x_t, y_t, \\theta_t, v_t]$$\n",
|
||||
"$$\\textbf{x}_t=[x_t, y_t, \\phi_t, v_t]$$\n",
|
||||
"\n",
|
||||
"x, y are a 2D x-y position, $\\theta$ is orientation, and v is velocity.\n",
|
||||
"x, y are a 2D x-y position, $\\phi$ is orientation, and v is velocity.\n",
|
||||
"\n",
|
||||
"In the code, \"xEst\" means the state vector. [code](https://github.com/AtsushiSakai/PythonRobotics/blob/916b4382de090de29f54538b356cef1c811aacce/Localization/extended_kalman_filter/extended_kalman_filter.py#L168)\n",
|
||||
"\n",
|
||||
@@ -256,7 +256,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.6.6"
|
||||
"version": "3.6.7"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user