This wrapper is under development. Do not expect the code in this repository to be functional or even useful yet.
Compatible with OSP-core v3.3.2.
A very simple simulation wrapper, that can be used as an example for wrapper development.
The package requires python 3 (tested for 3.6), installation is based on setuptools.
# build and install
python setup.py install
or
# build for in-place development
python3 setup.py develop