From c5fdac5ac4cc1647ae0d9b2f8da994264459d566 Mon Sep 17 00:00:00 2001 From: Ahmed Sadek <164015259+asadekasam@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:28:37 +0200 Subject: [PATCH 1/2] Update README.md - Change the project title to ASAM OSI instead of Open Simulation interface - Add about ASAM section Signed-off-by: Ahmed Sadek <164015259+asadekasam@users.noreply.github.com> --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 343c382c8..e29363c1c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -Open Simulation Interface (OSI) +ASAM OSIĀ® =============================== [![ProtoBuf CI Builds](https://github.com/OpenSimulationInterface/open-simulation-interface/actions/workflows/protobuf.yml/badge.svg)](https://github.com/OpenSimulationInterface/open-simulation-interface/actions/workflows/protobuf.yml) -The Open Simulation Interface [[1]](https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/) (OSI) is a generic interface based on [Google's protocol buffers](https://developers.google.com/protocol-buffers/) for the environmental perception of automated driving functions in virtual scenarios. +ASAM OSI (Open Simulation Interface) [[1]](https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/) is a generic interface based on [Google's protocol buffers](https://developers.google.com/protocol-buffers/) for the environmental perception of automated driving functions in virtual scenarios. As the complexity of automated driving functions rapidly increases, the requirements for test and development methods are growing. Testing in virtual environments offers the advantage of completely controlled and reproducible environment conditions. -For more information on OSI see the [official documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html) or the [class list](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/gen/annotated.html) for defined protobuf messages. +For more information on ASAM OSI see the [official documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html) or the [class list](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/gen/annotated.html) for defined protobuf messages. [1] Hanke, T., Hirsenkorn, N., van-Driesten, C., Garcia-Ramos, P., Schiementz, M., Schneider, S. & Biebl, E. (2017, February 03). *A generic interface for the environment perception of automated driving functions in virtual scenarios.* Retrieved January 25, 2020, from https://www.hot.ei.tum.de/forschung/automotive-veroeffentlichungen/ @@ -25,3 +25,11 @@ For detailed setup instructions, please refer to the official documentation: - [OSI C++ Bindings](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/setup/setting_up_osi_cpp.html) - [OSI Python Bindings](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/setup/setting_up_osi_python.html) + +## About ASAM +ASAM e.V. (Association for Standardization of Automation and Measuring Systems) is a not-for-profit organization that promotes standardization of tool chains in automotive development and testing. Our members are international car manufacturers, suppliers, tool vendors, engineering service providers, and research institutes. ASAM standards are developed by experts from our member companies and are based on real use cases. ASAM is the legal owner of these standards and is responsible for their distribution and marketing. + +ASAM standards span a wide range of use cases in automotive development, test, and validation. +They define file formats, data models, protocols, and interfaces. +The standards enable easy exchange of data and tools within and across tool chains. +They are applied worldwide. From 9f37660b7c0f4a171a373e6f8dc47879cd22c98d Mon Sep 17 00:00:00 2001 From: Ahmed Sadek <164015259+asadekasam@users.noreply.github.com> Date: Thu, 13 Aug 2026 09:34:18 +0200 Subject: [PATCH 2/2] Update README.md Add contribute section Signed-off-by: Ahmed Sadek <164015259+asadekasam@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e29363c1c..fee71a6b7 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ For detailed setup instructions, please refer to the official documentation: - [OSI C++ Bindings](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/setup/setting_up_osi_cpp.html) - [OSI Python Bindings](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/setup/setting_up_osi_python.html) +## Contribute +If you want to contribute in this project, please read the [Contribution guidelines](https://github.com/asam-ev/.github/blob/main/profile/CONTRIBUTING.md). + ## About ASAM ASAM e.V. (Association for Standardization of Automation and Measuring Systems) is a not-for-profit organization that promotes standardization of tool chains in automotive development and testing. Our members are international car manufacturers, suppliers, tool vendors, engineering service providers, and research institutes. ASAM standards are developed by experts from our member companies and are based on real use cases. ASAM is the legal owner of these standards and is responsible for their distribution and marketing.