Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b200c17dfc2122ab72e0964a438add64ced0cdbc
/
.
/
y2015
/
control_loops
/
claw
/
claw_main.cc
blob: 8b0c21f1db77d70c0acba46d565755f1d89b9429 [
file
] [
log
] [
blame
]
#include
"y2015/control_loops/claw/claw.h"
#include
"aos/linux_code/init.h"
int
main
()
{
::
aos
::
Init
();
y2015
::
control_loops
::
Claw
claw
;
claw
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}