Create and Import Map from Roadrunner #7956
-
Hello all, I want to create and import Map from Raodrunner , My specs are Is it possible? I read docs it say that CARLA should be built from source or OS is Ubuntu which neither meet my conditions. Also this may off the topic but in my carla root folder I can't find Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
if you wanna import your custom map,you should in CARLA built from source.Given the docs of Carla,if your carla's version is download from zip,you must do it in docker. |
Beta Was this translation helpful? Give feedback.
I'm sorry for replying you so late. For the first question, from my point of view, the concepts of scene and map are not the same. The scene also includes other materials that are not related to traffic, such as buildings and vegetation. The map is the most basic part for the vehicle to run. The reason why you can run the xodr file in the precompiled version is that you don't need to modify the assets in it. Just running the xodr file will make the world appear very empty, without other buildings or vegetation, etc. I don't know much about the second question. I used manual_control.py in the examples provided by Carla to test the map.