Skip to content

carla 0.10.0 with ue5.5 runs strange,all context render white #8846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yeyueluke opened this issue Apr 17, 2025 · 0 comments
Open

carla 0.10.0 with ue5.5 runs strange,all context render white #8846

yeyueluke opened this issue Apr 17, 2025 · 0 comments

Comments

@yeyueluke
Copy link

Setup
Describe the setup you are using to run CARLA along with its version:

  • CARLA version: 0.10.0
  • Platform: Ubuntu 22.04
  • Python version: 3.10.12
  • GPU: GeForce RTX 4090 24G
  • GPU Drivers: NVIDIA-SMI 570.133.07

Describe the bug
I compile carla according to https://carla-ue5.readthedocs.io/en/latest/build_linux_ue5/
and change the Options.cmake to make
ENABLE_PYTORCH ,
ENABLE_OSM2ODR,
BUILD_OSM_WORLD_RENDERER,
ENABLE_STREETMAP
on
and compile with command :./CarlaSetup.sh --interactive --launch
and it works ,but when i run cppclient examples ,the UI in ue works strange ,the UI looks like in picture below

Image

Steps to reproduce
compile carla according to https://carla-ue5.readthedocs.io/en/latest/build_linux_ue5/
and change the Options.cmake to make
ENABLE_PYTORCH ,
ENABLE_OSM2ODR,
BUILD_OSM_WORLD_RENDERER,
ENABLE_STREETMAP
on
and compile with command :./CarlaSetup.sh --interactive --launch
run the UE with start button
run cppclient examples:
$ cd $CARLA_PATH/Build/Examples
$ ./carla-example-client

Expected behavior
when run carla-example-client ,the UI in UE looks like below

Image

Logs
Paste the server and client logs. Server ones can be found at:

  • Unreal Engine 5: Unreal/CarlaUnreal/Saved/Logs

CarlaUnreal.log

Scripts
Add any scripts relevant for the reproducibility of the error.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.
./CarlaSetup.sh --interactive --launch > run1.log
the run1.log as below

run1.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant