So I was using the built in function
chassis.arcade_standard(ez::SINGLE);
This uses the right stick and I want it to go on the left one. How do i do this? Btw I am using EZ Template. Thank you.
So I was using the built in function
chassis.arcade_standard(ez::SINGLE);
This uses the right stick and I want it to go on the left one. How do i do this? Btw I am using EZ Template. Thank you.
I believe,
opcontrol_arcade_flipped
or perhaps
chassis.arcade_flipped(ez::SINGLE);
for the version you have.
Ah, yes I tried that and is unfortunately does not work. Is there any other method?
Edit the ez-template and change the stick being used. This has the additional benefit of allowing you to learn a little about how it’s implemented which will help when explaining your code to judges.