-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
0140fdf
commit a68d863
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |