Simple Motion Planning Library in pYthon
Just download to a folder using either git or the 'download zip' button. This isnot formally arranged as a Python package.
You will need:
- Python (
sudo apt install python
on Linux or install Anaconda on Windows) - numpy, matplotlib, Jupyter notebook and SciPy (all come with Anaconda, or
pip install numpy scipy matplotlib ipython jupyter
on Linux) - PuLP (
pip install pulp
on Linux orconda install -c conda-forge pulp
at the Anaconda prompt)
The library consists of a collection of Jupyter notebooks that illustrate how each method works. Hopefully the titles of each indicate what's in them, and they have comments to describe the process.