Skip to content

Commit 3e502bb

Browse files
authored
Update README.md
1 parent 2f60e72 commit 3e502bb

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)