{"id":28650596,"url":"https://github.com/carla-simulator/carla-map-editor","last_synced_at":"2025-06-13T05:06:58.827Z","repository":{"id":69753710,"uuid":"173368625","full_name":"carla-simulator/carla-map-editor","owner":"carla-simulator","description":"Standalone GUI application to enhance RoadRunner maps with traffic lights and traffic signs information.","archived":false,"fork":false,"pushed_at":"2019-04-09T13:58:33.000Z","size":75933,"stargazers_count":72,"open_issues_count":6,"forks_count":23,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-07-21T13:32:56.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carla-simulator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-03-01T21:11:13.000Z","updated_at":"2024-07-06T22:47:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"721bdf9b-3f0b-4c4a-9798-6df62cac31b6","html_url":"https://github.com/carla-simulator/carla-map-editor","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/carla-simulator/carla-map-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carla-simulator%2Fcarla-map-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carla-simulator%2Fcarla-map-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carla-simulator%2Fcarla-map-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carla-simulator%2Fcarla-map-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carla-simulator","download_url":"https://codeload.github.com/carla-simulator/carla-map-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carla-simulator%2Fcarla-map-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259584826,"owners_count":22880202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-13T05:06:58.236Z","updated_at":"2025-06-13T05:06:58.813Z","avatar_url":"https://github.com/carla-simulator.png","language":"C++","funding_links":[],"categories":["Frameworks \u0026 libraries","Official Repositories 🏢"],"sub_categories":["Simulators"],"readme":"CARLA Map Editor\n===============\n\n\n[![carla.org](Docs/img/btn/web.png)](http://carla.org)\n[![download](Docs/img/btn/download.png)](https://github.com/carla-simulator/carla/blob/master/Docs/download.md)\n[![discord](Docs/img/btn/chat.png)](https://discord.gg/8kqACuC)\n\u003c!-- [![forum](Docs/img/btn/forum.png)](link here) --\u003e\n\nThe 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. \n\nBuilding CARLA Map Editor\n--------------------------\n\nCurrently the editor is provided for Linux only. It will be available for Windows in the near future. \n\nUse `git clone` or download the project from this page. Note that the master\nbranch contains the latest fixes and features, for the latest stable code may be\nbest to switch to the `stable` branch.\n\nEnsure your linux environment is set up for CARLA. [See here](https://carla.readthedocs.io/en/latest/how_to_build_on_linux/)\n\nRun Update.sh to download the assets to the Content folder. \n\nRun make --package to build the Carla Editor distribution package and create the application.\n\nRun make --launch to build the Carla Editor application and open it in the Unreal Editor.\n\nUsing the CARLA Map Editor\n--------------------------\n- Traffic lights, groups and speed signs can be placed in the map.\n\n- The different assets available can be selected from the drop downs in the GUI. \n\n- The create button will spawn an instance of an actor for the asset selected.\n \n- A spawned actor can be selected by clicking on it in the world or by selecting it from the actor table.\n\n- A traffic light actor must belong to a traffic group. Otherwise it will be ignored. A selected traffic light can be assigned a traffic group by selecting the group in the combo box.\n\n- Speed signs and traffic lights also have box triggers for detecting nearby vehicles. The box extents and relative transforms can also be modified.\n\nControls:\n\n- A,W,S,D keys navigate the camera. \n- Camera is rotated by holding left or right mouse button while moving the mouse.\n- The actor can be selected by clicking the left mouse button while the cursor is over the actor object or over its name in the actor table.\n- The actor can be deselected by double-clicking the right mouse button.\n- The GUI visibility can be toggled with the M key.\n- The actor table visibility can be toggled with the T key.\n- DELETE key deletes the selected actor.\n- P key exits the application.\n- The create button spawns actors.\n- The export button exports the current data to the XODR file.\n\nImporting/Exporting FBX and XODR:\n- Create directories called Import and Export (case-sensitive) and place them in the CarlaEditor folder. \n- Place FBX and XODR files in the Import directory. The files can have any name.\n- The modifed XODR file will be created in the Export directory.\n\n\nContributing\n------------\n\nPlease take a look at our [Contribution guidelines][contriblink].\n\n[contriblink]: http://carla.readthedocs.io/en/latest/CONTRIBUTING\n\nF.A.Q.\n------\n\nIf you run into problems, check our\n[FAQ](http://carla.readthedocs.io/en/latest/faq/).\n\nLicense\n-------\n\nCARLA specific code is distributed under MIT License.\n\nCARLA specific assets are distributed under CC-BY License.\n\nNote that UE4 itself follows its own license terms.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarla-simulator%2Fcarla-map-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarla-simulator%2Fcarla-map-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarla-simulator%2Fcarla-map-editor/lists"}