File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66Python codes for robotics algorithm.
77
88
9-
109# Table of Contents
1110 * [ What is this?] ( #what-is-this )
1211 * [ Requirements] ( #requirements )
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
You can’t perform that action at this time.
0 commit comments