From 7845c1038134083735de6b6f48adf4bba6468cdb Mon Sep 17 00:00:00 2001 From: Arun Das Date: Thu, 14 Jul 2022 14:33:33 +0200 Subject: [PATCH 1/3] Update Readme by removing deprecated version numbers --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0bb32be8..ea93ecd4 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ Continuous integration (CI) is used to automatically integrate and test code cha A list of frequently asked questions: 1. __Which standards does openPASS support?__ -* ASAM OpenSCENARIO 1.0 -* ASAM OpenDRIVE 1.6 -* OSI 3.2.0 (a switch to OSI 3.3 is planned) -* FMI 1 -* FMI 2 +* ASAM OpenSCENARIO +* ASAM OpenDRIVE +* OSI +* FMI +* SSP (upcoming) + +For detail information regarding supported versions and features please visit our [documentation](https://www.eclipse.org/simopenpass/content/html/index.html). 2. __Which traffic signs does openPASS support?__ -- GitLab From ae977de9f2cb2c1e82295ce2a9979a8e0dec2459 Mon Sep 17 00:00:00 2001 From: Arun Das Date: Thu, 14 Jul 2022 15:07:12 +0200 Subject: [PATCH 2/3] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea93ecd4..bc65bcb3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A list of frequently asked questions: * ASAM OpenSCENARIO * ASAM OpenDRIVE -* OSI +* ASAM OSI (Open Simulation Interface) * FMI * SSP (upcoming) @@ -49,7 +49,7 @@ OpenPASS can calculate Time-To-Collision (TTC) and Time-To-Headway (THW). The ou 6. __Which probability distributions for parameter variations can be used in openPASS?__ -Parameters can either be simple or stochastic. Simple parameters only have one value, while stochastic parameters have a minimum and maximum value as well as distribution specific parameters. If a parameter is stochastic, a distribution can be choosen from [this list](https://gitlab.eclipse.org/eclipse/simopenpass/simopenpass/-/blob/servant/sim/src/core/opSimulation/modules/Stochastics/stochastics_implementation.h). In future (with OpenSCENARIO 1.1) the number of distributions will be extended. +Parameters can either be simple or stochastic. Simple parameters only have one value, while stochastic parameters have a minimum and maximum value as well as distribution specific parameters. If a parameter is stochastic, a distribution can be choosen from [this list](https://gitlab.eclipse.org/eclipse/simopenpass/simopenpass/-/blob/servant/sim/src/core/opSimulation/modules/Stochastics/stochastics_implementation.h). In future (with OpenSCENARIO) the number of distributions will be extended. # Contact -- GitLab From 98bd5480febe25a3f5cd3552771450032adb0d5f Mon Sep 17 00:00:00 2001 From: Arun Das Date: Thu, 14 Jul 2022 15:57:51 +0200 Subject: [PATCH 3/3] Fix typos in Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc65bcb3..258f7bea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # What is openPASS -OpenPASS (Open Platform for Assessment of Safety Systems) is an open source simulation platform for the effectiveness analysis of advanced driver and assistance systems (ADAS) and autonomous driving (AD) systems. OpenPASS takes a specific but configurable traffic situation and offers possibilities to repeat this situation under varying conditions, each generated from a diverse set of user defined probability distributions, such as for vehicle speeds. As a result, multiple simulation outputs are generated which can be evaluated in each case. +OpenPASS (Open Platform for Assessment of Safety Systems) is an open source simulation platform for the effectiveness analysis of advanced driver assistance systems (ADAS) and autonomous driving (AD) systems. OpenPASS takes a specific but configurable traffic situation and offers possibilities to repeat this situation under varying conditions, each generated from a diverse set of user defined probability distributions, such as for vehicle speeds. As a result, multiple simulation outputs are generated which can be evaluated in each case. The software suite of openPASS started as a set of stand-alone applications, which can be installed and configured individually. Over time, especially the graphical user interface evolved to a single entry point, enabling the average user to use openPASS as a “monolithic” tool. @@ -45,7 +45,7 @@ Depending on the chosen logger library, the output of each simulation is written 5. __Can openPASS calculate criticality KPIs?__ -OpenPASS can calculate Time-To-Collision (TTC) and Time-To-Headway (THW). The output of those numbers is quite challenging. It is possible to extract those numbers over a FMU. +OpenPASS can calculate Time-To-Collision (TTC) and Time-Headway (THW). The output of those numbers is quite challenging. It is possible to extract those numbers over a FMU. 6. __Which probability distributions for parameter variations can be used in openPASS?__ -- GitLab