Comran Morshed | fab3200 | 2015-08-30 14:48:54 +0000 | [diff] [blame] | 1 | #include "bot3/control_loops/intake/intake.h" |
2 | |||||
3 | #include "aos/linux_code/init.h" | ||||
4 | |||||
5 | int main() { | ||||
6 | ::aos::Init(); | ||||
7 | ::bot3::control_loops::Intake intake; | ||||
8 | intake.Run(); | ||||
9 | ::aos::Cleanup(); | ||||
10 | return 0; | ||||
11 | } |