Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 757 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 757 Bytes

RRT

For more info visit the blog

Author(s): Aakash Yadav

Usage

See the various CLI options using python3 rrt.py -h

Example python3 rrt.py -selectPoint -p world4.png -s 20. The flag -selectPoint allows to select the start and end points by double clicking, after selecting the two points press ESC.

Sample outputs

RRT sample output 1

RRT sample output 2

RRT sample output 3

RRT sample output 4

License

MIT

TODO

-[] A* -[] BFS -[] DFS -[] Make notebooks