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

Your robot can be more than a simple automated machine with the power of ARC Pro!

#1  

Simple. In your script just add

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

#2  

iskandershah: excellent! Thanks for the info!