Page 1 of 1

can't draw my robot

Posted: Sun Mar 13, 2022 12:15 pm
by YonTan
Hi,

I've created my own robot (based on footbot).
Ive created the entity, model and qt-open files (based on footbot which a few modifications).

when i run it, it seems to work (I do see my logs from few internal functions), but I don't see the robot (in the GUI arena). After a short investigation it seems that the qtopengl file of my robot is not compiled since ARGOS_QTOPENGL_FOUND is not defined. when i moved my qtopengl file outside of the ifdef in CMakeLists i got a runtime error "symbot my-bot not found" for my robot.

Should I manually define ARGOS_QTOPENGL_FOUND ?
I looked at FindARGosQTOpenGL.cmake and it seems this flag is depends on "OPENGL_FOUND AND GLUT_FOUND AND (Qt6_FOUND OR Qt5_FOUND)" - should i define those flags ?

thank you!

Re: can't draw my robot

Posted: Sun Mar 13, 2022 3:53 pm
by pincy
Please send me your code.

Re: can't draw my robot

Posted: Mon Mar 21, 2022 9:58 am
by YonTan
attached.

thank you!!

Re: can't draw my robot

Posted: Thu Mar 24, 2022 12:14 pm
by YonTan
Hi again,

Is there any issue with the way I've shared my code ?
Is there another way to share it ?

thank you!