TUM Teleoperation Software goes Autoware with EDGAR #6560
ines29
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TUM Teleoperation Software goes Autoware with EDGAR
@baskKeT @David-Brecht @niklaskrauss-tum @NJGehrke @richypid @timsu-98 @nijik96 @ines29

The TUM Teleoperation software aims to provide a modular and open architecture that enables both remote driving and remote assistance within a unified framework. It supports automated vehicles in complex or unexpected situations where autonomy reaches its limits. The system is designed for easy integration across different vehicle and automation platforms through standardized interfaces and adaptable human–machine interfaces. Moreover, it serves as a research platform for developing, testing, and benchmarking teleoperation concepts and technologies.
The software supports Remote Driving and Remote Assistance concepts for different vehicles and automation systems.
In the current open-source release, we have implemented:
Ongoing developments include:
The architecture follows a ROS 2-based modular structure, supporting distributed deployment, flexible data routing, and real-time telemetry and video streaming.
tg_video.mp4
The TUM Teleoperation software is designed to be highly portable across different vehicle platforms. Thanks to its ROS 2-based modular architecture and standardized message interfaces, integrating it into a new vehicle typically requires only adapting the Vehicle Interface to the vehicle’s specific control and feedback signals (e.g., throttle, brake, steering, gear). The rest of the teleoperation stack including video streaming, operator interface, and network communication remains unchanged. This design makes it straightforward to deploy the software on various drive-by-wire systems, simulators, or real vehicles with minimal effort.
This was demonstrated by connecting to a robo-racer vehicle, controlling the vEDGAR simulation, and also controlling vehicles from other universities with our software.
The project is developed by Dr.-Ing. Diermeyer and a team of 9 PhDs at the Chair of Automotive Engineering (FTM) at the Technical University of Munich (TUM). Our interdisciplinary team combines expertise in:
Driving with EDGAR – our research vehicle for autonomous and teleoperated driving and autoware
The WiesnShuttle project, conducted during last year’s Oktoberfest in Munich, marked one of the first large-scale deployments of our teleoperation system in a real-world urban environment. Building on the experience gained there, this year’s IAA Mobility featured an extended live demonstration of remote assistance concepts, showcasing seamless handover between autonomous and teleoperated driving modes. Currently, the team is working on the Autonomous Driving Licence (ADL) – an ongoing research initiative aimed at defining standardized procedures, safety criteria, and competence requirements for certified teleoperators of autonomous vehicles.
The open-source repository is available here: https://github.com/TUMFTM/teleoperated_driving
Reference: Kerbl, Tobias, et al. "TUM Teleoperation: Open Source Software for Remote Driving and Assistance of Automated Vehicles." arXiv preprint arXiv:2506.13933 (2025).
We are currently working on a seamless handover mechanism between Autoware and the TUM Teleoperation system, enabling smooth transitions between autonomous and remote operation. This includes synchronized vehicle state management, safety supervision, and shared control logic to ensure continuous and transparent operation.
We want to present this with ADL and put our software to the test to assist Automation in passing it.
If you are interested in our software, the latest features, or our upcoming projects, we look forward to your feedback and collaboration!
Beta Was this translation helpful? Give feedback.
All reactions