HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. To get the robot to move in a circle, you would:
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
2. Why did the robot continue to turn in a circle even when there were two motor commands?
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
Running
a Program