Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4345b760e62e86e4f41fafcc4e8aac8959b032b5
/
.
/
y2016
/
control_loops
/
shooter
/
shooter_main.cc
blob: 911ab295d9bbb652bc62d204d673dba9b761da50 [
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
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}