I have a question, how do i make a sugsesful arcade mode for my robot (where Axis 3 make it go forward, and Axis 1 makes it go left or right) Im new to this so i don’t know how, please help
If you are using vexcode,
- Add a Drivetrain device
- Add a Controller Device
- Click on the Controller Joysticks to change the type of drive, until it looks like this:
Then you can add any other motors and add the device to use.
If you are going to code the arcade drive:
(I have to leave soon so I can’t finish this, but Purdue Sibots can):
There’s an example code there to show you how it works, and you can implement it to any programming language you are using.
2 Likes