Comran Morshed | 2a97bc8 | 2016-01-16 17:27:01 +0000 | [diff] [blame] | 1 | #include "y2016/control_loops/shooter/shooter.h" |
2 | |||||
3 | #include "aos/linux_code/init.h" | ||||
4 | |||||
5 | int main() { | ||||
6 | ::aos::Init(); | ||||
7 | ::y2016::control_loops::Shooter shooter; | ||||
8 | shooter.Run(); | ||||
9 | ::aos::Cleanup(); | ||||
10 | return 0; | ||||
11 | } |