6 motor drive programing issues

I have 3 motors on each side. Each side has a pair of stacked motors. I just need something that works but i do prefer joystick. This is my drive code so far

Welcome to Vexforum! Your code needs to tell the robot to drive. You are just setting velocities. Also instead of using a variable just put the math where you set the velocities. The variables aren’t needed.

1 Like

In addition, if you’re using split arcade control (left joystick for forward/backward and right joystick for turning), you need rightdrive to be controller axis 3 minus controller axis 1 instead of plus.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.