Skip to content

Commit 8e6cadc

Browse files
Update trace file player in pipeline (#8)
* Update trace file player in pipeline Signed-off-by: ClemensLinnhoff <[email protected]> --------- Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent 012f6fd commit 8e6cadc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/build_tracefile_player.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Copy Tracefile FMU
7171
if: steps.cache-tracefile-player-fmu.outputs.cache-hit != 'true'
7272
working-directory: sl-5-5-osi-trace-file-player/build
73-
run: cp src/OSMPTraceFilePlayer.fmu /tmp/tracefile_player_fmu/OSMPTraceFilePlayer.fmu
73+
run: cp OSMPTraceFilePlayer.fmu /tmp/tracefile_player_fmu/OSMPTraceFilePlayer.fmu
7474

7575
- name: Commit ID
7676
working-directory: /tmp/tracefile_player_fmu

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ The "object based camera object model" is based on object lists and all modeling
88
The outer layer of the model is the OSI Sensor Model Packaging (OSMP).
99
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.
1010
For more detailed information see the official documentation.
11-
<img src="doc/img/OSMPCameraSensor_Demo.gif" width="800" />
11+
12+
<img src="doc/img/OSMPCameraSensor_Demo.gif" alt="Camera Sensor Demo" width="800" />
1213

1314
## Modeling Approach
1415

@@ -110,8 +111,8 @@ This work received funding from the research project
110111
"[SET Level](https://setlevel.de/)" of the [PEGASUS](https://pegasus-family.de) project family,
111112
promoted by the German Federal Ministry for Economic Affairs and Energy based on a decision of the German Bundestag.
112113

113-
| SET Level | PEGASUS Family | BMWi |
114-
|----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
115-
| <a href="https://setlevel.de"><img src="https://setlevel.de/assets/logo-setlevel.svg" width="100" /></a> | <a href="https://pegasus-family.de"><img src="https://setlevel.de/assets/logo-pegasus-family.svg" width="100" /></a> | <a href="https://www.bmwi.de/Redaktion/DE/Textsammlungen/Technologie/fahrzeug-und-systemtechnologien.html"><img src="https://setlevel.de/assets/logo-bmwi-en.svg" width="100" /></a> |
114+
| SET Level | PEGASUS Family | BMWi |
115+
|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
116+
| <a href="https://setlevel.de"><img src="https://setlevel.de/assets/logo-setlevel.svg" alt="SETLevel" width="100" /></a> | <a href="https://pegasus-family.de"><img src="https://setlevel.de/assets/logo-pegasus-family.svg" alt="Pegasus" width="100" /></a> | <a href="https://www.bmwi.de/Redaktion/DE/Textsammlungen/Technologie/fahrzeug-und-systemtechnologien.html"><img src="https://setlevel.de/assets/logo-bmwi-en.svg" alt="BMWi" width="100" /></a> |
116117

117118
## References

0 commit comments

Comments
 (0)