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