-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't load other carla towns in carla 0.10 UE5 version #8513
Comments
I think 0.10.0 only supports Town10HD and the mine map for the time being, as explained in the release notes. |
Is there a way to add any other town? They say that the other towns are not upgraded. But I don't want them upgraded. |
I'm not sure if the old maps would work without upgrading because my understanding is that UE5 has a completely different approach to lighting and rendering. Someone from the CARLA team can perhaps elaborate on this. That part in the documentation is just an example of how to change maps. |
[like] abdo hamdy reacted to your message:
…________________________________
From: Goodarz Mehr ***@***.***>
Sent: Monday, December 30, 2024 8:09:34 PM
To: carla-simulator/carla ***@***.***>
Cc: abdo hamdy ***@***.***>; Author ***@***.***>
Subject: Re: [carla-simulator/carla] Can't load other carla towns in carla 0.10 UE5 version (Issue #8513)
I'm not sure if the old maps would work without upgrading because my understanding is that UE5 has a completely different approach to lighting and rendering. Someone from the CARLA team can perhaps elaborate on this.
That part in the documentation is just an example of how to change maps.
—
Reply to this email directly, view it on GitHub<#8513 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKYB67VR5IZJJ3S7XABJ2ET2IGR75AVCNFSM6AAAAABUKZF7SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVHA3TINZXGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Minia University https://www.minia.edu.eg/ ---[MU Ranking :Times: 600+ / QS : 81-90 (Arab Region) US Ranking: 1259 / Shanghhai: 401-500 Pharmacy & Pharmaceutical Sciences]
|
[0] abdo hamdy reacted to your message:
…________________________________
From: Goodarz Mehr ***@***.***>
Sent: Monday, December 30, 2024 8:09:34 PM
To: carla-simulator/carla ***@***.***>
Cc: abdo hamdy ***@***.***>; Author ***@***.***>
Subject: Re: [carla-simulator/carla] Can't load other carla towns in carla 0.10 UE5 version (Issue #8513)
I'm not sure if the old maps would work without upgrading because my understanding is that UE5 has a completely different approach to lighting and rendering. Someone from the CARLA team can perhaps elaborate on this.
That part in the documentation is just an example of how to change maps.
—
Reply to this email directly, view it on GitHub<#8513 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKYB67VR5IZJJ3S7XABJ2ET2IGR75AVCNFSM6AAAAABUKZF7SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRVHA3TINZXGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
Minia University https://www.minia.edu.eg/ ---[MU Ranking :Times: 600+ / QS : 81-90 (Arab Region) US Ranking: 1259 / Shanghhai: 401-500 Pharmacy & Pharmaceutical Sciences]
|
You can do it in editor mode. In Binaries you cannot, so you will need to compile the editor and do the whole setup. |
CARLA version:
0.10.0
Platform/OS:
ubuntu 22.04
Problem you have experienced:
can not load carla towns only town 10 and mine 1 but other carla towns town 1, town 2, ..etc.
What you expected to happen:
RuntimeError Traceback (most recent call last)
Cell In[2], line 8
5 client.set_timeout(10.0)
7 # Load Town 1
----> 8 world = client.load_world('Town01')
9 print("Connected to Carla server and loaded Town 1")
RuntimeError: std::exception
Steps to reproduce:
import carla
client = carla.Client('localhost', 2000)
client.set_timeout(10.0)
world = client.load_world('Town01')
The text was updated successfully, but these errors were encountered: