Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
30efeb7db8b2029384b250b5c54f2d8f0d19d20f
/
.
/
frc971
/
control_loops
/
wrist_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
;
}