blob: e887cf52f73ca98c2782824b921e98c98ba3fd62 [file] [log] [blame]
namespace y2020.control_loops.superstructure;
table Output {
// Votage sent to the hood. Positive moves up.
hood_voltage:double;
// Voltage sent to motors on intake joint. Positive extends rollers.
intake_joint_voltage:double;
// Voltage sent to rollers on intake. Positive rolls inward.
intake_roller_voltage:double;
}
root_type Output;