Hi Everybody,
One of the things we've talked about is creating some kind of GUI. I've got a (butt ugly) GUI ready that has the code for our 2013
Ultimate Ascent robot as an example.
This app is a web app running on python 3.3. To run it, do the following:
- Install python 3.3 on your computer. This should install a program called pyvenv or pyvenv-3.3.
- Pick a place to set up the app and cd to it.
- Run "pyvenv-3.3 venv" to create a virtual environment subdirectory there called "venv".
- cd venv
-
On linux, run ". bin/activate", on Windows run bin/activate.bat to activate it.
- mkdir src
- cd src
- hg clone https://code.google.com/p/electrode-thunder.gui/ gui
- cd gui
- run "python setup.py develop"
- cd gui
- run "python app.py"
- Go to "http://localhost:8080" in your browser.
- Type "ultimate_ascent" into the "Open" box and hit Enter.
- Enjoy!
I will showing this at tomorrow's meeting. Let me know if you have problems with it.
If anybody would like to try to attend the meeting over google hangouts, please let me know and we'll give it a shot!
Hope to see you tomorrow!
-Bruce