Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
598800f56a8f09a833afd5a8607eaa7e5bd74e09
/
.
/
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
;
}