COMP765-Fall2017 / Assignment1

0 stars 1 forks source link

Issues with running Gazebo client (visualizer) on Ubuntu VM #4

Open Shabirmean opened 7 years ago

Shabirmean commented 7 years ago

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