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