Skip to content

Commit 9414678

Browse files
committed
update README
1 parent 4825c5c commit 9414678

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Python codes for robotics algorithm.
1414

1515

1616

17+
1718
# Table of Contents
1819
* [What is this?](#what-is-this)
1920
* [Requirements](#requirements)
@@ -31,7 +32,7 @@ Python codes for robotics algorithm.
3132
* [SLAM](#slam)
3233
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
3334
* [FastSLAM 1.0](#fastslam-10)
34-
* [Graph based SLAM](#graph-based-slam)
35+
* [Pose Optimization SLAM](#pose-optimization-slam)
3536
* [Path Planning](#path-planning)
3637
* [Dynamic Window Approach](#dynamic-window-approach)
3738
* [Grid based search](#grid-based-search)
@@ -244,7 +245,7 @@ Ref:
244245

245246
## Pose Optimization SLAM
246247

247-
This is a graph based Pose Optimization SLAM example.
248+
This is a graph based pose optimization SLAM example.
248249

249250
![3](https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/SLAM/PoseOptimizationSLAM/animation.gif)
250251

@@ -596,3 +597,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
596597

597598

598599

600+

0 commit comments

Comments
 (0)