File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313Python codes for robotics algorithm.
1414
1515
16+
1617# Table of Contents
1718 * [ What is this?] ( #what-is-this )
1819 * [ Requirements] ( #requirements )
@@ -26,7 +27,7 @@ Python codes for robotics algorithm.
2627 * [ Gaussian grid map] ( #gaussian-grid-map )
2728 * [ Ray casting grid map] ( #ray-casting-grid-map )
2829 * [ k-means object clustering] ( #k-means-object-clustering )
29- * [ L-Shape fitting] ( #l-shape -fitting )
30+ * [ Rectangle fitting] ( #rectangle -fitting )
3031 * [ SLAM] ( #slam )
3132 * [ Iterative Closest Point (ICP) Matching] ( #iterative-closest-point-icp-matching )
3233 * [ FastSLAM 1.0] ( #fastslam-10 )
@@ -196,9 +197,9 @@ This is a 2D object clustering with k-means algorithm.
196197
197198![ 2] ( https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Mapping/kmeans_clustering/animation.gif )
198199
199- ## L-Shape fitting
200+ ## Rectangle fitting
200201
201- This is a 2D L shape fitting for vehicle detection.
202+ This is a 2D rectangle fitting for vehicle detection.
202203
203204![ 2] ( https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Mapping/rectangle_fitting/animation.gif )
204205
@@ -607,3 +608,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
607608
608609
609610
611+
You can’t perform that action at this time.
0 commit comments