Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add list of abbreviations #26

Merged
merged 3 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |