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