Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
885c6da823a7a3e105f7776c46b5624a4ffec878
/
.
/
bot3
/
control_loops
/
intake
/
intake_main.cc
blob: ccc5fab08e8a5773d3c7501a70cf3e6a792b772d [
file
] [
log
] [
blame
]
#include
"bot3/control_loops/intake/intake.h"
#include
"aos/linux_code/init.h"
int
main
()
{
::
aos
::
Init
();
::
bot3
::
control_loops
::
Intake
intake
;
intake
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}