blob: 5953590a8ffe6d87dcb2fbf172c9ea9936882972 [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 {
Sabina Davis70d5e912020-01-31 21:10:37 -08006 // Zero is at the horizontal, positive towards the front (meters on the lead screw).
7 hood:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal;
Stephan Massaltd021f972020-01-05 20:41:23 -08008}
9
10root_type Goal;