blob: 50b9c3656600d0887c9ce675fd43af766827d1d0 [file] [log] [blame]
Stephan Massaltd021f972020-01-05 20:41:23 -08001include "frc971/control_loops/control_loops.fbs";
2
3namespace y2020.control_loops.superstructure;
4
5table Position {
6
Sabina Davis70d5e912020-01-31 21:10:37 -08007 // Zero is at the horizontal, positive towards the front (meters on the lead screw).
8 hood:frc971.AbsolutePosition;
Stephan Massaltd021f972020-01-05 20:41:23 -08009}
10
11root_type Position;