Skip to content

Commit 1e79730

Browse files
committed
fix typo
1 parent c6df510 commit 1e79730

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

88

9-
109
# Table of Contents
1110
* [What is this?](#what-is-this)
1211
* [Requirements](#requirements)
@@ -179,7 +178,7 @@ Ref:
179178

180179
## Gaussian grid map
181180

182-
This is a 2D gaussian grid mapping example.
181+
This is a 2D Gaussian grid mapping example.
183182

184183
![2](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/gaussian_grid_map/animation.gif)
185184

@@ -197,7 +196,7 @@ This is a 2D object clustering with k-means algorithm.
197196

198197
## Object shape recognition using circle fitting
199198

200-
This is a object shape recoginition using circle fitting.
199+
This is a object shape recognition using circle fitting.
201200

202201
![2](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/circle_fitting/animation.gif)
203202

0 commit comments

Comments
 (0)