Learn Robotics

Challenge: Obstacle Slalom

Output
Run your code to see output here...
Goals: 0/0
Obstacle Course
Navigate around circular obstacles to reach the goal.
Quick Reference
robot.move(speed, sec)
robot.turn(deg, sec)
robot.stop()
robot.wait(sec)
robot.scan()
robot.get_position()

Obstacle Slalom

intermediate

Navigate through the obstacle course without crashing. Reach the goal on the far side.

Max: 60s