File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
Python codes for robotics algorithm.
7
7
8
8
9
+
9
10
# Table of Contents
10
11
* [ What is this?] ( #what-is-this )
11
12
* [ Requirements] ( #requirements )
@@ -19,6 +20,7 @@ Python codes for robotics algorithm.
19
20
* [ Gaussian grid map] ( #gaussian-grid-map )
20
21
* [ Ray casting grid map] ( #ray-casting-grid-map )
21
22
* [ k-means object clustering] ( #k-means-object-clustering )
23
+ * [ Object shape recognition using circle fitting] ( #object-shape-recognition-using-circle-fitting )
22
24
* [ SLAM] ( #slam )
23
25
* [ Iterative Closest Point (ICP) Matching] ( #iterative-closest-point-icp-matching )
24
26
* [ EKF SLAM] ( #ekf-slam )
@@ -193,15 +195,15 @@ This is a 2D object clustering with k-means algorithm.
193
195
194
196
![ 2] ( https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/kmeans_clustering/animation.gif )
195
197
196
- ## object shape recognition using circle fitting
198
+ ## Object shape recognition using circle fitting
197
199
198
200
This is a object shape recoginition using circle fitting.
199
201
200
202
![ 2] ( https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/circle_fitting/animation.gif )
201
203
202
- The blue circle is true object circle .
204
+ The blue circle is the true object shape .
203
205
204
- The red crosses are observations from ranging sensor.
206
+ The red crosses are observations from a ranging sensor.
205
207
206
208
The red circle is the estimated object shape using circle fitting.
207
209
@@ -708,3 +710,4 @@ You can support financially this project via PayPal.
708
710
709
711
710
712
713
+
You can’t perform that action at this time.
0 commit comments