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