Skip to content

Commit eb4bb64

Browse files
committed
update README
1 parent ce07024 commit eb4bb64

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Python codes for robotics algorithm.
1717
* [Ray casting grid map](#ray-casting-grid-map)
1818
* [SLAM](#slam)
1919
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
20+
* [EKF SLAM](#ekf-slam)
2021
* [Path Planning](#path-planning)
2122
* [Dynamic Window Approach](#dynamic-window-approach)
2223
* [Grid based search](#grid-based-search)
@@ -153,6 +154,20 @@ Ref:
153154
- [Introduction to Mobile Robotics: Iterative Closest Point Algorithm](https://cs.gmu.edu/~kosecka/cs685/cs685-icp.pdf)
154155

155156

157+
## EKF SLAM
158+
159+
This is a Extended Kalman Filter based SLAM example.
160+
161+
The blue line is ground truth, the black line is dead reckoning, the red line is estimated trajectory with EKF SLAM.
162+
163+
The green cross are estimated landmarks.
164+
165+
![3](https://github.com/AtsushiSakai/PythonRobotics/blob/master/SLAM/EKFSLAM/animation.gif)
166+
167+
Ref:
168+
169+
- [PROBABILISTIC\-ROBOTICS\.ORG](http://www.probabilistic-robotics.org/)
170+
156171
# Path Planning
157172

158173
## Dynamic Window Approach
@@ -536,3 +551,4 @@ Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
536551

537552

538553

554+

0 commit comments

Comments
 (0)