Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 260 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 260 Bytes

Pathfinder

A Python port of KHEngineering's SmoothPathPlanner.

Requires Python 3.

To install dependencies:

pip install -r requirements.txt

Then run the application:

python pathfinder.py

Authors