Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

co-simulation scenarios need to be manually extracted in the docker build #175

Open
adev4a opened this issue Nov 10, 2023 · 0 comments · May be fixed by #177
Open

co-simulation scenarios need to be manually extracted in the docker build #175

adev4a opened this issue Nov 10, 2023 · 0 comments · May be fixed by #177
Labels
anomaly A report of an observed issue with the software bug Something isn't working

Comments

@adev4a
Copy link
Contributor

adev4a commented Nov 10, 2023

Summary

The co-simulation scenarios are currently being manually unzipped in the /opt/carma-simulation project directory.
These resources should be made available to the project through the maven build.

Commit

Develop

Expected Behavior

Scenario files can be kept in the default mosaic folder and unpacked from there after the build.

Actual Behavior

The scenario's need to be extracted into the built project.

Steps to Reproduce the Actual Behavior

  1. Comment out this manual extraction into /opt/carma
    unzip sample_scenario.zip -d /opt/carma-simulation/scenarios
  2. Rebuild the cdasim image
  3. Check if resources are available within /opt/carma-simulation

Related Work

No response

@adev4a adev4a added bug Something isn't working anomaly A report of an observed issue with the software labels Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anomaly A report of an observed issue with the software bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant