Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
09a4b02e3d16ba5c629e52d451c71e99a76b69a4
/
.
/
y2024
/
control_loops
/
superstructure
/
superstructure_output.fbs
blob: d54e6084535e62499cfe8ed0cd997ea7b5e9e2ce [
file
] [
log
] [
blame
]
namespace
y2024
.
control_loops
.
superstructure
;
table
Output
{
// Voltage of rollers on intake
intake_roller_voltage
:
double
(
id
:
0
);
// Voltage of intake pivot
intake_pivot_voltage
:
double
(
id
:
1
);
}
root_type
Output
;