Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Reachability analysis has gained increasing popularity in motion planning and safeguarding of automated vehicles (AVs). While existing tools for reachability analysis mainly focus on general-purpose algorithms for formal verification of dynamical systems, a toolbox tailored to AV-specific applications is not yet available. The CommonRoad-Reach toolbox
The software is written in Python 3.10 and C++17, and was tested on Ubuntu 18.04, 20.04 and 22.04. It should be compatible with later versions. For building the code, the following minimum versions are required:
We further recommend using Anaconda to manage your virtual python environment.
We provide two installation options for CommonRoad-Reach: Installation as a Python package or building from source.
Python Package: Install the python package via pip
in your Conda environment:
pip install commonroad-reach
Build from source: To build the project from source and install it in your Conda environment, please refer to the README_FOR_DEVS. This option is only recommended for advanced users and those who are looking to contribute to the development of CommonRoad-Reach.
Run the exemplary scripts to compute reachable sets and extract driving corridors.
To compute reachable sets, run compute_reachable_set.py
.
To extract driving corridors, run extract_driving_corridors.py
.
The outputs will be stored in the ./output/
folder. Default and scenario-specific configurations are stored in the ./configurations/
folder.
The documentation of our toolbox is available on our website: https://cps.pages.gitlab.lrz.de/commonroad/commonroad-reachable-set/.
In order to generate the documentation via Sphinx locally, run the following commands in the root directory:
pip install -r ./docs/requirements_doc.txt
cd docs/Sphinx
make html
The documentation can then be launched by browsing ./docs/Sphinx/build/html/index.html/
.
If you use our toolbox for your research, please cite our paper:
@InProceedings{iraniliu2022commonroad,
title = {{CommonRoad-Reach}: {A} toolbox for reachability analysis of automated vehicles},
author = {Irani Liu, Edmond and W\"ursching, Gerald and Klischat, Moritz and Althoff, Matthias},
booktitle = {Proc. of the IEEE Int. Conf. Intell. Transp. Syst.},
pages = {2313--2320},
year = {2022},
}
FAQs
A Toolbox for Computing Reachable Sets of Automated Vehicles
We found that commonroad-reach demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.