🤖 AI Summary
Existing urban digital twin tools exhibit tight coupling with specific simulators (e.g., CARLA) and rely heavily on C++ plugins, resulting in poor flexibility and high extension costs.
Method: This paper proposes a modular, extensible Python framework that decouples underlying engine dependencies and supports dual-platform operation—Unreal Engine and CARLA. It integrates LiDAR point clouds with OpenStreetMap data to enable semantic-segmentation-driven automatic generation of static scene assets, covering road meshing, terrain modeling, and cross-format conversion.
Contribution/Results: Compared to conventional approaches, the framework enables parallel processing, rapid prototyping, and seamless cross-city transfer, substantially lowering the barrier for customized deployment. The complete implementation is open-sourced, facilitating autonomous driving simulation validation and generative world model research.
📝 Abstract
Digital twins of urban environments play a critical role in advancing autonomous vehicle (AV) research by enabling simulation, validation, and integration with emerging generative world models. While existing tools have demonstrated value, many publicly available solutions are tightly coupled to specific simulators, difficult to extend, or introduce significant technical overhead. For example, CARLA-the most widely used open-source AV simulator-provides a digital twin framework implemented entirely as an Unreal Engine C++ plugin, limiting flexibility and rapid prototyping. In this work, we propose OpenTwinMap, an open-source, Python-based framework for generating high-fidelity 3D urban digital twins. The completed framework will ingest LiDAR scans and OpenStreetMap (OSM) data to produce semantically segmented static environment assets, including road networks, terrain, and urban structures, which can be exported into Unreal Engine for AV simulation. OpenTwinMap emphasizes extensibility and parallelization, lowering the barrier for researchers to adapt and scale the pipeline to diverse urban contexts. We describe the current capabilities of the OpenTwinMap, which includes preprocessing of OSM and LiDAR data, basic road mesh and terrain generation, and preliminary support for CARLA integration.