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