AndreaFavero71 / cubotino

Updated scripts and files for CUBOTino autonomous: A small, 3D printed, Rubik’s cube solver robot
Creative Commons Attribution 4.0 International
47 stars 16 forks source link

servos_setting_GUI.py file is required? #21

Closed AgnesBarta closed 5 months ago

AgnesBarta commented 6 months ago

Hi,

This project sounds really great, we are trying to bring up the source code. We have some issue to init the GUI to do the fine tuning setup. When we are running Cubotino_T_servos_GUI.py it is expecting DISPLAY env variable to be set what is not the case for us. In the latest documentation we see to bring up the GUI with servos_setting_GUI.py but that one I am not able to see in the repo. Could you please help us if we miss something? Thank you so much.

AndreaFavero71 commented 6 months ago

Hi, the GUI file is named Cubotino_T_servos_GUI.py and it requires the virtual environment. Anyhow, please be informed that today I have released a rather large update (V7.0), involving 7 python files and 2 text files. Please check, and report, the version of the Cubotino_T.py (add the argument -v , again after activating the virtual enviroment) that gives you the problem.

AgnesBarta commented 6 months ago

Thank you for confirming. Finally we got the issue resolved and were able to bring the GUI app. Thank you for the quick answer.

AndreaFavero71 commented 6 months ago

Very good. Still applies that I have released an update today, and you might benefit from starting with it. If of your interest, below the necessary command:

git reset --hard origin/main
git pull