Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 306 Bytes

RPMPL

Rapid Prototyping Motion Planning Library

This is a Python3 library for rapid prototyping of motion planning algorithms.

Running

$ git clone git@github.com:dinkoosmankovic/RPMPL.git
$ cd RPMPL
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txt