Route and reference path planning tool for CommonRoad scenarios
Project description
CommonRoad Route Planner
The CommonRoad Route Planner aims to give an extendable, light-weight route- and reference path planner for the CommonRoad project This tool is built for and Ubuntu 22.04 and Python3 ^3.8.
Documentation
The documentation can be found here
Project status
This tool is still under development but has already been successfully deployed in both simulation and on real-world autonomous vehicles.
We highly welcome your contribution.
Installation and Usage
We recommend to use PyCharm (Professional) as IDE.
Usage in other projects
We provide an PyPI package which can be installed with the following command
pip install commonroad-route-planner
Development
It is recommended to use poetry as an environment manager. Clone the repository and install it with poetry. Currently, only the internal repository can be cloned. This repo contains a number of scenario xml files in /scenarios. They are stored with git large-file-system (git lfs). If you want to download these scenario files, before cloning this repo, do the following:
sudo apt-get install -y git-lfs and git lfs install
git config --global credential.helper store
git clone https://gitlab.lrz.de/cps/commonroad-route-planner.git
conda activate ENVIRONMENT
pip install .
Examples
We recommend to use PyCharm (Professional) as IDE. Examples can be found on our CommonRoad website
Documentation
You can generate the documentation within your activated Poetry environment using.
conda activate ENVIRONMENT
mkdocs build
The documentation will be located under site, where you can open index.html
in your browser to view it.
For updating the documentation you can also use the live preview:
conda activate ENVIRONMENT
mkdocs serve
Authors
Responsible: Tobias Mascetta, tobias.mascetta[at]tum.de
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file commonroad_route_planner-2024.2.1.tar.gz
.
File metadata
- Download URL: commonroad_route_planner-2024.2.1.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/5.15.0-87-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60677abed85f27b54214a83e781bed3d9ae1125a294562dfb332ebfaee59ab9b |
|
MD5 | aac8b8ee0fd02d01868fb7941e4321c5 |
|
BLAKE2b-256 | 02189987282f4b4052280c1d8e22c07f0f381c3de80d439616c34cb6cf385e0a |
File details
Details for the file commonroad_route_planner-2024.2.1-py3-none-any.whl
.
File metadata
- Download URL: commonroad_route_planner-2024.2.1-py3-none-any.whl
- Upload date:
- Size: 41.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.14 Linux/5.15.0-87-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 690d6dbbc45ec319e439280e46d2fce2f8ac30530a8222ea9fd961df924a0a2f |
|
MD5 | 8cc1c9b56c51985727d7647a1dc1b09e |
|
BLAKE2b-256 | 28dc3e914f5da657bf90e00a1e19bf0a2aabe75562a6a4314b0fb5068eaeb4f4 |