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
Belgium
Asked — Edited

Python Scripts For Ez-Robot

Hi,

I've been searching around the site for existing Python scripts that access the EZ-Robot functions. No luck so far, although in 2011 DJ Sures said "I will be releasing a Python module shortly for EZ-B V3".

If anyone has experience integrating Python with EZ-Robot, any links would be much appreciated.

David.


ARC Pro

Upgrade to ARC Pro

Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming

Belgium
#2  
Thanks DJ. These will be useful.

I'm not really a python developer, I just code when I have to for my work.

These suggestions seem to be oriented to making wrappers for low level windows functions. Do you have any suggestions for calling the EZ-robot routines within a higher level Python script?

Let's say I have a Python script for grabbing and analysing real-time EEG data. What I would want to do is call some of the EZ-robot routines at the end of the script, to drive the robot, and maybe see what the camera is seeing. But the interface and global script would be in Python.

Thanks for help.

David.
Belgium
#3  
... possibly I could just use the ctypes Python module to grab the functionality of EZ-SDK .Net DLL

Anyone had any luck with this?