Dual Camera Servo Server icon Dual Camera Servo Server Dual-camera server with servo control for stereo VR; includes C# test app and Unity (Oculus Quest 2) bindings for headset, hands and controllers Try it →
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

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

#1  

Simple. In your script just add

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

#2  

iskandershah: excellent! Thanks for the info!