Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
0e37f59ce4d78fdcc64f7a46e5e453c18b919f2a
/
.
/
y2022
/
control_loops
/
superstructure
/
superstructure_position.fbs
blob: a36f4f695660b10847aca5d8b6dc0c532cdb7557 [
file
] [
log
] [
blame
]
include
"frc971/control_loops/control_loops.fbs"
;
namespace
y2022
.
control_loops
.
superstructure
;
table
Position
{
climber
:
frc971
.
RelativePosition
(
id
:
0
);
}
root_type
Position
;