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