update docs

This commit is contained in:
Atsushi Sakai
2018-11-16 21:21:08 +09:00
parent 906681c471
commit 953cc3857e
26 changed files with 576 additions and 130 deletions

View File

@@ -3,26 +3,8 @@
Localization
============
Extended Kalman Filter localization
-----------------------------------
.. include:: extended_kalman_filter_localization.rst
.. raw:: html
<img src="https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif" width="640">
This is a sensor fusion localization with Extended Kalman Filter(EKF).
The blue line is true trajectory, the black line is dead reckoning
trajectory,
the green point is positioning observation (ex. GPS), and the red line
is estimated trajectory with EKF.
The red ellipse is estimated covariance ellipse with EKF.
Ref:
- `PROBABILISTIC ROBOTICS`_
Unscented Kalman Filter localization
------------------------------------