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

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

PRO
Synthiam
#1  

Hello Dalex, welcome to EZ-Robot. We did not create a python script for EZ-Robot. Instead, we promote EZ-Script, C# and VB. Becuase of PythonNet, we decided there is already C# support within Python. Example: http://pythonnet.sourceforge.net/readme.html

As a python developer, you may also be aware of: http://ironpython.net

Enjoy :)

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?