carla/Docs/tuto_A_add_map/generate_map_roadrunner.md

4.3 KiB

Generating Maps in RoadRunner

RoadRunner is the recommended software to create maps to be imported into CARLA. This guide will give an outline of what RoadRunner is and how to export customs maps that are ready for importing into CARLA.


Introduction to RoadRunner

RoadRunner is an interactive editor that lets you design 3D scenes for simulating and testing automated driving systems. You can customize roadway scenes by creating region-specific road signs and markings. You can insert signs, signals, guardrails, and road damage, as well as foliage, buildings, and other 3D models. RoadRunner provides tools for setting and configuring traffic signal timing, phases, and vehicle paths at intersections. the Asset Library lets you quickly populate your 3D scenes with a large set of realistic and visually consistent 3D models.

RoadRunner is part of the MATLAB Campus Wide Licenses, so many universities can provide unlimited academic access. Check if your university has access. Reach out to automated-driving@mathworks.com for any questions or troubles regarding accessibility. There is also a trial version available.


Before you start

1. Install RoadRunner. You can follow the installation guide at the Mathworks website.


Export a map in RoadRunner

!!! Note The specifics of how to build a map in RoadRunner go beyond the scope of this guide, however there are video tutorials available in the RoadRunner documentation.

Below is a guideline to export your custom map from RoadRunner. You can find more detailed information about how to export to CARLA in MathWorks' documentation.

Once you have made your map in Roadrunner you will be able to export it. Be aware that the map cannot be modified after it has been exported. Before exporting, ensure that:

  • The map is centered at (0,0) to ensure the map can be visualized correctly in Unreal Engine.
  • The map definition is correct.
  • The map validation is correct, paying close attention to connections and geometries.

CheckGeometry

Once the map is ready, click on the OpenDRIVE Preview Tool button to visualize the OpenDRIVE road network and give everything one last check.

checkopen

!!! note OpenDrive Preview Tool makes it easier to test the integrity of the map. If there are any errors with junctions, click on Maneuver Tool, and Rebuild Maneuver Roads.

1. Export the scene using the CARLA option:

  • In the main toolbar, select File -> Export -> CARLA (.fbx, .xodr, .rrdata.xml)

2. Check the following options:

  • Split by Segmentation: Divides the mesh by semantic segmentation.
  • Power of Two Texture Dimensions: Improves performance.
  • Embed Textures: Ensures textures are embedded in the mesh.
  • Export to Tiles: Choose the size of the tile or leave unchecked for only one piece.

Leave unchecked:

  • Export Individual Tiles: Generates one .fbx file with all map pieces.

roadrunner_export

3. Chose the directory where you want to export your files and click Export. This will generate <mapName>.fbx and <mapName>.xodr files among others.

!!! Warning Make sure that the .xodr and the .fbx files have the same name.


Next steps

You are now ready to import your map into CARLA. The next step will depend upon the kind of CARLA installation you are using:

  • For users of CARLA built from source, follow the guide here.
  • For users of a packaged (binary) version of CARLA, follow the guide here.