glim icon indicating copy to clipboard operation
glim copied to clipboard

glfw error 65539

Open hoangkhai6893 opened this issue 1 year ago • 2 comments

Hi everyone, I run the glim_rosnode then I got the errors print in my terminal glfw error 65539: Invalid window attribute 0x0002000D . image

How can I resolve this problem? Thank you so much

hoangkhai6893 avatar Oct 31 '24 08:10 hoangkhai6893

Are you running it natively or on docker? If the latter, you may need some X11-related docker options. If the former, please check if the GPU is visible to the system with nvidia-smi.

koide3 avatar Oct 31 '24 13:10 koide3

I am running it natively on Jetson Orin Nano with Ubuntu 22.04 version and CUDA 12.2. This is my result of nvidia-smi: image. Do you think the problem comes from glfw lib?

hoangkhai6893 avatar Oct 31 '24 23:10 hoangkhai6893