
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
commonroad-route-planner
Advanced tools
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.
The documentation can be found here
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.
We recommend to use PyCharm (Professional) as IDE.
We provide an PyPI package which can be installed with the following command
pip install commonroad-reference_path-planner
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 .
We recommend to use PyCharm (Professional) as IDE. Examples can be found on our CommonRoad website
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
Responsible: Tobias Mascetta, tobias.mascetta[at]tum.de
FAQs
Route and reference path planning tool for CommonRoad scenarios
We found that commonroad-route-planner demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.