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
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
folderLet'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 runningImportMaps.sh
. But after doing this, running./CarlaUE4.sh
crashesCan anyone help me with this? Thanks!