iRM 2020 Software Development Repo
cd <path to RM_2020DEV> mkdir build && cd build cmake .. make -j
make test or ctest in build folder
make test
ctest
build
PYTHONPATH+=<path to RM_2020DEV> python3 <scriptfile>