Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
9652a13c9fb8dd93c1e34c208ea3223cab1fc986
/
.
/
y2020
/
control_loops
/
superstructure
/
superstructure_position.fbs
blob: c4b0a9ad4bde9d104186d9eb061a881587e30490 [
file
] [
log
] [
blame
]
Stephan Massalt
d021f97
2020-01-05 20:41:23 -0800
[
diff
] [
blame
]
1
include
"frc971/control_loops/control_loops.fbs"
;
2
3
namespace
y2020
.
control_loops
.
superstructure
;
4
5
table
Position
{
6
7
}
8
9
root_type
Position
;