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