carla-simulator / carla-map-editor

Standalone GUI application to enhance RoadRunner maps with traffic lights and traffic signs information.
Other
72 stars 24 forks source link

CARLA Map Editor

carla.org download discord

The CARLA Map Editor can be used to load the FBX and XODR files created in the RoadRunner application and update them with traffic lights and speed signs.

Building CARLA Map Editor

Currently the editor is provided for Linux only. It will be available for Windows in the near future.

Use git clone or download the project from this page. Note that the master branch contains the latest fixes and features, for the latest stable code may be best to switch to the stable branch.

Ensure your linux environment is set up for CARLA. See here

Run Update.sh to download the assets to the Content folder.

Run make --package to build the Carla Editor distribution package and create the application.

Run make --launch to build the Carla Editor application and open it in the Unreal Editor.

Using the CARLA Map Editor

Controls:

Importing/Exporting FBX and XODR:

Contributing

Please take a look at our Contribution guidelines.

F.A.Q.

If you run into problems, check our FAQ.

License

CARLA specific code is distributed under MIT License.

CARLA specific assets are distributed under CC-BY License.

Note that UE4 itself follows its own license terms.