Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
0084be625f2cdb8656f11d6bd166b0e7dc9107cd
/
.
/
y2022
/
control_loops
/
superstructure
/
superstructure_goal.fbs
blob: 3e0679e2c016fa87b7dd113ab56216fe9b932f4d [
file
] [
log
] [
blame
]
include
"frc971/control_loops/profiled_subsystem.fbs"
;
namespace
y2022
.
control_loops
.
superstructure
;
table
Goal
{
// Voltage of the climber falcon
// - is down + is up
climber_speed
:
double
(
id
:
0
);
}
root_type
Goal
;