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