You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Logs
Paste the server and client logs. Server ones can be found at:
Setup
Describe the setup you are using to run CARLA along with its version:
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
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
Logs
Paste the server and client logs. Server ones can be found at:
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
The text was updated successfully, but these errors were encountered: