-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Create custom maps in CARLA 0.10.0 #8624
Comments
Hi, Currently, there is no procedure for building a custom Carla map with Carla 0.10.0 The files RoadRunner is exporting are
Unreal Engine is supporting *.fbx (Filmbox) files,and therefor still work with the files from RoadRunner. If you want to create an custom Map and don't want to wait, you could do the following.
I didn't try if it works, but it would be worth a shot, |
I tried to build a new map on CARLA 0.10.0 but failed. Unfortunately, it seems like that CARLA 0.10.0 doesn't support to build additional maps package. Instead, I find some methods, which might be a bit complicated.
I tried this method and it works, but it's still under development |
Thanks for the reply! We'll try the methods you suggested. Do you happen to know if there's an official CARLA roadmap available for future releases? And if a better map creation workflow is under development? @timmao955 in your method is RoadRunner used only to generate the Thank you for the help. |
Hi,
I'm trying to create a custom map for CARLA 0.10.0 and I'm running into some issues. I was looking at the online documentation, specifically this section: https://carla-ue5.readthedocs.io/en/latest/maps_tutorials/
Unfortunately, all the links within this section appear to be broken, making it impossible for me to follow the tutorial.
Therefore, I have the following questions:
What is the recommended procedure for building a new CARLA map from scratch using the latest CARLA version (0.10.0)? I'm looking for the most up-to-date and efficient workflow. Any guidance, links to tutorials, or example files would be greatly appreciated.
Is RoadRunner compatible with the latest CARLA release (0.10.0)? If so, are there any specific considerations or best practices I should be aware of when using RoadRunner to create maps for CARLA 0.10.0?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: