Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
25f81a08ea5fb8e51245447b51b86a2ae6d5aba9
/
.
/
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
;
}