Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited

Output Mismatch

Hi, I've a problem
when I use forward(speed , millisecond) function , the robot move but it didn't stop after 5 sec . ex forward(90,5000) it didn't stop after 5 sec why ?


ARC Pro

Upgrade to ARC Pro

ARC Early Access will give you immediate updates and new features needed to unleash your robot's potential!

PRO
Synthiam
#1  
Looks like there's a bug in the Forward() command - i will have it fixed for the next release. In the meantime, perform the following work around...

Code:


forward()
sleep(5000)
stop()