Search
cd go_to_your_folder_with_unzipped_file python3 -m venv venv . venv/bin/activate && pip install -r requirements.txt
requirements.txt
contourpy cycler fonttools importlib-resources kiwisolver matplotlib numpy packaging pillow pyparsing python-dateutil scipy shapely six zipp
rrtPlanner.py
polygonalMap.py
pointRobot.py
shapeRobot.py
carLikeRobot.py
planningExample.py
(venv) > python3 planningExample.py
if __name__ == "__main__": setup = prepareStraightLinePlanner #or setup = prepareStraightLinePlannerShapeRobot
setup = prepareCarLikePlanner