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