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