Sleep/Wait
This article shows you how to make your robot Pause/Wait/Sleep for a time.
sleep(long milliseconds)
//Sleep accepts a long containing the ammount of milliseconds
Official documentation:
FTC Java Official Docs - LinearOpMode, sleep(long milliseconds)
What is a long data type in java?
Last updated
Was this helpful?