Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ad31234709c33dbc3d78ca344bd0e077896ec8e5
/
.
/
y2023
/
control_loops
/
superstructure
/
superstructure_goal.fbs
blob: 412abbd1dad12d5f8152e8d9aa14facafc25d3ee [
file
] [
log
] [
blame
]
Maxwell Henderson
ad31234
2023-01-10 12:07:47 -0800
[
diff
] [
blame^
]
1
include
"frc971/control_loops/profiled_subsystem.fbs"
;
2
3
namespace
y2023
.
control_loops
.
superstructure
;
4
5
6
table
Goal
{
7
}
8
9
10
11
root_type
Goal
;