paper-with-me

홈 › Papers

Scalable Distributed Simulation-Based Testing for Automated Driving Systems

2026-08-21 · Christian Geller, Benedikt Haas, Lutz Eckstein arxiv

Virtual scenario-based testing is a key enabler for validating automated driving systems (ADS) and intelligent transport systems (ITS). However, executing large-scale test suites involving possibly thousands of scenarios remains labor-intensive and difficult to scale. This paper presents an end-to-end, DevOps-driven framework that automates build, deployment, and distributed execution of CARLA-based scenario tests of an ADS on a lightweight Kubernetes cluster. ROS 2 applications are packaged as standardized Kubernetes Helm charts generated from repository specifications, while entire simulation environments are composed declaratively via dynamic Helmfile manifests. The paper describes how a distributed testing workflow can be implemented in Argo Workflows to provision environments, aggregate and batch OpenSCENARIO test cases from configurable sources, execute scenarios in parallel across cluster nodes, and collect logs and resource metrics. In an evaluation on a multi-node K3s cluster running 200 scenarios, the best configuration speeds up end-to-end workflow time by more than a factor of eight compared to a sequential baseline. The results demonstrate significant gains in end-to-end execution time and quantify trade-offs between parallelism, orchestration overhead, and cluster stability. The framework is further demonstrated in a real-world ADS test application with connections to scenario sources and downstream evaluation modules. This demonstrates that the approach provides a strong foundation not only for scalable simulation testing, but also for generating traceable evidence that can support safety arguments.

📄 PDF Abstract BibTeX arXiv:2608.20904

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to falsify automated driving vehicles with prior knowledge

2021-01-25 · Andrea Favrin, Vladislav Nenchev, Angelo Cenedese

While automated driving technology has achieved a tremendous progress, the scalable and rigorous testing and verification of safe automated and autonomous driving vehicles remain challenging. This paper proposes a learni…

Autonomous Driving

A Joint Approach Towards Data-Driven Virtual Testing for Automated Driving: The AVEAS Project

2024-05-10 · Leon Eisemann, Mirjam Fehling-Kaschek, Silke Forkert, Andreas Forster 외

With growing complexity and responsibility of automated driving functions in road traffic and growing scope of their operational design domains, there is increasing demand for covering significant parts of development, v…

Toward a Full-Stack Co-Simulation Platform for Testing of Automated Driving Systems

2025-07-09 · Dong Bi, Yongqi Zhao, Zhengguo Gu, Tomislav Mihalj 외 arxiv

Virtual testing has emerged as an effective approach to accelerate the deployment of automated driving systems. Nevertheless, existing simulation toolchains encounter difficulties in integrating rapid, automated scenario…

Sky-Drive: A Distributed Multi-Agent Simulation Platform for Human-AI Collaborative and Socially-Aware Future Transportation

2025-04-25 · Zilin Huang, Zihao Sheng, Zhengyang Wan, Yansong Qu 외

Recent advances in autonomous system simulation platforms have significantly enhanced the safe and scalable testing of driving policies. However, existing simulators do not yet fully meet the needs of future transportati…

vEDGAR -- Can CARLA Do HiL?

2025-12-09 · Nils Gehrke, David Brecht, Dominik Kulmer, Dheer Patel 외 arxiv

Simulation offers advantages throughout the development process of automated driving functions, both in research and product development. Common open-source simulators like CARLA are extensively used in training, evaluat…