Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cf08b15b55b75c9ea0e062d7142a61ab6ba397f5
/
.
/
y2020
/
control_loops
/
superstructure
/
superstructure_output.fbs
blob: e245712584873afa00e2d509fdb1574d1b08728d [
file
] [
log
] [
blame
]
namespace
y2020
.
control_loops
.
superstructure
;
table
Output
{
// Votage sent to the hood. Positive moves up.
hood_voltage
:
double
;
}
root_type
Output
;