My program didn't work on my robot, I just turned slowly. Is it something wrong with my code?

auto (1).v5blocks (19.0 KB)

This is my code.
Is there anything wrong with it?

1 Like

I normally don’t code in blocks, but it might be because of how short the waits are. You are asking it to drive forward and then .1 seconds later your asking it to turn and then .1 seconds after that you are asking it to drive forward again. These could be combating each other. I suggest increasing the wait time and trying again.

Hope this helps!
- Henry 344E