carla-simulator / carla

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

Invalid characters error when building the map with Digital Twin tool #8264

Open rohanNkhaire opened 1 week ago

rohanNkhaire commented 1 week ago

CARLA version: 0.9.15

Platform/OS: Ubuntu 20.04

Problem you have experienced: Error: MergeStaticMeshActors. Failed to convert the BasePackageName. Can't convert the path /Game/CustomMaps/testing_map/Static/Buildings/SM_InterdisciplinaryScience&_Technology_Building_IIIuniversity0 because it contains invalid characters.

What you expected to happen: The Digital Twin tool proceeds to generate the buildings.

Steps to reproduce: Download custom bounds .osm file. Build it using libosmscout. Generate the built folder of the osm.

Other information (documentation you consulted, workarounds you tried): I have tried changing the name in the .osm file. Initially the "name" tag had v="Interdisciplinary Science & Technology Building III". Then I changed the v="Building" and then build the .osm file with libosmscout. However, I still get the same error.

rohanNkhaire commented 1 week ago

TO test out the map generation again, I tried to generate the map with buildings that don't have the "&" in their name in the original .osm file. I was able to build the map successfully.