Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
13ff1a566ebf9a0b6821d42a2462e97f3d720817
/
.
/
y2023
/
control_loops
/
superstructure
/
superstructure_position.fbs
blob: 49abd28d233d6858474ffab6ec7dd822503a7ed3 [
file
] [
log
] [
blame
]
Maxwell Henderson
ad31234
2023-01-10 12:07:47 -0800
[
diff
] [
blame
]
1
include
"frc971/control_loops/control_loops.fbs"
;
2
3
namespace
y2023
.
control_loops
.
superstructure
;
4
5
table
Position
{
6
}
7
8
root_type
Position
;