commonroad-drivability-checker


Namecommonroad-drivability-checker JSON
Version 2024.2 PyPI version JSON
download
home_pagehttps://commonroad.in.tum.de/drivability-checker
SummaryDrivability checker for CommonRoad scenarios.
upload_time2024-12-03 17:43:42
maintainerNone
docs_urlNone
authorTechnical University of Munich
requires_python>=3.9
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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](https://commonroad.in.tum.de/forum/).


Installation
------------

We provide two installation options: Installation as a Python package or building from source.

1. **Python Package**: Install the python package via `pip` in your Conda environment:

	```bash
	pip install commonroad-drivability-checker
	```
	**Note for MacOS M1 users**: You need to use the 64-bit Anaconda Installer (graphical or command-line) in order to install the MacOS PyPi package.

2. **Build from source**: To build the drivability checker from source, please refer to the installation description in the 
[documentation](https://cps.pages.gitlab.lrz.de/commonroad-drivability-checker/).


System Requirements
-------------------
The software is written in Python 3.7 and C++17 and tested on MacOS and Linux (Ubuntu 18.04, 20.04 and 22.04). 

The usage of the **[Anaconda](http://www.anaconda.com/download/#download9) Python distribution** is strongly recommended. 

For building the code from source, the following minimum versions are required:
  * **GCC and G++**: version 10 or above
  * **CMake**: version 3.18 or above.
  * **Pip**: version 21.3 or above

**Note for MacOS users (M1 or Intel):** 
- We additionally recommend using the Homebrew package manager, to install required dependencies such as Eigen.
- The installation has been tested for the **AppleClang (15.0)** and the **GCC (13)** compiler.


Third Party Libraries and Packages
----------------------------------
The following third-party dependencies of the C++ code are only required for building the project from source!

**Essential dependencies**:

Not included as submodules:
* [Eigen3](https://eigen.tuxfamily.org/dox/)
* [Boost](https://www.boost.org/)
* [OpenMP](https://www.openmp.org/)

Included as submodules:
* [Box2D](https://github.com/erincatto/box2d)
* [FCL](https://github.com/flexible-collision-library/fcl)
* [libccd](https://github.com/danfis/libccd)
* [gpc](https://github.com/rickbrew/GeneralPolygonClipper)
* [pybind11](https://github.com/pybind/pybind11)
* [libs11n](http://www.s11n.net/)

**Optional dependencies**:
* [Triangle](https://www.cs.cmu.edu/~quake/triangle.html) (optional library for triangulation, not built by default)
* [CGAL](https://github.com/CGAL/cgal) (optional library for triangulation, not built by default)
* [Pandoc](https://pandoc.org) (optional for building documentation)
* [Doxygen](http://www.doxygen.nl) (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`.


Documentation
-------------
A full documentation as well as tutorials to get started with the tool can be found on our [toolpage](https://commonroad.in.tum.de/tools/drivability-checker).


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](https://mediatum.ub.tum.de/doc/1546126/).

##### 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."
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://commonroad.in.tum.de/drivability-checker",
    "name": "commonroad-drivability-checker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Technical University of Munich",
    "author_email": "commonroad@lists.lrz.de",
    "download_url": "https://files.pythonhosted.org/packages/c5/01/09562b97a0e0d223e36e5259df0a86a68060ba6ce53834e3f69e6117a1a8/commonroad-drivability-checker-2024.2.tar.gz",
    "platform": null,
    "description": "CommonRoad Drivability Checker\n------------------------------\n\nCollision avoidance, kinematic feasibility, and road-compliance must be\nvalidated to ensure the drivability of planned motions for autonomous\nvehicles. The CommonRoad Drivability Checker toolbox unifies these checks\nin order to simplify the development and validation of motion planning\nalgorithms. It is compatible with the CommonRoad benchmark suite, which\nadditionally facilitates and drastically reduces the effort of the development\nof motion planning algorithms.\n\nPlease post questions, bug reports, etc. related to our tools or website in our [forum](https://commonroad.in.tum.de/forum/).\n\n\nInstallation\n------------\n\nWe provide two installation options: Installation as a Python package or building from source.\n\n1. **Python Package**: Install the python package via `pip` in your Conda environment:\n\n\t```bash\n\tpip install commonroad-drivability-checker\n\t```\n\t**Note for MacOS M1 users**: You need to use the 64-bit Anaconda Installer (graphical or command-line) in order to install the MacOS PyPi package.\n\n2. **Build from source**: To build the drivability checker from source, please refer to the installation description in the \n[documentation](https://cps.pages.gitlab.lrz.de/commonroad-drivability-checker/).\n\n\nSystem Requirements\n-------------------\nThe software is written in Python 3.7 and C++17 and tested on MacOS and Linux (Ubuntu 18.04, 20.04 and 22.04). \n\nThe usage of the **[Anaconda](http://www.anaconda.com/download/#download9) Python distribution** is strongly recommended. \n\nFor building the code from source, the following minimum versions are required:\n  * **GCC and G++**: version 10 or above\n  * **CMake**: version 3.18 or above.\n  * **Pip**: version 21.3 or above\n\n**Note for MacOS users (M1 or Intel):** \n- We additionally recommend using the Homebrew package manager, to install required dependencies such as Eigen.\n- The installation has been tested for the **AppleClang (15.0)** and the **GCC (13)** compiler.\n\n\nThird Party Libraries and Packages\n----------------------------------\nThe following third-party dependencies of the C++ code are only required for building the project from source!\n\n**Essential dependencies**:\n\nNot included as submodules:\n* [Eigen3](https://eigen.tuxfamily.org/dox/)\n* [Boost](https://www.boost.org/)\n* [OpenMP](https://www.openmp.org/)\n\nIncluded as submodules:\n* [Box2D](https://github.com/erincatto/box2d)\n* [FCL](https://github.com/flexible-collision-library/fcl)\n* [libccd](https://github.com/danfis/libccd)\n* [gpc](https://github.com/rickbrew/GeneralPolygonClipper)\n* [pybind11](https://github.com/pybind/pybind11)\n* [libs11n](http://www.s11n.net/)\n\n**Optional dependencies**:\n* [Triangle](https://www.cs.cmu.edu/~quake/triangle.html) (optional library for triangulation, not built by default)\n* [CGAL](https://github.com/CGAL/cgal) (optional library for triangulation, not built by default)\n* [Pandoc](https://pandoc.org) (optional for building documentation)\n* [Doxygen](http://www.doxygen.nl) (optional for building documentation)\n\n**Note**: Please be aware of the specific licensing conditions when including the optional dependencies Triangle and CGAL.\nSee also `notes.txt` and the licensing information on the respective package websites for more details.\n\nThe Python dependencies are listed in `requirements.txt`.\n\n\nDocumentation\n-------------\nA full documentation as well as tutorials to get started with the tool can be found on our [toolpage](https://commonroad.in.tum.de/tools/drivability-checker).\n\n\nPublication\n-----------\n#### CommonRoad Drivability Checker: Simplifying the Development and Validation of Motion Planning Algorithms\nChristian Pek, Vitaliy Rusinov, Stefanie Manzinger, Murat Can \u00dcste, and Matthias Althoff\n\nAbstract\u2014 Collision avoidance, kinematic feasibility, and road-compliance must be validated to ensure the drivability\nof planned motions for autonomous vehicles. Although these tasks are highly repetitive, computationally efficient\ntoolboxes are still unavailable. The CommonRoad Drivability Checker\u2014an open-source toolbox\u2014unifies these mentioned\nchecks. It is compatible with the CommonRoad benchmark suite, which additionally facilitates the development of motion\nplanners. Our toolbox drastically reduces the effort of developing and validating motion planning algorithms. Numerical\nexperiments show that our toolbox is real-time capable and can be used in real test vehicles.\n\nFulltext is available on [mediaTUM](https://mediatum.ub.tum.de/doc/1546126/).\n\n##### Bibtex:\n```\n@inproceedings{ PekIV20.pdf,\n\tauthor = \"Christian Pek, Vitaliy Rusinov, Stefanie Manzinger, Murat Can \u00dcste, and Matthias Althoff\",\n\ttitle = \"CommonRoad Drivability Checker: Simplifying the Development and Validation of Motion Planning Algorithms\",\n\tpages = \"1-8\",\n\tbooktitle = \"Proc. of the IEEE Intelligent Vehicles Symposium\",\n\tyear = \"2020\",\n\tabstract = \"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\u2014 an open-source toolbox\u2014unifies 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.\"\n}\n```\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Drivability checker for CommonRoad scenarios.",
    "version": "2024.2",
    "project_urls": {
        "Documentation": "https://cps.pages.gitlab.lrz.de/commonroad-drivability-checker/",
        "Forum": "https://commonroad.in.tum.de/forum/c/commonroad-drivability-checker/",
        "Homepage": "https://commonroad.in.tum.de/drivability-checker",
        "Source": "https://gitlab.lrz.de/tum-cps/commonroad-drivability-checker"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7596e6317887af2145bc9161e616038afb4bdd745fa8f06044172908a8b12b3",
                "md5": "01ed632acb2894446f7c9661ffb9a041",
                "sha256": "1b42ae3c65c950b8ab95195d2aae24f35fc86a28edfed03cf6f8598a7a4e6f6d"
            },
            "downloads": -1,
            "filename": "commonroad_drivability_checker-2024.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "01ed632acb2894446f7c9661ffb9a041",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2317518,
            "upload_time": "2024-12-03T17:43:35",
            "upload_time_iso_8601": "2024-12-03T17:43:35.493793Z",
            "url": "https://files.pythonhosted.org/packages/d7/59/6e6317887af2145bc9161e616038afb4bdd745fa8f06044172908a8b12b3/commonroad_drivability_checker-2024.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60b1552cc28e842f8bd78598f37363cd0d7e0e2e812a422643f99f4620bbb254",
                "md5": "815459d05c1220a56bd7ed3187b289b7",
                "sha256": "8131923139043b9c960cba11e171d91de3f0066552ab83ca70c917251e5f5a73"
            },
            "downloads": -1,
            "filename": "commonroad_drivability_checker-2024.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "815459d05c1220a56bd7ed3187b289b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2319558,
            "upload_time": "2024-12-03T17:43:38",
            "upload_time_iso_8601": "2024-12-03T17:43:38.236785Z",
            "url": "https://files.pythonhosted.org/packages/60/b1/552cc28e842f8bd78598f37363cd0d7e0e2e812a422643f99f4620bbb254/commonroad_drivability_checker-2024.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db69181f9281c608772a3c309948d5b98d37c255d0a82efeeb32094050a7788d",
                "md5": "f678014edbbf495bbcf9ce96547647b5",
                "sha256": "6d4e2e5a6b3493f06572e78a33313edd47daed31a124c79078c48a80dec5099b"
            },
            "downloads": -1,
            "filename": "commonroad_drivability_checker-2024.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f678014edbbf495bbcf9ce96547647b5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2317719,
            "upload_time": "2024-12-03T17:43:40",
            "upload_time_iso_8601": "2024-12-03T17:43:40.237896Z",
            "url": "https://files.pythonhosted.org/packages/db/69/181f9281c608772a3c309948d5b98d37c255d0a82efeeb32094050a7788d/commonroad_drivability_checker-2024.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c50109562b97a0e0d223e36e5259df0a86a68060ba6ce53834e3f69e6117a1a8",
                "md5": "be965f9ef1ecf69f17eb18733e0fe10c",
                "sha256": "e0e1588194668da3b42e6c75476f596e681d66e89f1fccd275926a6a6bd49926"
            },
            "downloads": -1,
            "filename": "commonroad-drivability-checker-2024.2.tar.gz",
            "has_sig": false,
            "md5_digest": "be965f9ef1ecf69f17eb18733e0fe10c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 636685,
            "upload_time": "2024-12-03T17:43:42",
            "upload_time_iso_8601": "2024-12-03T17:43:42.475163Z",
            "url": "https://files.pythonhosted.org/packages/c5/01/09562b97a0e0d223e36e5259df0a86a68060ba6ce53834e3f69e6117a1a8/commonroad-drivability-checker-2024.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 17:43:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "commonroad-drivability-checker"
}
        
Elapsed time: 0.35668s