update README

This commit is contained in:
Atsushi Sakai
2018-01-27 12:24:16 -08:00
parent 41b5ee051e
commit 46aae73e64

View File

@@ -5,11 +5,13 @@
Python codes for robotics algorithm.
# Table of Contents
* [Requirements](#requirements)
* [How to use](#how-to-use)
* [Localization](#localization)
* [Extended Kalman Filter localization](#extended-kalman-filter-localization)
* [Unscented Kalman Filter local](#unscented-kalman-filter-local)
* [Path Planning](#path-planning)
* [Dynamic Window Approach](#dynamic-window-approach)
* [Grid based search](#grid-based-search)
@@ -90,6 +92,17 @@ the gren point is positioning observation (ex. GPS), and the red line is estimat
The red ellipse is estimated covariance ellipse with EKF.
## Unscented Kalman Filter local
![2](https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/unscented_kalman_filter/animation.gif)
This is a sensor fusion localization with Unscented Kalman Filter(UKF).
The lines and points are same meaning of the EKF simulation.
Ref:
- [Discriminatively Trained Unscented Kalman Filter for Mobile Robot Localization](http://search.ebscohost.com/login.aspx?direct=true&profile=ehost&scope=site&authtype=crawler&jrnl=17379318&AN=52739994&h=B0C6Ho6FxXnBPLmrwbtA0Vs7SjkGX1Wtd5thi9v8kcEuQDJsCm934YHgbgDQX%2BdsZKlKdXcPgOgzIDtjWltfHg%3D%3D&crl=f)
# Path Planning
@@ -472,3 +485,4 @@ Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))