Library for managing the relative location of mobile robots
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
All requirements can be found in requirements.txt file.
To install all requirements run:
pip install -r requirements.txt
Tests can be found in the tests directory.
To run all tests run
py.test
from the mobile-robots-control directory.
Or use
py.test path-to-file
to run tests from only one file.
This project is licensed under the MIT License - see the LICENSE.md file for details