Commit Graph

6 Commits

Author SHA1 Message Date
Roger Labbe
4adfc8ca50 Changes in test code for ukf - not for book. 2015-06-13 13:22:43 -07:00
Roger Labbe
aadc5abaf6 Added robot steering example to UKF. 2015-06-09 19:39:39 -07:00
Roger Labbe
88d200b9a8 Robot localization example added.
Still needs work; code is messy, and Q is not computed. But I am
getting correct results.

Also need to expand explanations and scenarios.

Need to remove now redundant explanations in EKF chapter, since
they exist in the UKF chapter.
2015-06-08 07:23:52 -07:00
Roger Labbe
f8057cd917 UKF chapter updated for Merwe parametization.
Chapter is not complete; checking in because I am beginning to alter
the formulation of unscented_transform in filterpy.
2015-06-07 17:03:35 -07:00
Roger Labbe
9c09133b5b Working with Merwe formulation. 2015-06-07 16:43:38 -07:00
Roger Labbe
758bd2c7f4 Working for UKF rename.
Most of the text is wrong, but changed code to use the
renamed ScaledUnscentedKalmanFilter.

Checking in with bad text because I am in the process of changing
FilterPy to use a class for the sigma points to make it easier
to change the sigma point generation, leaving us with one
UKF class instead of several.
2015-06-06 19:49:56 -07:00