Commit Graph

609 Commits

Author SHA1 Message Date
Roger Labbe
592a354d1f added example of sensor fusion 2015-02-13 20:40:02 -08:00
Roger Labbe
e4f92fcb81 fixed TOC to reflect chapter reordering 2015-02-07 09:21:19 -08:00
Roger Labbe
dbd42af0aa Chapter reordering; nonlinear chapter added.
I wrote a chapter introducing the problem of nonlinearity in KF because this
information is common to the EKF, UKF, etc. Then I reordered chapters. I want
people ot learn the UKF before the EKF. While I was doing this, I moved the
H Infinity and Ensemble filters to later chapters because they are mostly
curiosities in this book.
2015-02-07 09:11:39 -08:00
Roger Labbe
c147441f01 Fixed second link of PDF, removed contents section.
The contents section is a pain to maintain, and it doesn't really
add anything of important. Maybe i'll add it back in once the book
is settled down, but probabl not.
2015-02-02 19:40:56 -08:00
Roger Labbe
3f2510e6b4 Trying to update README.md on github.io pages. 2015-02-02 19:36:00 -08:00
Roger Labbe
804df1c9e3 Regenerated PDF 2015-02-02 19:33:06 -08:00
Roger Labbe
c0bb33ac6c Regenerated images to reflect style changes. 2015-02-02 19:29:51 -08:00
Roger Labbe
ac3cc4bc69 Renamed preface to add in chapter number. 2015-02-02 19:27:03 -08:00
Roger Labbe
768b017401 Fixed link to graphic.
The great reorg moved the animation files to a different
subdirectory.
2015-02-02 19:24:28 -08:00
Roger Labbe
a83b53794c Changes to test upcoming IPython 3 release. 2015-02-02 19:22:13 -08:00
Roger Labbe
79387a85cb Reworked section on multivariate correlations
My charts were mixing position vs time, which was pretty confusing.
I changed it to position vs velocity, and demonstrated how multipying
the covariances lead to a much better result.
2015-02-01 20:39:08 -08:00
Roger Labbe
9117261d25 Normalized plot styles across chapters.
I had a lot of problems with lines being visible, and ended up
using different styles in different places. I found a style that
seems to work everywhere and put the code in book_plots.py.
2015-01-31 22:42:19 -08:00
Roger Labbe
ceaae06c61 Added material on KF GPS output.
I had already explained that you cannot KF the output of a GPS
(this is extemely prevalent in hobbiest projects on the web).
But now I added an example in code of what happens when you try
this.
2015-01-31 08:44:47 -08:00
Roger Labbe
a294a51807 Started section on Runge Kutta.
Mostly a placeholder for now. There is also some experimental code
for quaternions, which I will be needing to introduce later.
2015-01-31 08:03:39 -08:00
Roger Labbe
cfd4e3485a renamed to be more readable 2015-01-27 15:46:34 -08:00
Roger Labbe
9db6b3f69d fixed to work with reorganized files 2015-01-27 15:46:00 -08:00
Roger Labbe
a4f6b5a81f fixed a few links 2015-01-27 15:45:33 -08:00
Roger Labbe
093339f443 fixed link to gif 2015-01-27 15:24:46 -08:00
Roger Labbe
33c745d997 Edits for reorg
I moved book_format.py to the root directory so that all of the
notebooks do not need to modify the system path to import it. It
modifies the path on import so that all of the code in ./code can
then be accessed.

Altered links to nbviewer to account for no longer using subdirectories.
2015-01-27 15:14:06 -08:00
Roger Labbe
892d1c04ac renamed appendix 2015-01-27 13:17:48 -08:00
Roger Labbe
9a7840d526 moved appendix B for reorg 2015-01-27 13:13:44 -08:00
Roger Labbe
201811eae1 moved appendxix A for reorg 2015-01-27 13:12:23 -08:00
Roger Labbe
7c49acfd9c moved chapter 15 for reorg 2015-01-27 13:10:28 -08:00
Roger Labbe
f7290aafc4 moved chapter 14 due to reorg 2015-01-27 13:04:05 -08:00
Roger Labbe
57737bbeb8 moved chapter 13 for reorg 2015-01-27 12:58:27 -08:00
Roger Labbe
8468cb4151 moved chapters 11 and 12 for reorg. 2015-01-27 12:56:51 -08:00
Roger Labbe
b596fe0fca Moved chapter 10 for reorg 2015-01-27 12:36:31 -08:00
Roger Labbe
7774938fc2 moved chapter 9 as part of reorg 2015-01-27 10:42:49 -08:00
Roger Labbe
a866ce840e Moved chapter 8 as part of reorg 2015-01-27 10:40:54 -08:00
Roger Labbe
a590c4830d Moved chapter 7 as part of reorg 2015-01-27 10:36:34 -08:00
Roger Labbe
c3ebd9f50c Moved chapter 6 as part of reorg. 2015-01-27 10:29:11 -08:00
Roger Labbe
2a651f6c5b Moved chapter 5 as part of reorg. 2015-01-27 10:18:25 -08:00
Roger Labbe
bb531dde86 Moved chapter 4 as part of reorg 2015-01-27 09:58:39 -08:00
Roger Labbe
b3b3b33ea6 removed chapter 3 directory. 2015-01-27 09:54:40 -08:00
Roger Labbe
5e19623d5d Moved Chapter 3 as part of reorg 2015-01-27 09:53:58 -08:00
Roger Labbe
8416da7fdc Moved Chapter 2 as part of reorg 2015-01-27 09:51:52 -08:00
Roger Labbe
8b5122f21d Moved chapter 01 as part of book reorg 2015-01-27 09:24:52 -08:00
Roger Labbe
f135d2e213 Moved book generation code into PDF directory
Start of a reorganization of files to make book more browable and to
reduce the size of links to chapters.
2015-01-27 09:06:21 -08:00
Roger Labbe
a2dd5a0276 Merge branch 'master' of https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python 2015-01-27 08:44:08 -08:00
Roger Labbe
c3039dbe22 Added mention of UKF filter. 2015-01-27 08:43:25 -08:00
Roger Labbe
d1762a739f Updated Creative Commons license
Fixed link, added title and author, allow commercial use.
2015-01-24 16:04:23 -08:00
Roger Labbe
cc25596e57 Added plot titles.
Added titles to plot so reader can understand what is being shown
without having to read the code.

Also added some text to expand on a few explanations.
2015-01-24 10:50:18 -08:00
Roger Labbe
ccf79aab09 Added warnings about unfinished EKF chapter.
The EKF chapter is a very early draft/dump of material, and
yet people are trying to use it. They really shouldn't.
2015-01-22 08:56:26 -08:00
Roger Labbe
a4bcbd0f14 Added section on fat tails. 2015-01-18 10:04:31 -08:00
Roger Labbe
15a3c5c86c Changed how sections numbering is done in PDF. 2015-01-18 09:56:32 -08:00
Roger Labbe
afe0b5626e Altered PDF generation.
Added code to inject \appendix to the first appendix notebook
so that they are properly labelled. Started g-h chapter as chapter
one. There is probably a lot more I want to do now that I have
the basic idea of how to inject latex into the files before creating
the PDF, but this is a good start.
2015-01-17 09:39:26 -08:00
Roger Labbe
dbcb166150 Added scatterpoints=1 to legend where applicable. 2015-01-16 18:36:17 -08:00
Roger Labbe
e8facb1a8a Typos, and reran cells so numbering is sequential. 2015-01-16 06:29:37 -08:00
Roger Labbe
20f22d2cd6 Sensor fusion at different rates
Discussed how to perform sensor fusion when the sensors run at different rates.
2015-01-15 19:17:57 -08:00
Roger Labbe
28be39e0bf Added labels to the charts. 2015-01-14 22:17:39 -08:00