blob: c1b3b5ae1a9d43fea07f15c436659ca925099047 [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;
Sabina Davis6b61de32020-02-02 12:42:51 -08008
9 //0 = Linkage on sprocket is pointing straight up
10 //Positive = forward
11 intake:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal;
12 //Positive is rollers intaking to Washing Machine.
13 roller_voltage:float;
Stephan Massaltd021f972020-01-05 20:41:23 -080014}
15
16root_type Goal;