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; |