carla-simulator / carla-autoware

Integration of AutoWare AV software with the CARLA simulator
MIT License
252 stars 86 forks source link

Update code and patch to work with Carla 0.9.11. #138

Open xpharry opened 2 years ago

xpharry commented 2 years ago

This change is Reviewable

HaidySSamy commented 1 year ago

Hello I followed these steps and i still get an error. Already on 'master' Your branch is up to date with 'origin/master'. error: patch with only garbage at line 3 The command '/bin/bash -o pipefail -c cd ./Autoware && vcs import src < autoware.ai.repos && cd src/autoware/simulation && git apply update_code.patch' returned a non-zero code: 128 during ./build.sh Any idea what what could be the cause of that ?

xpharry commented 1 year ago

Hi @HaidySSamy . Because the docker file assumes the autoware repos were stable which are not. It is possible the setup is outdated, which I need to confirm in my PC. I will share more detail.

HaidySSamy commented 1 year ago

Hi @HaidySSamy . Because the docker file assumes the autoware repos were stable which are not. It is possible the setup is outdated, which I need to confirm in my PC. I will share more detail.

Okay I'm waiting...Thank you for the quick reply.