Skip to main content

Drivability checker for CommonRoad scenarios.

Project description

CommonRoad Drivability Checker

Collision avoidance, kinematic feasibility, and road-compliance must be validated to ensure the drivability of planned motions for autonomous vehicles. The CommonRoad Drivability Checker toolbox unifies these checks in order to simplify the development and validation of motion planning algorithms. It is compatible with the CommonRoad benchmark suite, which additionally facilitates and drastically reduces the effort of the development of motion planning algorithms.

Please post questions, bug reports, etc. related to our tools or website in our forum.

System Requirements

The software is written in Python 3.6/3.7 and C++11 and tested on MacOS and Linux. The usage of the Anaconda Python distribution is strongly recommended. For building the code, the following minimum versions are required:

  • GCC and G++: version 9 or above
  • CMake: version 3.10 or above.
  • Pip: version 21.3 or above

If you are a Mac user, we additionally recommend you to use Homebrew, allowing you to install required dependencies such as Eigen.

Third Party Libraries and Packages

The C++ code depends on the following libraries:

Essential dependencies:

Not included as submodules:

Included as submodules:

Optional dependencies:

  • Triangle (optional library for triangulation, not built by default)
  • CGAL (optional library for triangulation, not built by default)
  • Pandoc (optional for building documentation)
  • Doxygen (optional for building documentation)

Note: Please be aware of the specific licensing conditions when including the optional dependencies Triangle and CGAL. See also notes.txt and the licensing information on the respective package websites for more details.

The Python dependencies are listed in requirements.txt.

Installation

To install the Python package of the drivability checker, please run:

pip install commonroad-drivability-checker

To build the drivability checker package from source, please refer to the installation description in the documentation.

Documentation

A full documentation as well as tutorials to get started with the tool can be found on our toolpage.

Publication

CommonRoad Drivability Checker: Simplifying the Development and Validation of Motion Planning Algorithms

Christian Pek, Vitaliy Rusinov, Stefanie Manzinger, Murat Can Üste, and Matthias Althoff

Abstract— Collision avoidance, kinematic feasibility, and road-compliance must be validated to ensure the drivability of planned motions for autonomous vehicles. Although these tasks are highly repetitive, computationally efficient toolboxes are still unavailable. The CommonRoad Drivability Checker—an open-source toolbox—unifies these mentioned checks. It is compatible with the CommonRoad benchmark suite, which additionally facilitates the development of motion planners. Our toolbox drastically reduces the effort of developing and validating motion planning algorithms. Numerical experiments show that our toolbox is real-time capable and can be used in real test vehicles.

Fulltext is available on mediaTUM.

Bibtex:
@inproceedings{ PekIV20.pdf,
	author = "Christian Pek, Vitaliy Rusinov, Stefanie Manzinger, Murat Can Üste, and Matthias Althoff",
	title = "CommonRoad Drivability Checker: Simplifying the Development and Validation of Motion Planning Algorithms",
	pages = "1-8",
	booktitle = "Proc. of the IEEE Intelligent Vehicles Symposium",
	year = "2020",
	abstract = "Collision avoidance, kinematic feasibility, and road-compliance must be validated to ensure the drivability of planned motions for autonomous vehicles. Although these tasks are highly repetitive, computationally efficient toolboxes are still unavailable. The CommonRoad Drivability Checker— an open-source toolbox—unifies these mentioned checks. It is compatible with the CommonRoad benchmark suite, which additionally facilitates the development of motion planners. Our toolbox drastically reduces the effort of developing and validating motion planning algorithms. Numerical experiments show that our toolbox is real-time capable and can be used in real test vehicles."
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

commonroad-drivability-checker-2022.1.1.tar.gz (10.1 MB view details)

Uploaded Source

Built Distributions

commonroad_drivability_checker-2022.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

commonroad_drivability_checker-2022.1.1-cp39-cp39-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9 macOS 10.13+ x86-64

commonroad_drivability_checker-2022.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

commonroad_drivability_checker-2022.1.1-cp38-cp38-macosx_10_13_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

commonroad_drivability_checker-2022.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

commonroad_drivability_checker-2022.1.1-cp37-cp37m-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

commonroad_drivability_checker-2022.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

commonroad_drivability_checker-2022.1.1-cp36-cp36m-macosx_10_13_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

File details

Details for the file commonroad-drivability-checker-2022.1.1.tar.gz.

File metadata

  • Download URL: commonroad-drivability-checker-2022.1.1.tar.gz
  • Upload date:
  • Size: 10.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/57.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.9

File hashes

Hashes for commonroad-drivability-checker-2022.1.1.tar.gz
Algorithm Hash digest
SHA256 fad29421055df4799032e3f7df9401a28fc0dbd0fbff1244e8f34b9e9b30a2e8
MD5 211685d1e4f7d48e3834f1dec38d20cd
BLAKE2b-256 c21f0216f691603331ecadd9b0252aff80323b23bf3fd467f00bf5ac5125d82f

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3650cdf88ea70285e0407375fe6a2cc1d479229202add689949299624809a0c9
MD5 430ecc82fcf987731f8e8c0f3af40620
BLAKE2b-256 747505ddcbc2ca5e1093a14554d2c81a9ffd418bad9e056ca19e43185973e942

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3decf6d8429e000bfbf501523d67f37d7505b183795a65b57c228a7f5d6de3a5
MD5 4ba1971e3db1503cc2c113351772c1b1
BLAKE2b-256 4c5b7c7cb42b478760fe32c09b670bcf4f337e98904f5d5a9b0e494ed80201de

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d74f73a0251bf16e44809b47f69fd8bf5f2917caf8704f2e123e5cd743e42cf9
MD5 2901f7dcc52672b505ce7502bdd8eadd
BLAKE2b-256 bdb34e558b9b33326693dea8e6181e6f946794c547a6527c8753be53426dbc01

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5822657dd962a91ea771ca3969a26b11ff6955e28cf7f8380a5abe730189081d
MD5 0efbdb34268d6fe40f379a36d6c2fc44
BLAKE2b-256 bd22680fbf8859d2291fa1cda0ee1cc2654b0be87ac2b14eb8b5ade1af68ee7e

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d49e5fea783b79bf6024e5532f1b86baee0ea425a912d0e35c29254599e1ebae
MD5 a4fcb68f89b482f7c91e5dd50af0dbfd
BLAKE2b-256 42db28755e7ecd1b75bfb3938019ac3c4df519402904f1b6ade322e9502a8efd

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1edc2df99ce67a0efa44b237cfaa6ca13535a48cfb4e32fda355b8733bb1d837
MD5 327aae52569d193955ef6e3f2ac51413
BLAKE2b-256 595907360184e05844f09e2c88ead8979c9f22113319aae709139fe434497a3f

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 334ea387a4e51cb2d41e9cdae5707f52685d8c00519ae828b13e1f1b79c69767
MD5 a5493b2b4adc525ce435099caa990498
BLAKE2b-256 03775239a7a85ec3589cfbd3752635d646fbedaafb462e010e9eff35a0a0bab2

See more details on using hashes here.

File details

Details for the file commonroad_drivability_checker-2022.1.1-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for commonroad_drivability_checker-2022.1.1-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 eef7ae79bbaaa3f2fc4272761c262e00cd79d203b7a4b37d33ad657f56f3e3e3
MD5 d52f0c4cbcdf52ca11c20fa2bb5cca9f
BLAKE2b-256 1ea114d0836e270ba636b5fe42e60770cf489dc5bf84418e72d0bb7be99363c7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page