Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2014
/
control_loops
/
claw
/
claw_output.fbs
blob: 8cb42e018174718c97102a26c7fe36a3961b98b5 [
file
] [
log
] [
blame
]
namespace
y2014
.
control_loops
.
claw
;
// All angles here are 0 vertical, positive "up" (aka backwards).
table
Output
{
intake_voltage
:
double
;
top_claw_voltage
:
double
;
bottom_claw_voltage
:
double
;
tusk_voltage
:
double
;
}
root_type
Output
;