cdasim
cdasim copied to clipboard
co-simulation scenarios need to be manually extracted in the docker build
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
- Comment out this manual extraction into /opt/carma https://github.com/usdot-fhwa-stol/cdasim/blob/36ec8872d2b0eaa1cb878a793c23b7b6998d48ff/docker/install.sh#L109
- Rebuild the cdasim image
- Check if resources are available within /opt/carma-simulation
Related Work
No response