File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1212
1313Python codes for robotics algorithm.
1414
15+
1516# Table of Contents
1617 * [ What is this?] ( #what-is-this )
1718 * [ Requirements] ( #requirements )
@@ -37,7 +38,7 @@ Python codes for robotics algorithm.
3738 * [ Dijkstra algorithm] ( #dijkstra-algorithm )
3839 * [ A* algorithm] ( #a-algorithm )
3940 * [ Potential Field algorithm] ( #potential-field-algorithm )
40- * [ Potential Field algorithm ] ( #potential-field-algorithm-1 )
41+ * [ Grid based coverage path planning ] ( #grid-based-coverage-path-planning )
4142 * [ State Lattice Planning] ( #state-lattice-planning )
4243 * [ Biased polar sampling] ( #biased-polar-sampling )
4344 * [ Lane sampling] ( #lane-sampling )
297298
298299- [ Robotic Motion Planning: Potential Functions] ( https://www.cs.cmu.edu/~motionplanning/lecture/Chap4-Potential-Field_howie.pdf )
299300
300- ### Potential Field algorithm
301+ ### Grid based coverage path planning
301302
302303This is a 2D grid based coverage path planning simulation.
303304
@@ -614,3 +615,4 @@ This is a list: [Users comments](https://github.com/AtsushiSakai/PythonRobotics/
614615
615616
616617
618+
You can’t perform that action at this time.
0 commit comments