model loaded in gazebo is opaque grey [closed]
I am a totally beginner when i follow the gazebo tutorial, load a off-shelf-model like ambulance/cafatable in gazebo, the appearence of part of the modle is totally grey! But in another computer, no problem is found.
plus, I use vmware to launch the unbuntu20.04.
I had the same problem when using ubuntu in vmware. It can be solved with setting the following env variable:
export SVGA_VGPU10=0
. Easiest is to add this to your bashrc fileecho "export SVGA_VGPU10=0" >> ~/.bashrc
and then restart the terminal