This project contains the protobuf definition for a NexusTile. By compiling the protobuf specification, both Java and Python objects are generated.
-
Run
./gradlew clean build install -
cd into
/build/python/nexusproto -
Setup a separate conda env or activate an existing one
conda create --name nexus-messages python source activate nexus-messages -
Install Conda dependencies
conda install numpy -
Run
python setup.py install