gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
621 stars 251 forks source link

../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available. #2364

Closed AnishMathewOommen closed 2 months ago

AnishMathewOommen commented 2 months ago

Please help me to solve this issue

Using Ros : Noetic (20.04 version) When I run gazebo I get the below error gazebo ../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available.

azeey commented 2 months ago

If you think this is a bug, please fill out the issue template provided when you opened the issue. If you think it might be an issue with your local setup, https://robotics.stackexchange.com/ would be a better place to ask.

AnishMathewOommen commented 2 months ago

Thank you for your help @azeey

AnishMathewOommen commented 2 months ago

Found the Solution for the above problem Please type the below commands in the terminal the issue will be solved( Updating Mesa driver)

sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt update
sudo apt upgrade

Reference document: https://itsfoss.com/install-mesa-ubuntu/