Metadata-Version: 2.1
Name: commonroad-all
Version: 0.0.2
Summary: Meta-Package for installing all CommonRoad Tools
Home-page: https://commonroad.in.tum.de/
Author: Cyber-Physical Systems Group, Technical University of Munich
Author-email: commonroad@lists.lrz.de
License: BSD
Keywords: autonomous automated vehicles driving motion planning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: commonroad-io (==2022.3)
Requires-Dist: commonroad-drivability-checker (==2022.2.1)
Requires-Dist: commonroad-vehicle-models (==3.0.2)
Requires-Dist: commonroad-route-planner (==2022.3)
Requires-Dist: sumocr (==2022.4)
Requires-Dist: commonroad-rl (==2023.1.3)

CommonRoad
------------------------------

This is a meta-package which automatically installs all CommonRoad tools currently released on PyPi.

For more details to the individual tool, please see our [website](https://commonroad.in.tum.de/).


Tools
------------
The current version of the meta-package installs the following CommonRoad tools with the specified versions:

* commonroad-io==2022.3
* commonroad-drivability-checker==2022.2.1
* commonroad-vehicle-models==3.0.2
* commonroad-route-planner==2022.3
* sumocr==2022.4
* commonroad-rl==2023.1.3


Installation
------------
To automatically install the above mentioned tools, please run:
```
pip install commonroad-all
```


