You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to edit gmapping map and just cloned this project and run python MapEditor.py map.pgm.
So, the UI came out, but it show the error below when I clicked the map. Traceback (most recent call last): File "MapEditor.py", line 197, in mapClick self.im.putpixel((x,y), val) File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1507, in putpixel return self.im.putpixel(xy, value) TypeError: integer argument expected, got float
The text was updated successfully, but these errors were encountered:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.
I'm not familiar with QT, and can't get a solution from the web. So, how would I fix it?
Hi,
I want to edit gmapping map and just cloned this project and run
python MapEditor.py map.pgm
.So, the UI came out, but it show the error below when I clicked the map.
Traceback (most recent call last): File "MapEditor.py", line 197, in mapClick self.im.putpixel((x,y), val) File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1507, in putpixel return self.im.putpixel(xy, value) TypeError: integer argument expected, got float
The text was updated successfully, but these errors were encountered: