
dalex
First, you will need to follow the instructions to modify your Robosapien so that it runs with an ezb.
Unzip these files and put the .py scripts in a folder.
You will also need to download the ARC from here: https://synthiam.com/Products/ARC
In a text editor, open the rosebud.py file you downloaded, and modify the two paths found near the top. They need to point to the location of the EZ_B.dll (found inside ARC installation folder) and robosapien_commands.py (wherever you put it). Note for non-Pythonistas: Python uses '' rather than '/' for paths, even for scripts that run in windows?
The scripts need to be run inside IronPython, rather than Python, because of heavy dependencies on the .NET framework.
IronPython can be found here:
http://ironpython.net/download/
Once installed, run the IronPython console and type
[your path here] rosebud.py
Enjoy!
Hey Dalex,
Do you know if this works with the latest versions of the SDK? I have a project that this could be useful on.
Thanks David
It looks like he hasn't posted in about a year. Hopefully he is still browsing the forums or an email will get his attention. If not, I will just have to try it and find out
The first link is no longer available so you have an archive?