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