
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.
robosapien.zip
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!
But, when it comes to Python, the code indentation is obviously mandatory in any language - but the dependency on it worries me. I also find some of the function syntax a little strange. It's like they re-invented the wheel with new words, just to be different.
I'm glad we have support for Python now, thanks to you!
I have a python code for my LIDAR for navigation ,may be if i post it you can take a look at it.
Since there are many of us that would love to have support for NEATO XV-11 LIDAR laser used for navigation,even sold a few to EZB robot builders
Actually one of the things I am working toward is to make a LIDAR using a wiimote IR camera and a low power IR laser. For extra coolness, I was thinking of putting the Wiimote (without batteries) in one hand of my Robosapien and the IR laser mounted on the nunchuk in the other hand. The hard part is getting the Robosapien to coordinate the two
When i get to my house tonight ,since i am having a easter party at my moms and dads house i will post the file.
Was made by another programmer.
xv-11_test.zip
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