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