Merge pull request #162 from peteryschneider/master

Fixed estimates that were not tracking under 'Control Inputs' in 08-Designing-Kalman-Filters.ipynb
This commit is contained in:
Roger Labbe 2017-07-27 07:28:56 -07:00 committed by GitHub
commit 6b3f902a4f
2 changed files with 48 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -590,7 +590,7 @@
"\n",
"$$\\boldsymbol{\\mathcal{Y}} = f(\\boldsymbol{\\chi})$$\n",
"\n",
"It then compute the mean and covariance of the transformed points. That mean and covariance becomes the new estimate. The figure below depicts the operation of the unscented transform. The green ellipse on the right represents the computed mean and covariance to the transformed sigma points. "
"It then computes the mean and covariance of the transformed points. That mean and covariance becomes the new estimate. The figure below depicts the operation of the unscented transform. The green ellipse on the right represents the computed mean and covariance to the transformed sigma points. "
]
},
{