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