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