Hello, I am a new coach and am following the treasure hunt STEM lab. I built a simple clawbot and program it with the following code block:
My robot is often stuck after the Turn right for 180 degree block (no movement at all). But if I touch it once or twice, slightly move it a bit, then it resumes to the next step.
This probably means that your robot is unable to completely execute the Turn Right for 180 Degrees block. I would add a drivetrain timeout block at the beginning of your code, probably for something like 3 seconds. Timeout means that after a certain amount of time after the goal isn’t met, the robot will continue to the next block.