Towards Safe Autonomous Driving: A Real-Time Safeguarding Concept for Motion Planning Algorithms

📅 2025-07-10
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Functional safety verification of autonomous driving motion planners faces challenges posed by complex and learning-based planners. This paper proposes a real-time runtime protection framework for trajectory safety validation, introducing— for the first time—a temporal protection module that jointly enforces geometric feasibility, dynamic feasibility, and cost rationality checks. The framework adopts a modular architecture and implements online validation of trajectory candidates on a real-time operating system, with successful deployment on embedded hardware. Experiments demonstrate that the system reliably detects unsafe trajectories under millisecond-level latency constraints. The source code is publicly available, and comprehensive fallback strategies are under integration. This work significantly enhances runtime safety assurance for black-box or learning-based planners, bridging a critical gap between planning flexibility and functional safety compliance.

Technology Category

Application Category

📝 Abstract
Ensuring the functional safety of motion planning modules in autonomous vehicles remains a critical challenge, especially when dealing with complex or learning-based software. Online verification has emerged as a promising approach to monitor such systems at runtime, yet its integration into embedded real-time environments remains limited. This work presents a safeguarding concept for motion planning that extends prior approaches by introducing a time safeguard. While existing methods focus on geometric and dynamic feasibility, our approach additionally monitors the temporal consistency of planning outputs to ensure timely system response. A prototypical implementation on a real-time operating system evaluates trajectory candidates using constraint-based feasibility checks and cost-based plausibility metrics. Preliminary results show that the safeguarding module operates within real-time bounds and effectively detects unsafe trajectories. However, the full integration of the time safeguard logic and fallback strategies is ongoing. This study contributes a modular and extensible framework for runtime trajectory verification and highlights key aspects for deployment on automotive-grade hardware. Future work includes completing the safeguarding logic and validating its effectiveness through hardware-in-the-loop simulations and vehicle-based testing. The code is available at: https://github.com/TUM-AVS/motion-planning-supervisor
Problem

Research questions and friction points this paper is trying to address.

Ensuring functional safety in autonomous vehicle motion planning
Integrating online verification into real-time embedded systems
Monitoring temporal consistency for timely system response
Innovation

Methods, ideas, or system contributions that make the work stand out.

Introduces time safeguard for motion planning
Uses constraint-based feasibility checks
Modular framework for runtime verification
🔎 Similar Papers
No similar papers found.
Korbinian Moller
Korbinian Moller
Research Associate at the Autonomous Vehicle Systems Lab, Technical University of Munich
Autonomous Driving
R
Rafael Neher
Professorship of Autonomous Vehicle Systems, TUM School of Engineering and Design, Technical University of Munich, 85748 Garching, Germany; Munich Institute of Robotics and Machine Intelligence (MIRMI)
M
Marvin Seegert
Professorship of Autonomous Vehicle Systems, TUM School of Engineering and Design, Technical University of Munich, 85748 Garching, Germany; Munich Institute of Robotics and Machine Intelligence (MIRMI)
Johannes Betz
Johannes Betz
Professor, Autonomous Vehicle Systems, Technical University of Munich (TUM)
Autonomous SystemsMotion PlaningControlRobots