Asked — Edited

Brookstone Rover And Creating A Time Delay For Movement

I am looking to adapt the Brookstone Rover to use in an educational demonstration about communication delays between Earth and Mars as it relates to the Mars rovers. Can I use the ARC to create a delay to movement (say three or four seconds) after a directional button is pushed on the iPad/iPhone or will I have to write code via the SDK?

Thanks in advance for any help or suggestions!


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

#1  

Simple. In your script just add

sleep(4000) as your first line for 4 second delays.:).

#2  

iskandershah: excellent! Thanks for the info!