Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c44d0d7211e0912562eed939410d594b23b51a43
/
.
/
y2016
/
control_loops
/
shooter
/
shooter_main.cc
blob: 4036c5f7851f0634a4143f45ad246cb9be11950c [
file
] [
log
] [
blame
]
#include
"y2016/control_loops/shooter/shooter.h"
#include
"aos/linux_code/init.h"
int
main
()
{
::
aos
::
Init
();
::
y2016
::
control_loops
::
shooter
::
Shooter
shooter
;
shooter
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}