Challenge: Tight Corridor
Output
Run your code to see output here...
Goals: 0/0
Narrow Corridor
Navigate a narrow winding corridor without hitting walls.
Quick Reference
robot.move(speed, sec)
robot.turn(deg, sec)
robot.stop()
robot.wait(sec)
robot.scan()
robot.get_position()
Tight Corridor
Navigate a narrow winding corridor without hitting the walls. Precision is key!
Max: 45s