- Python 2.7 or later.
- fMBT for software emulation of robot and camera. (Available from https://github.com/01org/fMBT.)
- Sphinx for building documentation (python-sphinx package in Debian/Ubuntu).
cd tests && python run_tests.py ; cd ..If pytest is installed, it can be used instead. Just run
pytestcd doc
make htmlMain page can be found from doc/_build/opentestrobot.html
Normal Python package installation. Run as root
python setup.py install