blob: cd5971e9ff6f3325824c98963dc2e04156f8c34e [file] [log] [blame]
namespace y2024.control_loops.superstructure;
table Output {
// Voltage of rollers on intake
intake_roller_voltage:double (id: 0);
// Voltage of intake pivot
intake_pivot_voltage:double (id: 1);
// Voltage of the turret
turret_voltage: double (id: 2);
// Voltage of the altitude
altitude_voltage: double (id: 3);
// Voltage of the catapult
catapult_voltage: double (id: 4);
}
root_type Output;