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