PROS Left stick Arcade on ez temp

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.

1 Like

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.

1 Like