ros-visualization / rviz

ROS 3D Robot Visualizer
BSD 3-Clause "New" or "Revised" License
792 stars 459 forks source link

map shows incorrectly with WSL2 on RX6600 #1757

Closed One2INF closed 1 year ago

One2INF commented 1 year ago

I follow this article to setup my wsl2+ros environment. But the map shows incorrectly. It seems only half of map shows. map_rviz

Your environment

One2INF commented 1 year ago

I solved it by export LIBGL_ALWAYS_SOFTWARE=true as mentioned in ##1748. I will verify it in another computer.

rhaschke commented 1 year ago

Good that the work-around using software rendering helped you. However, please also upvote (:+1:) the upstream issue https://github.com/microsoft/wslg/issues/744. Thanks.