illini-robomaster / iRM_Autonomy_2020

Awesome Repo for iRM 2020 CV Development
7 stars 2 forks source link

RM_2020_DEV

build status

iRM 2020 Software Development Repo

Dependency

Build Steps

cd <path to RM_2020DEV>
mkdir build && cd build
cmake ..
make -j

Run Tests

make test or ctest in build folder

Run Python Script

PYTHONPATH+=<path to RM_2020DEV> python3 <scriptfile>