简体   繁体   English

如何改变卡拉 map 道路坡度

[英]how to change carla map road slope

I tried to change an existing CARLA simulator map road slope like San Francico downhill intersection.我试图改变现有的CARLA 模拟器map 道路坡度,如旧金山下坡路口。 Can not find an editor for it.找不到它的编辑器。 Would anyone suggest a right tool to do it?有人会建议一个正确的工具来做到这一点吗? a tutorial link will be even better.教程链接会更好。 Thanks a lot for your help.非常感谢你的帮助。

you will need to build carla (not the precompile version), and the editor for maps is unreal engine.您将需要构建 carla(不是预编译版本),并且地图的编辑器是虚幻引擎。 So in the build process you will have to install also unreal engine (the installation steps are already provided in carla tutorial).因此,在构建过程中,您还必须安装虚幻引擎(安装步骤已在 carla 教程中提供)。 You can find find the link to build carla and install unreal engine here: https://carla.readthedocs.io/en/latest/build_linux/ .您可以在此处找到构建 carla 并安装虚幻引擎的链接: https://carla.readthedocs.io/en/latest/build_linux/

When all the prerequisites are install, you launched unreal engine and select the map you want to edit, and at the end you save all you modifications.安装所有先决条件后,您启动了虚幻引擎和 select 您要编辑的 map,最后保存所有修改。 you will then need to generate a compiled version of carla simulator with your customized map.然后,您将需要使用您定制的 map 生成 carla 模拟器的编译版本。

Here is the link to build carla and unreal: https://carla.readthedocs.io/en/latest/build_linux/ (you may need to additional steps for unreal engine).以下是构建 carla 和虚幻引擎的链接: https://carla.readthedocs.io/en/latest/build_linux/ (虚幻引擎可能需要额外的步骤)。

On the same tutorial page, you can find on the left side links to maps customizaton: https://carla.readthedocs.io/en/latest/tuto_M_custom_map_overview/#customization在同一教程页面上,您可以在左侧找到地图定制的链接: https://carla.readthedocs.io/en/latest/tuto_M_custom_map_overview/#customization

I think Repli5 could offer a solution to this problem.我认为 Repli5 可以为这个问题提供解决方案。 We're building WorldGenerator, a software that helps to easily create and edit 3D simulation environments.我们正在构建 WorldGenerator,这是一款有助于轻松创建和编辑 3D 模拟环境的软件。 The virtual worlds created using WorldGenerator can be used in Carla and other simulators.使用 WorldGenerator 创建的虚拟世界可以在 Carla 和其他模拟器中使用。 You can procedurally edit roads, slopes, assets - include deformations as necessary etc.您可以按程序编辑道路、斜坡、资产——包括必要的变形等。

Worth checking out if you believe it could provide some benefits to your workflow with Carla!如果您认为它可以为您使用 Carla 的工作流程带来一些好处,那么值得一试!

www.repli5.com www.repli5.com

Hope it helps!希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM