Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d78ab54b36fc6ccc47d823335ffc8a57a6987848
/
.
/
frc971
/
control_loops
/
index_main.cc
blob: cf184123c4bd974837a73f011c0e0f2e8b423dfd [
file
] [
log
] [
blame
]
#include
"frc971/control_loops/wrist.h"
#include
"aos/aos_core.h"
int
main
()
{
::
aos
::
Init
();
frc971
::
control_loops
::
WristMotor
wrist
;
looper
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}