This is my first time using Ez Template and as Im setting it up so it is similar to our old code and we were using arcade split, but when I put chassis.opcontrol_arcade_standard(ez::SPLIT); under void opcontrol(){
} it still is in tank drive. im coding in vscode and I don’t have the vex extension just github, c++, and pros
Try cleaning the project and redownloading it.
In the PROS Integrated terminal run:
pros make clean
then build and download the project
also make sure the line for tank drive is commented out:
// chassis.opcontrol_tank(); // Tank control
chassis.opcontrol_arcade_standard(ez::SPLIT); // Standard split arcade
// chassis.opcontrol_arcade_standard(ez::SINGLE); // Standard single arcade
// chassis.opcontrol_arcade_flipped(ez::SPLIT); // Flipped split arcade
// chassis.opcontrol_arcade_flipped(ez::SINGLE); // Flipped single arcade
Hope this helps!
I did that and now the left stick controls drivetrain except one side is spinning the wrong way and the right stick controls the right side and the motor on port 5