Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
3860f8af51332d878d044ed23853bd0b38b89549
/
.
/
y2024
/
control_loops
/
superstructure
/
superstructure_goal.fbs
blob: 1c4b3dd7f56e2c380686e8e25d338c21cfdef782 [
file
] [
log
] [
blame
]
Niko Sohmers
3860f8a
2024-01-12 21:05:19 -0800
[
diff
] [
blame^
]
1
include
"frc971/control_loops/profiled_subsystem.fbs"
;
2
3
namespace
y2024
.
control_loops
.
superstructure
;
4
5
table
Goal
{
6
}
7
8
9
root_type
Goal
;