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