blob: 8a38b9579fd6f57e9fc5524c5563a6f6c2336b6e [file] [log] [blame]
Stephan Massaltd021f972020-01-05 20:41:23 -08001include "frc971/control_loops/profiled_subsystem.fbs";
2
3namespace y2020.control_loops.superstructure;
4
5table Goal {
6
7}
8
9root_type Goal;