- make a virtualenv and activate it
$ virtualenv -p python3 /<path-to-venv>/BNO_ENV
$ source /<path-to-venv>/BNO_ENV/bin/activate
- Install dependancies
$ pip install -r requirements.txt
- add project root to python path
$ cd /<path-to-project-root>/eulerscope
$ export PYTHONPATH=$PYTHONPATH:.
- run e.g.
$ cat example.log | python eulerscope/main.py
Run interactive (with roll, pitch, yaw values entered in the terminal manually)
$ python eulerscope/igumball.py