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