Python implementation of the RRT/RRT* algorithms using pygame.
pip install -r requirements.txt
Just run python3 RRT.py
from terminal.
- Max Iterations: 500
- 2% Goal Bias
- Algorithm stops once goal state is reached.
- Implement Shortest Path Finding algorithm to find optimal path between start and goal.
- Implement RRT* Algorithm
- LaValle, Steven M. "Rapidly-exploring random trees: A new tool for path planning." (1998).