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 66Python codes for robotics algorithm.
77
88
9+
910# Table of Contents
1011 * [ Requirements] ( #requirements )
1112 * [ How to use] ( #how-to-use )
@@ -14,7 +15,8 @@ Python codes for robotics algorithm.
1415 * [ Unscented Kalman Filter localization] ( #unscented-kalman-filter-localization )
1516 * [ Particle Filter localization] ( #particle-filter-localization )
1617 * [ Mapping] ( #mapping )
17- * [ Gaussian Grid Map] ( #gaussian-grid-map )
18+ * [ Gaussian grid map] ( #gaussian-grid-map )
19+ * [ Ray casting grid map] ( #ray-casting-grid-map )
1820 * [ Path Planning] ( #path-planning )
1921 * [ Dynamic Window Approach] ( #dynamic-window-approach )
2022 * [ Grid based search] ( #grid-based-search )
@@ -122,13 +124,13 @@ This measurements are used for PF localization.
122124
123125# Mapping
124126
125- ## Gaussian Grid Map
127+ ## Gaussian grid map
126128
127129This is a 2D gaussian grid mapping example.
128130
129131![ 2] ( https://github.com/AtsushiSakai/PythonRobotics/blob/master/Mapping/gaussian_grid_map/animation.gif )
130132
131- ## Ray casting Grid Map
133+ ## Ray casting grid map
132134
133135This is a 2D ray casting grid mapping example.
134136
@@ -516,3 +518,4 @@ Atsushi Sakai ([@Atsushi_twi](https://twitter.com/Atsushi_twi))
516518
517519
518520
521+
You can’t perform that action at this time.
0 commit comments