carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.42k stars 3.7k forks source link

Packaging a Custom Map in CARLA Build from Source on Linux for Binary Version of CARLA on Windows #6908

Open golnazraja opened 1 year ago

golnazraja commented 1 year ago

CARLA version: 0.9.13 Platform/OS: ubuntu 20.04 for build version and windows 10 for binary version

I want to package a custom map I designed in build version of CARLA and use it in binary versions. My build version of CARLA is on ubuntu 20.04 and I successfully exported the package and used it in binary version of CARLA on Linux, using instructions here. However, the exported package does not work on binary version of CARLA on windows. I copied the assets and the map folder from the compressed package, but still the map is not loaded correctly, it lacks materials, also spawned vehicles cannot stand on the surface and they go down.

Is there any way to export packages for Windows from build version of CARLA on Linux?

DingZhiKun66 commented 11 months ago

I have encountered the same problem and expect to get a solution.