i am trying to get rviz to work but it just doesnt (on windows 10)
this is the latest error message i have got
zach@DESKTOP-SOP45BA:~$ xvfb-run rosrun rviz rviz
[ INFO] [1528890105.462689900]: rviz version 1.12.16
[ INFO] [1528890105.464231000]: compiled against Qt version 5.5.1
[ INFO] [1528890105.465839700]: compiled against OGRE version 1.9.0 (Ghadamon)
Unsupported screen format: depth: 8, red_mask: 0, blue_mask: 0
Unsupported screen format: depth: 8, red_mask: 0, blue_mask: 0
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
Unsupported screen format: depth: 8, red_mask: 0, blue_mask: 0
QWidget::paintEngine: Should no longer be called
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::setPen: Painter not active
Segmentation fault (core dumped)
Asked by zach on 2018-06-13 06:49:36 UTC
Answers
I just went through the same thing, turned out it was OpenGL was not installed on my system, you may want to check that first. After I installed it, rvis ran with no issues...
link text check this link also, there is a troubleshooting guide link there.
Robert
Asked by Robert_d1968 on 2018-06-13 19:37:55 UTC
Comments
im running windows 10 could you tell me how you downloaded it because i cant find it online
Asked by zach on 2018-06-14 07:04:06 UTC
I just did this on my Firefly rk3399 but, it's an 64 bit Linux embedded OS, not windows. I have heard windows 10 can run ros, but I have never tried it out.
For installation of OpenGL it took some time to search everything, but by using the command line I got it running inside of an hour.
Asked by Robert_d1968 on 2018-06-14 21:24:37 UTC
Comments
If you are attempting this on Windows 10 (with I assume the WSL), then please indicate that in your question. This is not something we can guess and makes diagnosing errors like you show us impossible.
Asked by gvdhoorn on 2018-06-15 04:06:06 UTC