blob: e8e1c7be9d10974f03434d0b111150fa08fde8bc [file] [log] [blame]
#include "y2018/control_loops/superstructure/superstructure.h"
#include "aos/linux_code/init.h"
int main() {
::aos::InitNRT(true);
::y2018::control_loops::superstructure::Superstructure superstructure;
::aos::GoRT();
superstructure.Run();
::aos::Cleanup();
return 0;
}