Skip to content

Commit 8a2f02b

Browse files
committed
Updated README.md
1 parent 21cf2bb commit 8a2f02b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Probabilistic Roadmap (PRM)](#probabilistic-roadmap-prm)
1616
- [1. Sampling Stage](#1-sampling-stage)
1717
- [2. Creating the roadmap](#2-creating-the-roadmap)
18-
- [3 Searching the Roadmap](#3-searching-the-roadmap)
18+
- [3. Searching the Roadmap](#3-searching-the-roadmap)
1919
- [Rapidly-exploring Random Tree (RRT)](#rapidly-exploring-random-tree-rrt)
2020
- [Potential Field](#potential-field)
2121
- [Virtual Fields](#virtual-fields)
@@ -107,7 +107,7 @@ creating a straight line between the nodes. If this line is collision free; an e
107107

108108
![App Preview](https://i.imgur.com/8w35Gi3.gif)
109109

110-
### 3 Searching the Roadmap
110+
### 3. Searching the Roadmap
111111
After connecting all nodes with its K-closest neighbours, a resulting graph network will have been created.
112112
This network can be searched with a graph search algorithm. The currently supported graph search algorithms are:
113113
- Dijkstra's Shortest Path

0 commit comments

Comments
 (0)