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