This repository stores code to allow us to evaluate AGV applications.
To create virtual enviornment (Linux/Mac):
python3 -m venv ~/agveval.env
source ~/agveval.env/bin/activate
pip install -r requirements.txt
This repository stores code to allow us to evaluate AGV applications.
PythonBSD-3-Clause