File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -124,17 +124,7 @@ You can check the full documentation online: [https://pythonrobotics.readthedocs
124124
125125<img src =" https://github.com/AtsushiSakai/PythonRobotics/raw/master/Localization/extended_kalman_filter/animation.gif " width =" 640 " >
126126
127- This is a sensor fusion localization with Extended Kalman Filter(EKF).
128-
129- The blue line is true trajectory, the black line is dead reckoning trajectory,
130-
131- the green point is positioning observation (ex. GPS), and the red line is estimated trajectory with EKF.
132-
133- The red ellipse is estimated covariance ellipse with EKF.
134-
135- Ref:
136-
137- - [ PROBABILISTIC ROBOTICS] ( http://www.probabilistic-robotics.org/ )
127+ Documentation: [ Notebook] ( https://github.com/AtsushiSakai/PythonRobotics/blob/master/Localization/extended_kalman_filter/extended_kalman_filter_localization.ipynb )
138128
139129## Particle filter localization
140130
You can’t perform that action at this time.
0 commit comments