From 2ff57c03d42c7ba3d5762bf85c98e7afe7ddf101 Mon Sep 17 00:00:00 2001 From: Habedank Clemens Date: Wed, 6 Apr 2022 11:19:26 +0200 Subject: [PATCH] changed OSMP acronym meaning in multiple places Signed-off-by: Habedank Clemens --- .github/workflows/asciidoc-build.yml | 6 +++--- README.rst | 8 ++++---- general_docs/glossary.adoc | 2 +- general_docs/osi_repos.adoc | 2 +- index.adoc | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/asciidoc-build.yml b/.github/workflows/asciidoc-build.yml index 37ed98c9..8b6b4763 100644 --- a/.github/workflows/asciidoc-build.yml +++ b/.github/workflows/asciidoc-build.yml @@ -32,11 +32,11 @@ jobs: fetch-depth: 0 - - name: Checkout OSI Sensor Model Packaging + - name: Checkout OSI Simulation Model Packaging uses: actions/checkout@v2 with: - repository: OpenSimulationInterface/osi-sensor-model-packaging - path: osi-sensor-model-packaging + repository: OpenSimulationInterface/osi-simulation-model-packaging + path: osi-simulation-model-packaging - name: Checkout proto2cpp uses: actions/checkout@v2 diff --git a/README.rst b/README.rst index f77334c5..e1d361cb 100644 --- a/README.rst +++ b/README.rst @@ -15,14 +15,14 @@ Pipeline is broken - `OSI Validation`_ |osi_visualizer_build| - `OSI Visualizer`_ -|osi_sensor_model_packaging_build| - `OSI Model Packaging`_ +|osi_simulation_model_packaging_build| - `OSI Model Packaging`_ .. _Open Simulation Interface: https://opensimulationinterface.github.io/osi-documentation/open-simulation-interface/README.html .. _OSI Validation: https://opensimulationinterface.github.io/osi-documentation/osi-validation/README.html .. _OSI Visualizer: https://opensimulationinterface.github.io/osi-documentation/osi-visualizer/README.html -.. _OSI Model Packaging: https://opensimulationinterface.github.io/osi-documentation/osi-sensor-model-packaging/README.html +.. _OSI Model Packaging: https://opensimulationinterface.github.io/osi-documentation/osi-simulation-model-packaging/README.html .. |osi_build| image:: https://github.com/OpenSimulationInterface/open-simulation-interface/actions/workflows/protobuf.yml/badge.svg :target: https://github.com/OpenSimulationInterface/open-simulation-interface/actions/workflows/protobuf.yml @@ -33,5 +33,5 @@ Pipeline is broken - `OSI Validation`_ .. |osi_visualizer_build| image:: https://github.com/OpenSimulationInterface/osi-visualizer/actions/workflows/ci-build.yml/badge.svg :target: https://github.com/OpenSimulationInterface/osi-visualizer/actions/workflows/ci-build.yml -.. |osi_sensor_model_packaging_build| image:: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/actions/workflows/protobuf.yml/badge.svg - :target: https://github.com/OpenSimulationInterface/osi-sensor-model-packaging/actions/workflows/protobuf.yml +.. |osi_simulation_model_packaging_build| image:: https://github.com/OpenSimulationInterface/osi-simulation-model-packaging/actions/workflows/protobuf.yml/badge.svg + :target: https://github.com/OpenSimulationInterface/osi-simulation-model-packaging/actions/workflows/protobuf.yml diff --git a/general_docs/glossary.adoc b/general_docs/glossary.adoc index 888a5c7f..500f3421 100644 --- a/general_docs/glossary.adoc +++ b/general_docs/glossary.adoc @@ -51,7 +51,7 @@ Specification for interfaces between models and components of a distributed simu OSI has a strong focus on environmental perception of automated driving functions. It also specifies interfaces for modeling traffic participants. -OSMP (OSI Sensor Model Packaging):: +OSMP (OSI Simulation Model Packaging):: Specifies how models that use Open Simulation Interface (OSI) in simulation environments are packaged in accordance with the Functional Mock-up Interface 2.0 (FMI 2.0). Sensor coordinate system:: diff --git a/general_docs/osi_repos.adoc b/general_docs/osi_repos.adoc index 52b5ed6d..3a9ff56d 100644 --- a/general_docs/osi_repos.adoc +++ b/general_docs/osi_repos.adoc @@ -12,6 +12,6 @@ Main repository containing the interface description based on Google's Protocol https://github.com/OpenSimulationInterface/osi-documentation[osi-documentation]:: Source for the OSI user guide sources and hosts the https://opensimulationinterface.github.io/osi-documentation/[{THIS_STANDARD} user guide]. -https://github.com/OpenSimulationInterface/osi-sensor-model-packaging[osi-sensor-model-packaging]:: Packaging specification for OSI models used in FMI 2.0 cite:[fmi2.0] simulation environments, including examples. +https://github.com/OpenSimulationInterface/osi-simulation-model-packaging[osi-simulation-model-packaging]:: Packaging specification for OSI models used in FMI 2.0 cite:[fmi2.0] simulation environments, including examples. https://github.com/OpenSimulationInterface/proto2cpp[proto2cpp]:: Doxygen filter for creating the reference documentation from OSI .proto files. \ No newline at end of file diff --git a/index.adoc b/index.adoc index 29318b62..331001b0 100644 --- a/index.adoc +++ b/index.adoc @@ -21,7 +21,7 @@ include::{asciidoc-resources}/preamble.adoc[] // If the subrepo is rendered seperatly, then the variable is set to just "./images" with ifdef. // Please note that this variable has to used in all image includes. Includes here have to use "image::./images..." :images_open_simulation_interface: ./open-simulation-interface/doc/images -// :images_osi_sensor_model_packaging: ./osi-sensor-model-packaging/doc/images // example +// :images_osi_simulation_model_packaging: ./osi-simulation-model-packaging/doc/images // example :imagesoutdir: ./images/generated_images @@ -66,7 +66,7 @@ include::./general_standard/relations_to_other_standards.adoc[leveloffset=+2] include::./open-simulation-interface/doc/open-simulation-interface_user_guide.adoc[leveloffset=+1] -include::./osi-sensor-model-packaging/doc/osi-sensor-model-packaging_spec.adoc[leveloffset=+1] +include::./osi-simulation-model-packaging/doc/osi-simulation-model-packaging_spec.adoc[leveloffset=+1] // osi-validation and osi-visualizer are considered supplementary tooling that is not normative. They are therefore not part of the ASAM standard release. // include::./osi-validation/doc/osi-validator_user_guide.adoc[leveloffset=+1,opts=optional]