blob: a36f4f695660b10847aca5d8b6dc0c532cdb7557 [file] [log] [blame]
milind-u086d7262022-01-19 20:44:18 -08001include "frc971/control_loops/control_loops.fbs";
2
3namespace y2022.control_loops.superstructure;
4
5table Position {
Siddhant Kanwar0e37f592022-02-21 19:26:50 -08006 climber:frc971.RelativePosition (id: 0);
milind-u086d7262022-01-19 20:44:18 -08007}
8
9root_type Position;