diff --git a/Localization/extended_kalman_filter/notebook.ipynb b/Localization/extended_kalman_filter/notebook.ipynb new file mode 100644 index 00000000..303633e1 --- /dev/null +++ b/Localization/extended_kalman_filter/notebook.ipynb @@ -0,0 +1,48 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Extended Kalman Filter Localization\n", + "\n", + "Code; [PythonRobotics/extended\\_kalman\\_filter\\.py at master ยท AtsushiSakai/PythonRobotics](https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter.py)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Kalman Filter" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Ref" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.6.6" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}