Skip to content

Commit 5c7ef9b

Browse files
committed
update README
1 parent cded081 commit 5c7ef9b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Python codes for robotics algorithm.
77

88

9+
910
# Table of Contents
1011
* [What is this?](#what-is-this)
1112
* [Requirements](#requirements)
@@ -23,6 +24,7 @@ Python codes for robotics algorithm.
2324
* [EKF SLAM](#ekf-slam)
2425
* [FastSLAM 1.0](#fastslam-10)
2526
* [FastSLAM 2.0](#fastslam-20)
27+
* [Graph based SLAM](#graph-based-slam)
2628
* [Path Planning](#path-planning)
2729
* [Dynamic Window Approach](#dynamic-window-approach)
2830
* [Grid based search](#grid-based-search)
@@ -241,6 +243,7 @@ This is a feature based SLAM example using FastSLAM 2.0.
241243

242244
The animation has same meanings as one of FastSLAM 1.0.
243245

246+
244247
![3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/SLAM/FastSLAM2/animation.gif)
245248

246249

@@ -251,6 +254,23 @@ Ref:
251254
- [SLAM simulations by Tim Bailey](http://www-personal.acfr.usyd.edu.au/tbailey/software/slam_simulations.htm)
252255

253256

257+
## Graph based SLAM
258+
259+
This is a graph based SLAM example.
260+
261+
The blue line is ground truth.
262+
263+
The black line is dead reckoning.
264+
265+
The red line is the estimated trajectory with Graph based SLAM.
266+
267+
![3](https://github.com/AtsushiSakai/PythonRobotics/raw/master/SLAM/GraphBasedSLAM/animation.gif)
268+
269+
Ref:
270+
271+
- [A Tutorial on Graph-Based SLAM](http://www2.informatik.uni-freiburg.de/~stachnis/pdf/grisetti10titsmag.pdf)
272+
273+
254274
# Path Planning
255275

256276
## Dynamic Window Approach
@@ -637,3 +657,4 @@ If your PR is merged multiple times, I will add your account to the Author list.
637657

638658

639659

660+

0 commit comments

Comments
 (0)