Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
87dc7bb50ccbe5e5874e19b33e1b28e385103de9
/
.
/
y2014
/
control_loops
/
shooter
/
shooter_main.cc
blob: b6f4a8cd128152b9d85ad6fcf5a24d4e483d631d [
file
] [
log
] [
blame
]
#include
"y2014/control_loops/shooter/shooter.h"
#include
"aos/init.h"
int
main
()
{
::
aos
::
Init
();
::
y2014
::
control_loops
::
ShooterMotor
shooter
;
shooter
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}