If anybody has issues with running the gazebo client (visualizer) on an Ubuntu VM (VMWare is what I use), then, it could be because of the OpenGL version 3.3.
You can check the OpenGL version with - glxinfo | grep "OpenGL version"
Also, can workaround this issue by setting the environment variable export SVGA_VGPU10=0.
It ensures the use of OpenGL v2.1
Thought it might help someone who might face the same issue.
Hi,
If anybody has issues with running the gazebo client (visualizer) on an Ubuntu VM (VMWare is what I use), then, it could be because of the OpenGL version 3.3.
You can check the OpenGL version with - glxinfo | grep "OpenGL version" Also, can workaround this issue by setting the environment variable export SVGA_VGPU10=0. It ensures the use of OpenGL v2.1
Thought it might help someone who might face the same issue.
Shabir