Code in progress for the new IRIS 2018 autonomous robot
mkdir build && cd build
cmake ..
make -j
- (for C++ developer) in coding
#ifdef DEBUG
print some debugging info
still printing some debugging info
save some debugging images
#endif
- when compiling
cmake -DDEBUG=1 ..