- :
Check Your Understanding:
  1. 1. To get the robot to move in a circle, you would:
  2. Use the MotorCirlce command
    Turn on only one motor
    Assure that the Wait1Msec command was at least 3000
    Make sure that the motor is connected to Port 1
  3. 2. Why did the robot continue to turn in a circle even when there were two motor commands?
  4. We used the MotorCircle command for both motors
    One motor is turning clockwise while the other motor is turning counterclockwise.
    The motors are installed mirroring each other
    The robot was built incorrectly