blob: abb15dc29b712dab765afefb12d27358d2c9893f [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;
//Voltage sent to the motors.
//Positive rotates counterclockwise from a birds eye view.
turret_voltage:double;
}
root_type Output;