nimRobotics / RRT

Python implementation of RRT path planning algorithm

Home Page:https://nimrobotics.github.io/2019/12/23/rrt.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python implementation of RRT path planning algorithm

https://nimrobotics.github.io/2019/12/23/rrt.html

License:MIT License


Languages

Language:Python 100.0%