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