Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
7b684d31b51be68049394cf1a2d0893fb3961d78
/
.
/
y2014
/
control_loops
/
drivetrain
/
drivetrain_main.cc
blob: 9a2ebe13cd5ad534291658f838e0e05cb991b5a9 [
file
] [
log
] [
blame
]
#include
"y2014/control_loops/drivetrain/drivetrain.h"
#include
"aos/linux_code/init.h"
int
main
()
{
::
aos
::
Init
();
frc971
::
control_loops
::
DrivetrainLoop
drivetrain
;
drivetrain
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}