Skip to content

Commit bd50919

Browse files
authored
Update README.md
1 parent 5663936 commit bd50919

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Overview
66

7-
A tool for visualizing numerous pathfinding algorithms. Current implementation of the project involves four pathfinding algorithms: BFS, DFS, DIJKSTRA and A-Star. The project extensively uses SFML and Modern C++ features such as smart pointers, lamda expressions along with multi-threading concepts.
7+
A tool for visualizing numerous pathfinding algorithms. Current implementation of the project involves four search-based planning algorithms: BFS, DFS, DIJKSTRA and A-Star. The project extensively uses SFML and Modern C++ features such as smart pointers, lamda expressions along with multi-threading concepts.
88

99
![](figures/img1.gif)
1010

@@ -94,3 +94,10 @@ On Linux however, nothing is provided. SFML relies on you to install all of its
9494
- pthread
9595

9696
The exact name of the packages may vary from distribution to distribution. Once those packages are installed, don't forget to install their development headers as well.
97+
98+
## TODO
99+
100+
### Sampling-based planners
101+
- [ ] RRT
102+
- [ ] RRT-Connect
103+
- [ ] RRT*

0 commit comments

Comments
 (0)