carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
10.66k stars 3.42k forks source link

CarlaUnreal repository not found #7654

Closed ShruthiVM closed 1 week ago

ShruthiVM commented 2 weeks ago

Hello all,

CARLA version: 0.9.13

Platform/OS: Windows

Problem you have experienced: I have been trying to clone the Carla fork unreal engine using the syntax git clone --depth 1 -b carla https://github.com/CarlaUnreal/UnrealEngine.git but it keeps throwing the error repository not found. Is there a change in the path to this repository?

What you expected to happen: Download successfully after GitHub authentication.

Steps to reproduce: The steps are as follows in the command prompt run as an administrator Error

Thank you for the help in advance.

Best regards, Shruthi

-->

seominseokt commented 2 weeks ago

Please use this file. It's a file I received in the CARLA Discord channel.

https://drive.google.com/file/d/1zWEoCWDDwuPRZjTK3Q1YY4KA-b3B2iCX/view?usp=sharing

PabloVD commented 2 weeks ago

The repository is still the same as before. Have you linked your github account to the Unreal Engine's account? If not, please follow this guide for that.

ShruthiVM commented 1 week ago

Hello Seominseokt

Please use this file. It's a file I received in the CARLA Discord channel.

https://drive.google.com/file/d/1zWEoCWDDwuPRZjTK3Q1YY4KA-b3B2iCX/view?usp=sharing

Thank you very much for the link. I'll use it if this issue does not get solved.

ShruthiVM commented 1 week ago

Hello Pablo,

The repository is still the same as before. Have you linked your github account to the Unreal Engine's account? If not, please follow this guide for that.

I had connected my github account to the Unreal engine's account.

Below is the screenshot of the account linking.

Github

Also, before the download, the authentication is successful from the github to proceed with the download. Screen shot below for the same.

authentication

I have installed Carla many times before and I have never faced this issue. That is why I want to know if I'm missing out anything new or if anything has changed from before.

Thank you for your response and the help.

PabloVD commented 1 week ago

Can you confirm that it appears in Applications in your github settings, like this? Captura de pantalla de 2024-05-22 18-03-47

ShruthiVM commented 1 week ago

Hello Pablo,

Below is the confirmation screenshot:

Account

ShruthiVM commented 1 week ago

Hello Pablo,

Could you at least provide a zip file of the cloning folder so I can continue with other steps? The one provided by Seominseokt has some missing files in the build file and throws error in GenerateProjectFiles.bat

ShruthiVM commented 1 week ago

Hello Pablo,

I resolved the issue. The problem was that I had not joined the epic games organization through the link provided though I had linked the accounts. Now that I did, the download worked perfectly. Thank you for the help.

PabloVD commented 1 week ago

@ShruthiVM glad to help!