update doc

This commit is contained in:
Atsushi Sakai
2018-11-23 09:09:42 +09:00
parent d50de21ce9
commit 8f744205e0
2 changed files with 8 additions and 8 deletions

View File

@@ -4,9 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Extended Kalman Filter Localization\n",
"\n",
"![EKF](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif)"
"## Extended Kalman Filter Localization"
]
},
{
@@ -39,6 +37,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![EKF](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif)\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",