blob: c1b3b5ae1a9d43fea07f15c436659ca925099047 [file] [log] [blame]
include "frc971/control_loops/profiled_subsystem.fbs";
namespace y2020.control_loops.superstructure;
table Goal {
// Zero is at the horizontal, positive towards the front (meters on the lead screw).
hood:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal;
//0 = Linkage on sprocket is pointing straight up
//Positive = forward
intake:frc971.control_loops.StaticZeroingSingleDOFProfiledSubsystemGoal;
//Positive is rollers intaking to Washing Machine.
roller_voltage:float;
}
root_type Goal;