From cb754d8abba2307c8b930ed7ce59874a7426f2c5 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Tue, 12 Dec 2023 10:23:46 +0100 Subject: [PATCH 1/3] Update trace file player in pipeline Signed-off-by: ClemensLinnhoff --- .github/workflows/build_tracefile_player.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_tracefile_player.yml b/.github/workflows/build_tracefile_player.yml index d35d3db..b07a6c7 100644 --- a/.github/workflows/build_tracefile_player.yml +++ b/.github/workflows/build_tracefile_player.yml @@ -70,7 +70,7 @@ jobs: - name: Copy Tracefile FMU if: steps.cache-tracefile-player-fmu.outputs.cache-hit != 'true' working-directory: sl-5-5-osi-trace-file-player/build - run: cp src/OSMPTraceFilePlayer.fmu /tmp/tracefile_player_fmu/OSMPTraceFilePlayer.fmu + run: cp OSMPTraceFilePlayer.fmu /tmp/tracefile_player_fmu/OSMPTraceFilePlayer.fmu - name: Commit ID working-directory: /tmp/tracefile_player_fmu From 46bbbb536248872d72ec76fde40bc7ce867b6007 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Tue, 12 Dec 2023 10:25:06 +0100 Subject: [PATCH 2/3] Add alternate text in readme Signed-off-by: ClemensLinnhoff --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5d20fb..077da8c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ The "object based camera object model" is based on object lists and all modeling The outer layer of the model is the OSI Sensor Model Packaging (OSMP). It specifies ways in which models using the Open Simulation Interface (OSI) are to be packaged for their use in simulation environments using FMI 2.0. For more detailed information see the official documentation. - + +Camera Sensor Demo ## Modeling Approach From 9f65f0314ef0842ac525214fd955ba94b3c3dc02 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Tue, 12 Dec 2023 10:28:14 +0100 Subject: [PATCH 3/3] Fix markdown Signed-off-by: ClemensLinnhoff --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 077da8c..ff886a1 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ This work received funding from the research project "[SET Level](https://setlevel.de/)" of the [PEGASUS](https://pegasus-family.de) project family, promoted by the German Federal Ministry for Economic Affairs and Energy based on a decision of the German Bundestag. -| SET Level | PEGASUS Family | BMWi | -|----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| | | | +| SET Level | PEGASUS Family | BMWi | +|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| SETLevel | Pegasus | BMWi | ## References