Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
93825a057bc18b5919dbde4827cc5fea5bed86a8
/
.
/
y2022
/
control_loops
/
superstructure
/
superstructure_output.fbs
blob: 78b2c01d7a8da8004bbdae84f16e162fa1d1f358 [
file
] [
log
] [
blame
]
namespace
y2022
.
control_loops
.
superstructure
;
table
Output
{
// Voltage of the climber falcon
// - is down + is up
climber_voltage
:
double
(
id
:
0
);
}
root_type
Output
;