TrafficFluid-Sim is an open source, microscopic traffic simulation tool for automated vehicles driving in lane-free traffic environments in the era of Connected and Automated Vehicles. The simulator is an extension of SUMO that explicitly targets the lane-free traffic paradigm. To this end, the developed codebase is a fork of the open-source code of Eclipse SUMO - Simulation of Urban MObility.
With TrafficFluid-Sim, users can design from scratch and test lane-free vehicle movement strategies in C/C++, with a custom-built API that provides information about the traffic environment, effectively emulating vehicle-to-vehicle and vehicle-to-infrastructure communication. Each provided API function call in the code is accompanied by a concise description of its usage and functionality.
TrafficFluid-Sim enables a new set of applications and features within the SUMO tool, focusing on lane-free scenarios. In particular, the following key features are highlighted:
A detailed explanation of the features along with the user instructions can be found in our documented user manual.
The user manual is accompanied by a set of examples covering all features.
The user manual should be cited if TrafficFluid-Sim is utilized for research purposes:
Troullinos, D., Chrysomallis, I., Papamichail, I., Papageorgiou, M.: TrafficFluid-Sim: Extending SUMO for Microscopic Simulation in Lane-Free Traffic – User Manual. Internal Report No. 2025-27, Dynamic Systems and Simulation Laboratory, Technical University of Crete, Chania, Greece, May 2025.
For convenience, the following BIB format can be used:
@techreport{trafficfluidsim_manual,
author={Troullinos, Dimitrios and Chrysomallis, Iason and Papamichail, Ioannis and Papageorgiou, Markos},
title={TrafficFluid-Sim: Extending SUMO for Microscopic Simulation in Lane-Free Traffic--User Manual},
institution={Dynamic Systems and Simulation Laboratory, Technical University of Crete},
number={Internal Report No. 2025-27},
year={2025},
month={May},
location = {Chania, Greece}
}