notebook is added

This commit is contained in:
Atsushi Sakai
2018-07-21 19:47:31 +09:00
parent 04c72f0b80
commit 9e028bc7af

View File

@@ -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
}