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 6
6
Python codes for robotics algorithm.
7
7
8
8
9
-
10
9
# Table of Contents
11
10
* [ What is this?] ( #what-is-this )
12
11
* [ Requirements] ( #requirements )
179
178
180
179
## Gaussian grid map
181
180
182
- This is a 2D gaussian grid mapping example.
181
+ This is a 2D Gaussian grid mapping example.
183
182
184
183
![ 2] ( https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/gaussian_grid_map/animation.gif )
185
184
@@ -197,7 +196,7 @@ This is a 2D object clustering with k-means algorithm.
197
196
198
197
## Object shape recognition using circle fitting
199
198
200
- This is a object shape recoginition using circle fitting.
199
+ This is a object shape recognition using circle fitting.
201
200
202
201
![ 2] ( https://github.com/AtsushiSakai/PythonRobotics/raw/master/Mapping/circle_fitting/animation.gif )
203
202
You can’t perform that action at this time.
0 commit comments