The next version (1.1) will include:
- The ability to process a file (csv?) which will contain a list of commands
- The ability to reset the arm to an "origin" position / reference point with a single instruction
Subsequent versions will include:
- a graphical user interface (windows type interface)
- better error trapping
- the ability to teach the arm a series of commands and then have then repeated back
- A library / module intended for others to call / import and use in their own program.
What other features would be useful/helpful?
Great work! I bought one of these yesterday with a view to getting it working under linux using python. But then I found that you've done all the work for me... So thanks very much.
ReplyDeleteI wrapped your python program in a bash script to get the arm to make a cup of tea for me, as a trial. The script takes the brewing time as a command line parameter.
Video here
http://www.youtube.com/watch?v=9brZBb2r7II
I'm glad you've found a use for it! I've just uploaded the next version (http://python-poly.blogspot.com/2011/01/another-version.html) which will allow you to handle sequences of commands in a file directly without needing a bash script!
ReplyDelete