blob: 439c0fb636c0c36363698a6e789ac3ebfdfb2b81 [file] [log] [blame]
milind-u086d7262022-01-19 20:44:18 -08001include "frc971/control_loops/profiled_subsystem.fbs";
2
3namespace y2022.control_loops.superstructure;
4
5table Goal {
6
7}
8
9root_type Goal;