Skip to content

Commit

Permalink
Add list of abbreviations (#26)
Browse files Browse the repository at this point in the history
* Add list of abbreviations

Signed-off-by: ClemensLinnhoff <Clemens.Linnhoff@partner.bmw.de>

* Add ODD, DAS and ADS

Signed-off-by: ClemensLinnhoff <Clemens.Linnhoff@partner.bmw.de>

---------

Signed-off-by: ClemensLinnhoff <Clemens.Linnhoff@partner.bmw.de>
  • Loading branch information
ClemensLinnhoff authored Sep 19, 2023
1 parent 0140fdf commit a68d863
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
18 changes: 18 additions & 0 deletions doc/list_of_abbreviations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# List of Abbreviations

| 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 |

0 comments on commit a68d863

Please sign in to comment.