usdot-fhwa-stol / cdasim

CDASim is an open-source simulation system supporting the development and testing of Cooperative Driving Automation applications.
38 stars 13 forks source link

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

Open adev4a opened 10 months ago

adev4a commented 10 months ago

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 https://github.com/usdot-fhwa-stol/cdasim/blob/36ec8872d2b0eaa1cb878a793c23b7b6998d48ff/docker/install.sh#L109
  2. Rebuild the cdasim image
  3. Check if resources are available within /opt/carma-simulation

Related Work

No response