carla icon indicating copy to clipboard operation
carla copied to clipboard

strange light artifact in version 0.9.12

Open wendytwh opened this issue 3 years ago • 7 comments

Hi everyone,

I downloaded and installed the CARLA 0.9.12 version from the repository. When I launch the simulator running the ./CarlaUE4.sh, the render view has a strong light artifact making the scene looks overexpose. When the weather is configured into cloudy night, it also has gives strange lightning effect. Does someone face same issue or have any idea what might be the reason?

os Ubuntu18.04 graphics: Intel Xe Graphics (TGL GT2)

image image

wendytwh avatar Aug 11 '21 16:08 wendytwh

same issue here

heethesh avatar Aug 13 '21 08:08 heethesh

@wendytwh I think this is causing Vulkan. Have you tried OpenGL ? ./CarlaUE4.sh -opengl

XGodina avatar Aug 17 '21 13:08 XGodina

@XGodina seems like -opengl is no longer available on 0.9.12 right? I actually tried running the same exact build (with Vulkan) on another system with the more recent Nvidia driver 470 and the RGB camera looked fine but still see the over-exposure issue on system with Nvidia driver version 440 or 460.

heethesh avatar Aug 18 '21 06:08 heethesh

@heethesh Yes, you're right. From what you tell me I see that it is a drivers problem.

XGodina avatar Aug 19 '21 09:08 XGodina

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 18 '22 21:04 stale[bot]

I have the same issue. After I start the ./CarlaUE4.sh, there are some warnings in the terminal. The contents is as below.

<Warning Start> "4.26.2-0+++UE4+Release-4.26 522 0 Disabling core dumps. MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0

../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." <Warning End>

I guess the problem is associating the Intel devices?( I am not familar with this).

My env is as below: Ubuntu 20.04 NVIDIA-drivers 470.103.01 CUDA-version 11.4 NVIDIA-SMI 470.103.01

Looking For Help.

chenhengwei1999 avatar Apr 28 '22 07:04 chenhengwei1999

Hii even I am facing the same issue with the latest version of carla can you guys please help me with this?

likith3611 avatar Aug 11 '22 07:08 likith3611

Same issue here, any possible workaround?

crisdesivo avatar Oct 02 '22 16:10 crisdesivo

same issue here.

chengyuew avatar Oct 10 '22 22:10 chengyuew

did you'll try upgrading your nvidia driver versions? or a source build?

heethesh avatar Oct 11 '22 03:10 heethesh

i solve this problem by installing 0.9.11

chengyuew avatar Oct 11 '22 19:10 chengyuew

Same issue here.

lucalazzaroni avatar Dec 12 '22 09:12 lucalazzaroni

same problem...

redspry avatar Feb 07 '23 05:02 redspry

Managed to solve by adding export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/nvidia_icd.json" to my .bashrc

lucalazzaroni avatar Feb 09 '23 10:02 lucalazzaroni

Managed to solve by adding export VK_ICD_FILENAMES="/usr/share/vulkan/icd.d/nvidia_icd.json" to my .bashrc

great thanks for your advice! problem fixed.

ItsXianqi avatar Mar 24 '23 11:03 ItsXianqi

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 01 '23 16:06 stale[bot]

I was actually able to resolve this by running with -preferNvidia I think there is a vulkan driver issue? ./CarlaUE4.sh -preferNvidia

-preferNvidia: is an optional flag. If your system has multiple GPUs (for example, an integrated Intel GPU and a discrete Nvidia GPU), this flag tells Unreal Engine to use the Nvidia GPU, which is generally more powerful and better suited to handling CARLA's graphics requirements.

redspry avatar Jun 02 '23 22:06 redspry

Is there any suitable solution?

bainisuoci avatar Jul 12 '24 08:07 bainisuoci