Darknet YOLO (Obj Detection) icon Darknet YOLO (Obj Detection) Tiny YOLOv3 CPU-only real-time object detection using a camera; offline detection, script-triggered on-changes or on-demand results with class/scores. Try it →
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

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#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...


forward()
sleep(5000)
stop()