diff --git a/RELENTLESS/src/main.cpp b/RELENTLESS/src/main.cpp index a9df491..89fcad7 100644 --- a/RELENTLESS/src/main.cpp +++ b/RELENTLESS/src/main.cpp @@ -66,6 +66,7 @@ void opcontrol() { Available Options: RENU, RIA, CHRIS */ + if (currentuser == RENU) { chassis.tank_control(); renu_control(); @@ -75,6 +76,8 @@ void opcontrol() { } else if (currentuser == CHRIS) { chassis.arcade_standard(ary::SPLIT, ary::DEFAULT); renu_control(); + } else { + renu_control(); } pros::delay(ary::util::DELAY_TIME); diff --git a/RELENTLESS/src/superstructure.cpp b/RELENTLESS/src/superstructure.cpp index 2da7ff3..35bd9e7 100644 --- a/RELENTLESS/src/superstructure.cpp +++ b/RELENTLESS/src/superstructure.cpp @@ -209,12 +209,11 @@ namespace superstruct { /* Handle respective controls */ - + void renu_control() { cataControl(RENU_PTO_TOGGLE, RENU_CATA_CONTROL); - wingsControl(); + wingsControlSingle(RENU_WING_CONTROL); intakeControl(RENU_INTAKE_CONTROL); - } void ria_control() {