-
5G-Enabled Teleoperated Driving: An Experimental Evaluation
Authors:
Mehdi Testouri,
Gamal Elghazaly,
Faisal Hawlader,
Raphael Frank
Abstract:
Teleoperated driving enables remote human intervention in autonomous vehicles, addressing challenges in complex driving environments. However, its effectiveness depends on ultra-low latency, high-reliability communication. This paper evaluates teleoperated driving over 5G networks, analyzing key performance metrics such as glass-to-glass (G2G) latency, RTT and steering command delay. Using a real-…
▽ More
Teleoperated driving enables remote human intervention in autonomous vehicles, addressing challenges in complex driving environments. However, its effectiveness depends on ultra-low latency, high-reliability communication. This paper evaluates teleoperated driving over 5G networks, analyzing key performance metrics such as glass-to-glass (G2G) latency, RTT and steering command delay. Using a real-world testbed with a Kia Soul EV and a remote teleoperation platform, we assess the feasibility and limitations of 5G-enabled teleoperated driving. Our system achieved an average G2G latency of 202ms and an RTT of 47ms highlighting the G2G latency as the critical bottleneck. The steering control proved to be mostly accurate and responsive. Finally, this paper provides recommendations and outlines future work to improve future teleoperated driving deployments for safer and more reliable autonomous mobility.
△ Less
Submitted 18 March, 2025;
originally announced March 2025.
-
RoboCar: A Rapidly Deployable Open-Source Platform for Autonomous Driving Research
Authors:
Mehdi Testouri,
Gamal Elghazaly,
Raphael Frank
Abstract:
This paper introduces RoboCar, an open-source research platform for autonomous driving developed at the University of Luxembourg. RoboCar provides a modular, cost-effective framework for the development of experimental Autonomous Driving Systems (ADS), utilizing the 2018 KIA Soul EV. The platform integrates a robust hardware and software architecture that aligns with the vehicle's existing systems…
▽ More
This paper introduces RoboCar, an open-source research platform for autonomous driving developed at the University of Luxembourg. RoboCar provides a modular, cost-effective framework for the development of experimental Autonomous Driving Systems (ADS), utilizing the 2018 KIA Soul EV. The platform integrates a robust hardware and software architecture that aligns with the vehicle's existing systems, minimizing the need for extensive modifications. It supports various autonomous driving functions and has undergone real-world testing on public roads in Luxembourg City. This paper outlines the platform's architecture, integration challenges, and initial test results, offering insights into its application in advancing autonomous driving research. RoboCar is available to anyone at https://github.com/sntubix/robocar and is released under an open-source MIT license.
△ Less
Submitted 6 May, 2024;
originally announced May 2024.
-
Towards a Safe Real-Time Motion Planning Framework for Autonomous Driving Systems: An MPPI Approach
Authors:
Mehdi Testouri,
Gamal Elghazaly,
Raphael Frank
Abstract:
Planning safe trajectories in Autonomous Driving Systems (ADS) is a complex problem to solve in real-time. The main challenge to solve this problem arises from the various conditions and constraints imposed by road geometry, semantics and traffic rules, as well as the presence of dynamic agents. Recently, Model Predictive Path Integral (MPPI) has shown to be an effective framework for optimal moti…
▽ More
Planning safe trajectories in Autonomous Driving Systems (ADS) is a complex problem to solve in real-time. The main challenge to solve this problem arises from the various conditions and constraints imposed by road geometry, semantics and traffic rules, as well as the presence of dynamic agents. Recently, Model Predictive Path Integral (MPPI) has shown to be an effective framework for optimal motion planning and control in robot navigation in unstructured and highly uncertain environments. In this paper, we formulate the motion planning problem in ADS as a nonlinear stochastic dynamic optimization problem that can be solved using an MPPI strategy. The main technical contribution of this work is a method to handle obstacles within the MPPI formulation safely. In this method, obstacles are approximated by circles that can be easily integrated into the MPPI cost formulation while considering safety margins. The proposed MPPI framework has been efficiently implemented in our autonomous vehicle and experimentally validated using three different primitive scenarios. Experimental results show that generated trajectories are safe, feasible and perfectly achieve the planning objective. The video results as well as the open-source implementation are available at: https://gitlab.uni.lu/360lab-public/mppi
△ Less
Submitted 6 May, 2024; v1 submitted 3 August, 2023;
originally announced August 2023.
-
FastCycle: A Message Sharing Framework for Modular Automated Driving Systems
Authors:
Mehdi Testouri,
Gamal Elghazaly,
Raphael Frank
Abstract:
Automated Driving Systems (ADS) have rapidly evolved in recent years and their architecture becomes sophisticated. Ensuring robustness, reliability and safety of performance is particularly important. The main challenge in building an ADS is the ability to meet certain stringent performance requirements in terms of both making safe operational decisions and finishing processing in real-time. Middl…
▽ More
Automated Driving Systems (ADS) have rapidly evolved in recent years and their architecture becomes sophisticated. Ensuring robustness, reliability and safety of performance is particularly important. The main challenge in building an ADS is the ability to meet certain stringent performance requirements in terms of both making safe operational decisions and finishing processing in real-time. Middlewares play a crucial role to handle these requirements in ADS. The way middlewares share data between the different system components has a direct impact on the overall performance, particularly the latency overhead. To this end, this paper presents FastCycle as a lightweight multi-threaded zero-copy messaging broker to meet the requirements of a high fidelity ADS in terms of modularity, real-time performance and security. We discuss the architecture and the main features of the proposed framework. Evaluation of the proposed framework based on standard metrics in comparison with popular middlewares used in robotics and automated driving shows the improved performance of our framework. The implementation of FastCycle and the associated comparisons with other frameworks are open sourced.
△ Less
Submitted 28 November, 2022;
originally announced November 2022.