update everything
This commit is contained in:
parent
bed0eb2b0d
commit
161d26fa83
@ -66,6 +66,7 @@ void opcontrol() {
|
|||||||
Available Options:
|
Available Options:
|
||||||
RENU, RIA, CHRIS
|
RENU, RIA, CHRIS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (currentuser == RENU) {
|
if (currentuser == RENU) {
|
||||||
chassis.tank_control();
|
chassis.tank_control();
|
||||||
renu_control();
|
renu_control();
|
||||||
@ -75,6 +76,8 @@ void opcontrol() {
|
|||||||
} else if (currentuser == CHRIS) {
|
} else if (currentuser == CHRIS) {
|
||||||
chassis.arcade_standard(ary::SPLIT, ary::DEFAULT);
|
chassis.arcade_standard(ary::SPLIT, ary::DEFAULT);
|
||||||
renu_control();
|
renu_control();
|
||||||
|
} else {
|
||||||
|
renu_control();
|
||||||
}
|
}
|
||||||
|
|
||||||
pros::delay(ary::util::DELAY_TIME);
|
pros::delay(ary::util::DELAY_TIME);
|
||||||
|
|||||||
@ -209,12 +209,11 @@ namespace superstruct {
|
|||||||
/*
|
/*
|
||||||
Handle respective controls
|
Handle respective controls
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void renu_control() {
|
void renu_control() {
|
||||||
cataControl(RENU_PTO_TOGGLE, RENU_CATA_CONTROL);
|
cataControl(RENU_PTO_TOGGLE, RENU_CATA_CONTROL);
|
||||||
wingsControl();
|
wingsControlSingle(RENU_WING_CONTROL);
|
||||||
intakeControl(RENU_INTAKE_CONTROL);
|
intakeControl(RENU_INTAKE_CONTROL);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ria_control() {
|
void ria_control() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user