Skip to content
Snippets Groups Projects
Commit 4a2a3455 authored by Sebastian Schwarz's avatar Sebastian Schwarz
Browse files

another fix V10_kalmanfilter_demonstration.ipynb

parent 4bb54056
No related branches found
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
" plt.show()\n", " plt.show()\n",
"\n", "\n",
"\n", "\n",
"interactive_plot = interactive(update, sigma=(0.1, 2, 0.1), u = ["on","off"], xo=(-10, 10, 1), Q=[1, 0.1, 0.01, 0.001, 1e-4, 1e-5, 1e-6, 1e-7, 1e-8, 1e-9, 1e-10], R=(0.01, 1, 0.01), Pk=(0.01, 10, 0.01))\n", "interactive_plot = interactive(update, sigma=(0.1, 2, 0.1), u = [\"on\",\"off\"], xo=(-10, 10, 1), Q=[1, 0.1, 0.01, 0.001, 1e-4, 1e-5, 1e-6, 1e-7, 1e-8, 1e-9, 1e-10], R=(0.01, 1, 0.01), Pk=(0.01, 10, 0.01))\n",
"interactive_plot" "interactive_plot"
] ]
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment