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

Failing docker build due to change of CARLA release URLs #201

Closed DokurOmkar closed 5 months ago

DokurOmkar commented 6 months ago

Summary

Currently, CDAsim docker build is failing due to the change in CARLA release URLs. This is due to CARLA moved their resources from AWS to Backblaze.

Here is the CARLA commit history that has changed URLs: https://github.com/carla-simulator/carla/commit/763687349214092e9d571d6559046215ad0fba76

Commit

develop

Expected Behavior

Docker image to build successfully

Actual Behavior

Docker build is failing

Steps to Reproduce the Actual Behavior

  1. Build CDAsim docker image

Related Work

No response