From 9e028bc7aff93e56c0961548063f7821e1e91696 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sat, 21 Jul 2018 19:47:31 +0900 Subject: [PATCH] notebook is added --- .../extended_kalman_filter/notebook.ipynb | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Localization/extended_kalman_filter/notebook.ipynb 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 +}