ARC Pro

Upgrade to ARC Pro

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

PRO
Synthiam
#1  

Actually it appears to be quite easy to implement movement commands into a new skill: https://dl-cdn.ryzerobotics.com/downloads/Tello/Tello%20SDK%202.0%20User%20Guide.pdf

However, I don't know about the video stream. Might need more information on that...

#2  

First and foremost, I want to thank you for democratizing robotics for those of us who didn't grow up coding. New favorite hobby. Ok, enough gushing. Found some python scripts that appear to cleanly stream the video from the Tello drone; does ARC ingest python scripts for video?

PRO
Synthiam
#3  

Thanks for the kind words

Since python is a scripting language that wraps programs and advanced libraries, i don't think it'll help. The question would be what libraries is the python script wrapping? Once you know the video codec, it can be easily pushed into ARC's camera video.

Pretty much once we know what video codec it is, we just point the decoder at the UDP or TCP port and start displaying video.