diff --git a/Chapter05_Kalman_Filters/Kalman_Filters_Animations.ipynb b/Chapter05_Kalman_Filters/Kalman_Filters_Animations.ipynb index d10b93e..3c5f382 100644 --- a/Chapter05_Kalman_Filters/Kalman_Filters_Animations.ipynb +++ b/Chapter05_Kalman_Filters/Kalman_Filters_Animations.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:5d9e7c75a6f88ccdf422d155a9c5fb789b7b07e02f1a84790c3c8191465f131b" + "signature": "sha256:11378055d75c3ef8b1a2626c65ada84eefab1a411a1267ea328b2466f389e8e9" }, "nbformat": 3, "nbformat_minor": 0, @@ -252,6 +252,13 @@ ], "prompt_number": 1 }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook creates the animations for the Kalman Filter chapter. It is not really intended to be a readable part of the book, but of course you are free to look at the source code, and even modify it. However, if you are interested in running your own animations, I'll point you to the examples subdirectory of the book, which contains a number of python scripts that you can run and modify from an IDE or the command line. This module saves the animations to GIF files, which is quite slow and not very interactive. " + ] + }, { "cell_type": "code", "collapsed": false, diff --git a/Chapter06_Multivariate_Kalman_Filter/animations.ipynb b/Chapter06_Multivariate_Kalman_Filter/animations.ipynb index 0ab0e67..c422ac5 100644 --- a/Chapter06_Multivariate_Kalman_Filter/animations.ipynb +++ b/Chapter06_Multivariate_Kalman_Filter/animations.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:85d4be8ca8ef18fbc963a1985da4ce5a2a0c556da762a2d3ebd4ddf2b7e255ba" + "signature": "sha256:fb878db70d2e2bac86ef693ff529bb1bc61ee98d134d493d94e761e628da7f9e" }, "nbformat": 3, "nbformat_minor": 0, @@ -251,6 +251,13 @@ ], "prompt_number": 1 }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook creates the animations for the Multivariate Kalman Filter chapter. It is not really intended to be a readable part of the book, but of course you are free to look at the source code, and even modify it. However, if you are interested in running your own animations, I'll point you to the examples subdirectory of the book, which contains a number of python scripts that you can run and modify from an IDE or the command line. This module saves the animations to GIF files, which is quite slow and not very interactive. " + ] + }, { "cell_type": "code", "collapsed": false,