Supavit Siriwan

Results 2 comments of Supavit Siriwan

I got the same problem. And I fix by the following method and it woke fine. I guess that CARLA lib is search ".xodr" from the location of ".umap". So,...

@sangeetsu For packaging. You need to add path of custom OpenDrive folder to UE4 project config. Config file: ~/carla/Unreal/CarlaUE4/Config/DefaultGame.ini add ``` +DirectoriesToAlwaysStageAsUFS=(Path="RHT_Straight_10km/Maps/RHT_Straight_10km/OpenDrive") ``` under ``` +DirectoriesToAlwaysStageAsUFS=(Path="Carla/Config") ``` Note: RHT_Straight_10km is...