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
The RobotModel is invisible even though there are no visible errors:
Adding a TF display shows the frames of the robot correctly:
I tried both the panda and the fanuc robot and neither displayed the robot mesh
Your environment
OS Version: Windows 11 Pro 21H2 (22000.675) running WSL2 with Ubuntu 20.04
ROS Distro: Noetic
RViz, Qt, OGRE, OpenGl version as printed by rviz:
rviz version 1.14.14
compiled against Qt version 5.12.8
compiled against OGRE version 1.9.0 (Ghadamon)
Forcing OpenGl version 0.
Stereo is NOT SUPPORTED
OpenGL device: D3D12 (NVIDIA GeForce GTX 1050)
OpenGl version: 3.1 (GLSL 1.4).
echo "$LANG, $LC_NUMERIC" prints C.UTF-8
Using LANG=C rviz does not help
After installation run sudo apt update and sudo apt upgrade.
Then follow this tutorial until step 1.4 where ros-noetic-desktop-full should be installed.
Finally install ros-noetic-moveit and ros-noetic-moveit-resources and run:
It used to work a few weeks ago, I'm not exactly sure what broke it. (Maybe apt upgrade?)
It could be something related to the shader considering that it's a rendering only bug?
I'm also not sure if this is a local problem since I only have a single Windows 11 machine to test this on. (which supports WSLg)
If there's anything I have missed or I should try let me know.
The text was updated successfully, but these errors were encountered:
As a workaround, you can set the environment variable LIBGL_ALWAYS_SOFTWARE=true, thus disabling accelerated rendering and instead enabling software rendering via llvmpipe.
The
RobotModel
is invisible even though there are no visible errors:Adding a
TF
display shows the frames of the robot correctly:I tried both the panda and the fanuc robot and neither displayed the robot mesh
Your environment
OS Version: Windows 11 Pro 21H2 (22000.675) running WSL2 with Ubuntu 20.04
ROS Distro: Noetic
RViz, Qt, OGRE, OpenGl version as printed by rviz:
echo "$LANG, $LC_NUMERIC"
printsC.UTF-8
Using
LANG=C rviz
does not helpRunning
glxinfo
prints this:Click to expand
How to reproduce
Setup Ubuntu VM:
Inside Powershell or Cmd run
and follow the instructions.
After installation run
sudo apt update
andsudo apt upgrade
.Then follow this tutorial until step 1.4 where
ros-noetic-desktop-full
should be installed.Finally install
ros-noetic-moveit
andros-noetic-moveit-resources
and run:It used to work a few weeks ago, I'm not exactly sure what broke it. (Maybe
apt upgrade
?)It could be something related to the shader considering that it's a rendering only bug?
I'm also not sure if this is a local problem since I only have a single Windows 11 machine to test this on. (which supports WSLg)
If there's anything I have missed or I should try let me know.
The text was updated successfully, but these errors were encountered: