Skip to content

Commit efb4ee0

Browse files
committed
fix README
1 parent 142016e commit efb4ee0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
Python 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)
@@ -297,7 +298,7 @@ Ref:
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

302303
This 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+

0 commit comments

Comments
 (0)