We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I follow this article to setup my wsl2+ros environment. But the map shows incorrectly. It seems only half of map shows.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-shizj' [ INFO] [1658671854.148744415]: rviz version 1.14.14 [ INFO] [1658671854.148790281]: compiled against Qt version 5.12.8 [ INFO] [1658671854.148808815]: compiled against OGRE version 1.9.0 (Ghadamon) [ INFO] [1658671854.156160122]: Forcing OpenGl version 0. [ INFO] [1658671855.144689454, 876.805000000]: Stereo is NOT SUPPORTED [ INFO] [1658671855.144768672, 876.805000000]: OpenGL device: D3D12 (AMD Radeon RX 6600) [ INFO] [1658671855.144823705, 876.805000000]: OpenGl version: 4.2 (GLSL 4.2) limited to GLSL 1.4 on Mesa system.
direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 server glx extensions: client glx vendor string: Mesa Project and SGI client glx version string: 1.4 client glx extensions: GLX version: 1.4 GLX extensions: Extended renderer info (GLX_MESA_query_renderer): Vendor: Microsoft Corporation (0xffffffff) Device: D3D12 (AMD Radeon RX 6600) (0xffffffff) Version: 22.2.0 Accelerated: yes Video memory: 16291MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 4.2 Max compat profile version: 4.2 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.1
The text was updated successfully, but these errors were encountered:
I solved it by export LIBGL_ALWAYS_SOFTWARE=true as mentioned in ##1748. I will verify it in another computer.
export LIBGL_ALWAYS_SOFTWARE=true
Sorry, something went wrong.
Good that the work-around using software rendering helped you. However, please also upvote (:+1:) the upstream issue microsoft/wslg#744. Thanks.
No branches or pull requests
I follow this article to setup my wsl2+ros environment.
But the map shows incorrectly. It seems only half of map shows.
Your environment
echo "$LANG, $LC_NUMERIC" prints C.UTF-8
The text was updated successfully, but these errors were encountered: