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