carla-simulator / carla

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

How to use custom map in Release build #1871

Closed linche35 closed 5 years ago

linche35 commented 5 years ago

Hi,

I have built Carla from source and created my custom map (.fbx, .xodr) I followed the instructions in https://carla.readthedocs.io/en/latest/asset_packages_for_dist/ and was able to generate a *.tar.gz file in the Dist folder

Let's say I want to share this map to somebody who didn't build Carla from source (i.e. with only release version). Is there a way I can export the map so that it is as easy as using ./CarlaUE4.sh /Game/Carla/Maps/{MyCustomMap} in release version?

I tried placing the MyCustomMap.tar.gz file in the ExportedMap folder and running ImportMaps.sh. But after doing this, running ./CarlaUE4.sh crashes

Can anyone help me with this? Thanks!

ckurtz22 commented 4 years ago

Was a solution for this ever found?