Skip to content

Commit 8f74420

Browse files
committed
update doc
1 parent d50de21 commit 8f74420

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## Extended Kalman Filter Localization\n",
8-
"\n",
9-
"![EKF](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif)"
7+
"## Extended Kalman Filter Localization"
108
]
119
},
1210
{
@@ -39,6 +37,8 @@
3937
"cell_type": "markdown",
4038
"metadata": {},
4139
"source": [
40+
"![EKF](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif)\n",
41+
"\n",
4242
"This is a sensor fusion localization with Extended Kalman Filter(EKF).\n",
4343
"\n",
4444
"The blue line is true trajectory, the black line is dead reckoning\n",

docs/modules/extended_kalman_filter_localization.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
Extended Kalman Filter Localization
33
-----------------------------------
44

5-
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif
6-
:alt: EKF
7-
8-
EKF
9-
105
.. code-block:: ipython3
116
127
from IPython.display import Image
@@ -20,6 +15,11 @@ Extended Kalman Filter Localization
2015

2116

2217

18+
.. figure:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif
19+
:alt: EKF
20+
21+
EKF
22+
2323
This is a sensor fusion localization with Extended Kalman Filter(EKF).
2424

2525
The blue line is true trajectory, the black line is dead reckoning

0 commit comments

Comments
 (0)