Reference:
Dijkstra's algorithm - Wikipedia
Reference:
A* search algorithm - Wikipedia
Reference:
Robotic Motion Planning: Potential Functions
Reference:
Rapidly-Exploring Random Trees: A New Tool for Path Planning
Reference:
Sampling-based algorithms for optimal motion planning
Reference:
RRT*-SMART: A Rapid Convergence Implementation of RRT*
A Comparison of RRT, RRT* and RRT*-Smart Path Planning Algorithms
Reference:
$ git clone git@github.com:0aqz0/Robotics-Notebook.git
$ cd Robotics-Notebook
$ virtualenv.exe venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt
$ pip install -e .
$ python PathPlanning/AStar/run.py