Skip to content

INACTIVE. Code for IRIS-9 robot (2019). Apparently on fire.

Notifications You must be signed in to change notification settings

IllinoisRoboticsInSpace/IRIS-2018

Repository files navigation

IRIS-2018

Code in progress for the new IRIS 2018 autonomous robot

Building the examples

mkdir build && cd build
cmake ..
make -j

Using the debug flag

  • (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 ..

About

INACTIVE. Code for IRIS-9 robot (2019). Apparently on fire.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published