blob: 412abbd1dad12d5f8152e8d9aa14facafc25d3ee [file] [log] [blame]
Maxwell Hendersonad312342023-01-10 12:07:47 -08001include "frc971/control_loops/profiled_subsystem.fbs";
2
3namespace y2023.control_loops.superstructure;
4
5
6table Goal {
7}
8
9
10
11root_type Goal;