blob: 1c4b3dd7f56e2c380686e8e25d338c21cfdef782 [file] [log] [blame]
Niko Sohmers3860f8a2024-01-12 21:05:19 -08001include "frc971/control_loops/profiled_subsystem.fbs";
2
3namespace y2024.control_loops.superstructure;
4
5table Goal {
6}
7
8
9root_type Goal;