Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commonroad/commonroad-all
Meta-package which automatically installs all CommonRoad tools currently released on PyPi
https://github.com/commonroad/commonroad-all
Last synced: about 2 months ago
JSON representation
Meta-package which automatically installs all CommonRoad tools currently released on PyPi
- Host: GitHub
- URL: https://github.com/commonroad/commonroad-all
- Owner: CommonRoad
- Created: 2024-07-22T11:02:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T13:08:32.000Z (4 months ago)
- Last Synced: 2024-09-05T15:46:19.206Z (4 months ago)
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 = "2023.3"
* commonroad-vehicle-models = "3.0.2"
* commonroad-drivability-checker = "2023.1"
* commonroad-dataset-converter = "2023.2"
* sumocr = "2023.2"
* commonroad-scenario-designer = "0.8.0"
* commonroad-route-planner = "2022.3"
* commonroad-crime = "0.3.0"
* commonroad-openscenario-converter = "0.1.0"
* commonroad-reach = "2023.1.1"Installation
------------
To automatically install the above mentioned tools, please run:
```
pip install commonroad-all
```