You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recreated your DriveCartesian method by controlling our Talon SRX's by their Velocity through the different control modes. Inside the method, you constructed the Vector2d with y first then x. We tried that and but the axes on our joystick did not match up with the axes of our robot. We then flipped the constructor parameters of the Vector2d and then the axes matchup.
The text was updated successfully, but these errors were encountered:
We recreated your DriveCartesian method by controlling our Talon SRX's by their Velocity through the different control modes. Inside the method, you constructed the Vector2d with y first then x. We tried that and but the axes on our joystick did not match up with the axes of our robot. We then flipped the constructor parameters of the Vector2d and then the axes matchup.
The text was updated successfully, but these errors were encountered: