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