@@ -8,48 +8,47 @@ Execute simulation runs defined by [simple-scenario](https://github.com/ika-rwth
88
99# Examples
1010
11- :bulb : * To recreate these videos use: [ examples/generate_simulation_run_videos.py] ( https://github.com/ika-rwth-aachen/simple-simulation/blob/main/examples/generate_simulation_run_videos.py ) .*
11+ :bulb : * To recreate these videos use: ` examples/generate_simulation_run_videos.py ` .*
1212
1313## Free driving test scenario
1414
15- [ ` examples/example_scenario0.json ` ] ( https://github.com/ika-rwth-aachen/simple-simulation/blob/main/examples/example_scenario0.json )
15+ ` examples/example_scenario0.json `
1616
1717Test scenario:
1818
19- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/ assets/example_scenario0.gif" / >
19+ <img src =" assets/example_scenario0.gif " >
2020
2121Simulation run:
2222
23- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/ assets/example_scenario0_simulation_run.gif" / >
23+ <img src =" assets/example_scenario0_simulation_run.gif " >
2424
2525Result: ` is_goal_reached `
2626
2727## Deceleration test scenario
2828
29- [ ` examples/example_scenario1.json ` ] ( https://github.com/ika-rwth-aachen/simple-simulation/blob/main/examples/example_scenario1.json )
29+ ` examples/example_scenario1.json `
3030
3131Test scenario:
3232
33- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/assets/example_scenario1.gif " />
34-
33+ <img src =" assets/example_scenario1.gif " >
3534
3635Simulation run:
3736
38- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/ assets/example_scenario1_simulation_run.gif" / >
37+ <img src =" assets/example_scenario1_simulation_run.gif " >
3938
4039Result: ` is_standstill `
4140
4241## Cut-in test scenario
4342
44- [ ` examples/example_scenario2.json ` ] ( https://github.com/ika-rwth-aachen/simple-simulation/blob/main/examples/example_scenario2.json )
43+ ` examples/example_scenario2.json `
4544
4645Test scenario:
4746
48- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/ assets/example_scenario2.gif" / >
47+ <img src =" assets/example_scenario2.gif " >
4948
5049Simulation run:
5150
52- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/ assets/example_scenario2_simulation_run.gif" / >
51+ <img src =" assets/example_scenario2_simulation_run.gif " >
5352
5453Result: ` is_collision `
5554
@@ -144,10 +143,16 @@ The `simple_simulation` module consists of the following submodules:
144143
145144This package is developed as part of the [ Hi-Drive project] ( https://www.hi-drive.eu ) .
146145
147- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/assets/Hi_Drive_Logo_Claim_rgb.svg " style =" width :2in " />
146+ <!-- <img src="https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/assets/Hi_Drive_Logo_Claim_rgb.svg" style="width:2in" /> -->
147+ <img src =" assets/Hi_Drive_Logo_Claim_rgb.svg " style =" width :2in " />
148148
149149The research leading to these results has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101006664.
150150The sole responsibility of this publication lies with the authors.
151151The authors would like to thank all partners within the Hi-Drive project (hi-drive.eu) for their cooperation and valuable contribution.
152152
153- <img src =" https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/assets/funded_by_eu.svg " style =" width :4in " />
153+ <!-- <img src="https://raw.githubusercontent.com/ika-rwth-aachen/simple-simulation/refs/heads/main/assets/funded_by_eu.svg" style="width:4in" /> -->
154+ <img src =" assets/funded_by_eu.svg " style =" width :4in " />
155+
156+ Additional development is done within the [ SYNERGIES project] ( https://synergies-ccam.eu/ ) .
157+
158+ <img src =" assets/synergies.svg " style =" width :4in " />
0 commit comments