aseba-community / aseba

Aseba is a set of tools which allow beginners to program robots easily and efficiently. To contact us, please open an issue.
http://aseba.wikidot.com
GNU Lesser General Public License v3.0
48 stars 62 forks source link

Aseba's Examples' Documentation #878

Open SinaSarparast opened 6 years ago

SinaSarparast commented 6 years ago

Hi,

I'm trying to run examples provided inside the repository on a Thymio robot. I managed to build Aseba but I don't know how to run main.cpp. Could you please provide documentation on how to execute these examples?

Running the make file in the directory generates a .pro file and after some research I found out that they are executed using qmake. I used qmake and passed .aesl file but there were multiple issues with ScriptDBusThymio.aesl. It is possible that I'm not building this directory properly and getting errors.

Thank you very much