/AGVeval

This repository stores code to allow us to evaluate AGV applications.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

AGVeval

This repository stores code to allow us to evaluate AGV applications.

Use the python script

To create virtual enviornment (Linux/Mac):

python3 -m venv ~/agveval.env
source ~/agveval.env/bin/activate
pip install -r requirements.txt