Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b1cdb38fdd4c4db4a94e0f271b29e5f32275cfbd
/
.
/
frc971
/
control_loops
/
wrist_main.cc
blob: 0c0b66d6d67eddc9bc45f029ecb97f7ba0cdb039 [
file
] [
log
] [
blame
]
#include
"frc971/control_loops/wrist.h"
#include
"aos/aos_core.h"
int
main
()
{
::
aos
::
Init
();
frc971
::
control_loops
::
WristMotor
wrist
;
wrist
.
Run
();
::
aos
::
Cleanup
();
return
0
;
}