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