Lesson
Learn how your eXperiBot can drive a square.

Before you start this lesson, you should first complete these lessons...
In large warehouses, robots drive autonomously through the aisles to transport packages. To navigate around shelves, they must move along fixed paths—for example, in a square pattern. Today, you are the programmer: show your eXperiBot how to drive like a real warehouse robot!
In this lesson, you will learn how to…
make your eXperiBot drive in a square,
repeat commands using loops.
Get your eXperiBot ready to go.
Create a program that makes your eXperiBot drive in a square. At the end, your eXperiBot should be back in the same place and facing the same direction as at the beginning.
Create a program that allows your eXperiBot to drive a triangle with three sides of equal length. At the end, your eXperiBot should be back in the same place and facing the same direction as at the beginning.
Create a program that makes your eXperiBot drive in a circle.
Create a program that makes your eXperiBot drive alternately in a square and a circle—over and over again.