Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4345b760e62e86e4f41fafcc4e8aac8959b032b5
/
.
/
y2016
/
control_loops
/
superstructure
/
superstructure_main.cc
blob: d825eeb49571be65931d52e048ed2e14f432896c [
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
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}