Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4a66adf151f8b4f0ff27ba3afe4bcc1c51a4e0c7
/
.
/
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
;
}