Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
039d75607dee56e3dc35b39a860702d7f583d6b6
/
.
/
y2022
/
control_loops
/
superstructure
/
superstructure_position.fbs
blob: 02002bab04cd6c7efc3a2096ee678a762e27a243 [
file
] [
log
] [
blame
]
milind-u
086d726
2022-01-19 20:44:18 -0800
[
diff
] [
blame
]
1
include
"frc971/control_loops/control_loops.fbs"
;
2
3
namespace
y2022
.
control_loops
.
superstructure
;
4
5
table
Position
{
6
7
}
8
9
root_type
Position
;