Hi! I started programming for my robot’s movement. When I tried to turn the robot on, it would just move in a direction infinitely, as if the code for movement was on a loop. How do I fix this?
I have the motor assignments (motor goes to ChX, etc.) before the while(true) loop, and I have if statements for speed after the loop. Is this correct?