Planning algorithms - Breadth first search, Depth first search, Dijkstra’s, and A* have been implemented on a grid world environment of configurable obstacle density.
-
Add to your .bashrc
export PYTHONPATH=/home/<user>/RBE550-Motion-planning/
-
Create virtual env. and source it
python3.9-venv -m venv venv
source venv/bin/activate
-
Install requirements:
pip install -r requirements.txt
-
Run path_planner.py
python hw1/path_planner.py