HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. A millisecond is a millionth of a second.
True
False
2. If you wanted your robot to move for 5 seconds you would use the _____ command
wait1sec (5000);
wait1sec (5);
wait1msec (5);
wait1msec (5000);
Sumo Bot Challenge
Wait States Investigation