Skip to content

Commit c6df510

Browse files
committed
update README
1 parent 24353be commit c6df510

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
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)
@@ -19,6 +20,7 @@ Python codes for robotics algorithm.
1920
* [Gaussian grid map](#gaussian-grid-map)
2021
* [Ray casting grid map](#ray-casting-grid-map)
2122
* [k-means object clustering](#k-means-object-clustering)
23+
* [Object shape recognition using circle fitting](#object-shape-recognition-using-circle-fitting)
2224
* [SLAM](#slam)
2325
* [Iterative Closest Point (ICP) Matching](#iterative-closest-point-icp-matching)
2426
* [EKF SLAM](#ekf-slam)
@@ -193,15 +195,15 @@ This is a 2D object clustering with k-means algorithm.
193195

194196
![2](https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/kmeans_clustering/animation.gif)
195197

196-
## object shape recognition using circle fitting
198+
## Object shape recognition using circle fitting
197199

198200
This is a object shape recoginition using circle fitting.
199201

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

202-
The blue circle is true object circle.
204+
The blue circle is the true object shape.
203205

204-
The red crosses are observations from ranging sensor.
206+
The red crosses are observations from a ranging sensor.
205207

206208
The red circle is the estimated object shape using circle fitting.
207209

@@ -708,3 +710,4 @@ You can support financially this project via PayPal.
708710

709711

710712

713+

0 commit comments

Comments
 (0)