Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
520f33d2a9a9e540f2b3e3eddd499b87b211df12
/
.
/
y2017
/
control_loops
/
superstructure
/
superstructure_main.cc
blob: 6ab834b83b10641b7b51644611721f5a46275f38 [
file
] [
log
] [
blame
]
#include
"y2017/control_loops/superstructure/superstructure.h"
#include
"aos/init.h"
int
main
()
{
::
aos
::
Init
();
::
y2017
::
control_loops
::
superstructure
::
Superstructure
superstructure
;
superstructure
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}