Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f6adc21c553726b826cd51661af2b81aa9b52ebe
/
.
/
frc971
/
control_loops
/
index
/
index_main.cc
blob: c5422688321d7ea368194401bb53f77f136c9a18 [
file
] [
log
] [
blame
]
#include
"frc971/control_loops/index/index.h"
#include
"aos/atom_code/init.h"
int
main
()
{
::
aos
::
Init
();
frc971
::
control_loops
::
IndexMotor
indexer
;
indexer
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}