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