I’m doing my coding for Over Under, and I’ve gotten to the autonomous portion. The issue I’m having is that the coding won’t run my code to completion. It puts the catapult down low enough to go under the center bar, but it won’t move forwards. (The two pink blocks set the catapult down a bit, and the other spins the wheels motors forward.)
That looks like you are telling your motors to spin then immediately stop. You need to set some parameters to tell it how long to spin for or put longer wait.
Also make sure to do the standard things and make sure the ports are set up and the motors are all plugged into the correct ones.
I changed the code a bit but it still doesn’t work.
I tried just putting in a move forward block, but it doesn’t move at all. I don’t understand why this isn’t working, as I did something almost exactly the same last year and it worked.
Are all of your motors connected to the right brain ports as they are set in the code? Do all of them have a solid red light? Do you have any gearing going on where the directions could be conflicting?