Metadata-Version: 2.1
Name: sumocr
Version: 2023.3
Summary: Python tool to interface with the SUMO traffic simulator
License: BSD License
Author: Florian Finkeldei
Author-email: florian.finkeldei@tum.de
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Pillow (>=8.0.0,<9.0.0)
Requires-Dist: commonroad-io (>=2023.3,<2024.0)
Requires-Dist: docker (>=6.1,<7.0)
Requires-Dist: ffmpeg (>=1.4,<2.0)
Requires-Dist: grpcio (>=1.27,<2.0)
Requires-Dist: ipython (>=8.8,<9.0)
Requires-Dist: libsumo (>=1.12.0,<2.0.0)
Requires-Dist: lxml (>=4.2.2,<5.0.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: packaging (>=23.2,<24.0)
Requires-Dist: shapely (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# SUMO - CommonRoad Interface

This package implements the interface between the framework for motion planning of automated vehicles [commonroad-io](https://pypi.org/project/commonroad-io/)
and the traffic simulator [SUMO](https://sumo.dlr.de).
The interface is presented in detail in our [paper](https://mediatum.ub.tum.de/doc/1486856/344641.pdf) [1].

## Documentation

Please refer to the [documentation](https://cps.pages.gitlab.lrz.de/sumo-interface/) and [tutorials](https://commonroad.in.tum.de/tools/sumo-interface).
To run interactive scenarios, denoted by the suffix ```I```, from the CommonRoad database,
please use the script from the corresponding repository [gitlab.lrz.de/tum-cps/commonroad-interactive-scenarios](https://gitlab.lrz.de/tum-cps/commonroad-interactive-scenarios).


[1] _Moritz Klischat, Octav Dragoi, Mostafa Eissa, and Matthias Althoff, Coupling SUMO with a Motion Planning Framework for Automated Vehicles, SUMO 2019: Simulating Connected Urban Mobility_

