Challenge: Reach the Goal
Output
Run your code to see output here...
Goals: 0/0
Empty Room
A simple empty room. Great for testing basic movement.
Quick Reference
robot.move(speed, sec)
robot.turn(deg, sec)
robot.stop()
robot.wait(sec)
robot.scan()
robot.get_position()
Reach the Goal
Navigate your robot to the green goal marker in the empty room. Use robot.move() and robot.turn() to get there.
Max: 30s