Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cbbba7f69765c9f73bba39f51a474035a6e6a189
/
.
/
y2024
/
control_loops
/
superstructure
/
superstructure_position.fbs
blob: 83d3d23ce241e83097c5f5317a4714a420f791a7 [
file
] [
log
] [
blame
]
Niko Sohmers
3860f8a
2024-01-12 21:05:19 -0800
[
diff
] [
blame
]
1
include
"frc971/control_loops/control_loops.fbs"
;
2
3
namespace
y2024
.
control_loops
.
superstructure
;
4
5
table
Position
{
6
}
7
8
root_type
Position
;