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