so i have a v4 cortex and i am doing tower takeover i have a 4 motor 4 wheel chassis and i used a tank 4 motor on easyc and my robot keeps spinning in circles then i need two motors for the arms can anyone help me with my programming, or give me a sample one to try my competition is march 27th and i don’t have a lot of time
You need to reverse one side of the robot. Because the motors are mirroring each other, you need to reverse one side. Do this either in motor/sensor setup, or add a - before the command to power one side of the robot.
Is this already built? What do you need help with here?
It appears as if easyC docs are hard to find. Might I recommend switching to RobotC? It is fairly simple to learn, and there are many good tutorials from Carnegie-Mellon Robotics Academy.
What ports are your motors in? I could help you get your program set up if you use RobotC. In addition, it would give an introduction to real, text-based programming. Use RobotC text, NOT RobotC graphical. It’s free.
Very few people continue to use EasyC. Docs appear to be nonexistent. We can’t really help you with programming if you continue to use EasyC. I strongly recommend you switch to RobotC for Cortex.