From d81ed34b75b8019f3c805df31220e905758f4226 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Mon, 18 Sep 2023 14:32:04 +0200 Subject: [PATCH 1/3] Add list of abbreviations Signed-off-by: ClemensLinnhoff --- README.md | 4 ++++ doc/list_of_abbreviations.md | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 doc/list_of_abbreviations.md diff --git a/README.md b/README.md index 3c9a663..01fce35 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,7 @@ It is important that the contributor fully understands the licensing rights and The profile information is described in [profile/README.md](profile/README.md) and displayed on the organization main page. Read the corresponding GitHub [documentation](https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile) for more information on organization profiles. + +## Glossary + +In the doc folder a [list of abbreviations](doc/list_of_abbreviations.md) was compiled with all abbreviations and acronyms from the co-simulation universe used in OpenMSL. \ No newline at end of file diff --git a/doc/list_of_abbreviations.md b/doc/list_of_abbreviations.md new file mode 100644 index 0000000..73e4e1d --- /dev/null +++ b/doc/list_of_abbreviations.md @@ -0,0 +1,16 @@ +# List of Abbreviations + +| Abbreviation | Meaning | Short Description | +|--------------|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| +| ASAM | [Association for Standardization of Automation and Measuring Systems](https://www.asam.net/) | Standardization association for e.g. OpenDrive, OpenScenario, Open Simulation Interface etc. | +| ASCS | [Automotive Solution Center for Simulation e.V.](https://www.asc-s.de/) | Non-profit association for know-how carriers in the field of automotive simulation | +| FMI | [Functional Mockup Interface](https://fmi-standard.org/) | Container and an interface standard to exchange simulation models | +| FMU | Functional Mockup Unit | Container within the FMI standard. | +| glTF | [GL Transmission Format](https://github.com/KhronosGroup/glTF) | 3D model format | +| OSI | [ASAM Open Simulation Interface](https://github.com/OpenSimulationInterface) | Standardized interface to transport simulation data between models | +| OSMP | [OSI Sensor Model Packaging](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging) | Standard to package OSI-compliant FMUs | +| SPDX | [Software Package Data Exchange](https://spdx.dev/) | Open standard, communicating name, version, components, licenses, copyrights etc. of a software | +| SRMD | [Simulation Resource Meta Data](https://pmsfit.github.io/SSPTraceability/master/#sec-srmdintroduction) | Meta data format to be attached to every simulation entity | +| SSD | [System Structure Description](https://ssp-standard.org/publications/SSP10RC1/SystemStructureAndParameterization10RC1.pdf) | File format to define a system consisting of one or more FMUs as part of the SSP standard | +| SSP | [System Structure & Parameterization](https://ssp-standard.org/) | Standard to define complete systems consisting of one or more FMUs | + From 0685112cda66609e7b5f273c95d10737a19cfe4e Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Mon, 18 Sep 2023 14:34:57 +0200 Subject: [PATCH 2/3] Fix markdown Signed-off-by: ClemensLinnhoff --- README.md | 2 +- doc/list_of_abbreviations.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 01fce35..4f1d04b 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ Read the corresponding GitHub [documentation](https://docs.github.com/en/organiz ## Glossary -In the doc folder a [list of abbreviations](doc/list_of_abbreviations.md) was compiled with all abbreviations and acronyms from the co-simulation universe used in OpenMSL. \ No newline at end of file +In the doc folder a [list of abbreviations](doc/list_of_abbreviations.md) was compiled with all abbreviations and acronyms from the co-simulation universe used in OpenMSL. diff --git a/doc/list_of_abbreviations.md b/doc/list_of_abbreviations.md index 73e4e1d..a0543ad 100644 --- a/doc/list_of_abbreviations.md +++ b/doc/list_of_abbreviations.md @@ -13,4 +13,3 @@ | SRMD | [Simulation Resource Meta Data](https://pmsfit.github.io/SSPTraceability/master/#sec-srmdintroduction) | Meta data format to be attached to every simulation entity | | SSD | [System Structure Description](https://ssp-standard.org/publications/SSP10RC1/SystemStructureAndParameterization10RC1.pdf) | File format to define a system consisting of one or more FMUs as part of the SSP standard | | SSP | [System Structure & Parameterization](https://ssp-standard.org/) | Standard to define complete systems consisting of one or more FMUs | - From 003e41df56c6f4e1d7158dcdad043ded043b084a Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Mon, 18 Sep 2023 16:19:02 +0200 Subject: [PATCH 3/3] Add ODD, DAS and ADS Signed-off-by: ClemensLinnhoff --- doc/list_of_abbreviations.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/doc/list_of_abbreviations.md b/doc/list_of_abbreviations.md index a0543ad..6947a8e 100644 --- a/doc/list_of_abbreviations.md +++ b/doc/list_of_abbreviations.md @@ -1,15 +1,18 @@ # List of Abbreviations -| Abbreviation | Meaning | Short Description | -|--------------|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| -| ASAM | [Association for Standardization of Automation and Measuring Systems](https://www.asam.net/) | Standardization association for e.g. OpenDrive, OpenScenario, Open Simulation Interface etc. | -| ASCS | [Automotive Solution Center for Simulation e.V.](https://www.asc-s.de/) | Non-profit association for know-how carriers in the field of automotive simulation | -| FMI | [Functional Mockup Interface](https://fmi-standard.org/) | Container and an interface standard to exchange simulation models | -| FMU | Functional Mockup Unit | Container within the FMI standard. | -| glTF | [GL Transmission Format](https://github.com/KhronosGroup/glTF) | 3D model format | -| OSI | [ASAM Open Simulation Interface](https://github.com/OpenSimulationInterface) | Standardized interface to transport simulation data between models | -| OSMP | [OSI Sensor Model Packaging](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging) | Standard to package OSI-compliant FMUs | -| SPDX | [Software Package Data Exchange](https://spdx.dev/) | Open standard, communicating name, version, components, licenses, copyrights etc. of a software | -| SRMD | [Simulation Resource Meta Data](https://pmsfit.github.io/SSPTraceability/master/#sec-srmdintroduction) | Meta data format to be attached to every simulation entity | -| SSD | [System Structure Description](https://ssp-standard.org/publications/SSP10RC1/SystemStructureAndParameterization10RC1.pdf) | File format to define a system consisting of one or more FMUs as part of the SSP standard | -| SSP | [System Structure & Parameterization](https://ssp-standard.org/) | Standard to define complete systems consisting of one or more FMUs | +| Abbreviation | Meaning | Short Description | +|--------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------| +| ADS | [Automated Driving System](https://www.sae.org/standards/content/j3016_202104/) | SAE J3016 Level 3 - 5 | +| ASAM | [Association for Standardization of Automation and Measuring Systems](https://www.asam.net/) | Standardization association for e.g. OpenDrive, OpenScenario, Open Simulation Interface etc. | +| ASCS | [Automotive Solution Center for Simulation e.V.](https://www.asc-s.de/) | Non-profit association for know-how carriers in the field of automotive simulation | +| DAS | [Driver Assistance System](https://www.sae.org/standards/content/j3016_202104/) | SAE J3016 Level 1 - 2 | +| FMI | [Functional Mockup Interface](https://fmi-standard.org/) | Container and an interface standard to exchange simulation models | +| FMU | Functional Mockup Unit | Container within the FMI standard. | +| glTF | [GL Transmission Format](https://github.com/KhronosGroup/glTF) | 3D model format | +| ODD | [Operational Design Domain](https://www.asam.net/index.php?eID=dumpFile&t=f&f=4544&token=1260ce1c4f0afdbe18261f7137c689b1d9c27576) | Operating conditions under which a DAS thereof is specifically designed to function | +| OSI | [ASAM Open Simulation Interface](https://github.com/OpenSimulationInterface) | Standardized interface to transport simulation data between models | +| OSMP | [OSI Sensor Model Packaging](https://github.com/OpenSimulationInterface/osi-sensor-model-packaging) | Standard to package OSI-compliant FMUs | +| SPDX | [Software Package Data Exchange](https://spdx.dev/) | Open standard, communicating name, version, components, licenses, copyrights etc. of a software | +| SRMD | [Simulation Resource Meta Data](https://pmsfit.github.io/SSPTraceability/master/#sec-srmdintroduction) | Meta data format to be attached to every simulation entity | +| SSD | [System Structure Description](https://ssp-standard.org/publications/SSP10RC1/SystemStructureAndParameterization10RC1.pdf) | File format to define a system consisting of one or more FMUs as part of the SSP standard | +| SSP | [System Structure & Parameterization](https://ssp-standard.org/) | Standard to define complete systems consisting of one or more FMUs |