mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:41 -04:00
update doc
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Extended Kalman Filter Localization\n",
|
||||
"\n",
|
||||
""
|
||||
"## Extended Kalman Filter Localization"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -39,6 +37,8 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"\n",
|
||||
"\n",
|
||||
"This is a sensor fusion localization with Extended Kalman Filter(EKF).\n",
|
||||
"\n",
|
||||
"The blue line is true trajectory, the black line is dead reckoning\n",
|
||||
|
||||
@@ -2,11 +2,6 @@
|
||||
Extended Kalman Filter Localization
|
||||
-----------------------------------
|
||||
|
||||
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif
|
||||
:alt: EKF
|
||||
|
||||
EKF
|
||||
|
||||
.. code-block:: ipython3
|
||||
|
||||
from IPython.display import Image
|
||||
@@ -20,6 +15,11 @@ Extended Kalman Filter Localization
|
||||
|
||||
|
||||
|
||||
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif
|
||||
:alt: EKF
|
||||
|
||||
EKF
|
||||
|
||||
This is a sensor fusion localization with Extended Kalman Filter(EKF).
|
||||
|
||||
The blue line is true trajectory, the black line is dead reckoning
|
||||
|
||||
Reference in New Issue
Block a user