当前位置:网站首页>Carla-ue4editor import Roadrunner map file (nanny level tutorial)
Carla-ue4editor import Roadrunner map file (nanny level tutorial)
2022-07-02 08:07:00 【Jiang tengxia】
UE4Editor Import RoadRunner Map file
Catalog
One 、 Development environment description
1、Carla:0.9.11
2、Python:3.7.8
3、 operating system :Windows10
4、VS 2019,SDK There are no special restrictions
5、RoadRunner Installation requires a license , Trial License 30 God , Colleges and universities generally have free applications
Two 、RoadRunner Export map file
Step one : export
Export the new file …
Step two : Name and export path
The map of this case is named :Parking_UG_05
Click on Export
!
The results are as follows :
Generally, as long as there is no ` Red ` Just make a mistake
Be careful : Remember the name of the map and the export path , We need it later !
3、 ... and 、UE4 Import map file
1、 Copy and some settings
Will just generate Parking_UG_05
Copy and paste the entire folder into Carla Source code Import\Package07
Catalog , This case is :
F:\Carla\carla-0.9.11\Import\Package07
Be careful :Package07
Create a new directory for myself , Naming can be random ( No Chinese )
There are also package.json
file , If you don't have one, you can build it yourself , It reads as follows :
{
"maps": [
{
"name": "Parking_UG_05",
"source": "./Parking_UG_05/Parking_UG_05.fbx",
"use_carla_materials": true,
"xodr": "./Parking_UG_05/Parking_UG_05.xodr"
}
],
"props": [
]
}
The general structure is like this …
Be careful :name
Try to match the parameter value with the exported map file name , Otherwise, it may lead to inexplicable mistakes !(Parking_UG_05
).
2、 Generate command
Now execute the command to generate the map file
This case Carla The source directory is :
F:\Carla\carla-0.9.11
Open the corresponding version installed by yourself VS 2019
Tool command prompt line .
Enter into Carla Source directory , Execute the following command (Package07
It was created when I saved the map file , Remember to change flexibly )
cd F:\Carla\carla-0.9.11
make import ARGS="--package Package07 --no-carla-materials"
wait for PyCharm
eject Import engineering
after , Click on function
Button
Wait for the program to end automatically …
3、UE4Editor Import map
- open
Carla Of UE4 engineering ( The name is generally :CarlaUE4.uproject)
Start up UE4Editor - ( This step may be omitted ) stay
Carla\Maps
New under directoryParking_UG_05
Folder and enter ( As shown below ) - Click on
Import
, Specify justImport
Catalog ( as follows ) Map file under , ChooseParking_UG_05.fbx
file
F:\Carla\carla-0.9.11\Import\Package07\Parking_UG_05
The precautions are as follows :
4、 Save as
- After successful import, an interface will pop up , The display content is imported by you 3D Map , Don't worry about this page ( Save it or not ), Switch directly to UE4Editor The operation after the main interface of is as follows :
file -》 Save the current level as
- Select the save path and name of the map level
complete !
边栏推荐
- Where do you find the materials for those articles that have read 10000?
- Open3d learning notes 1 [first glimpse, file reading]
- 关于原型图的深入理解
- w10升级至W11系统,黑屏但鼠标与桌面快捷方式能用,如何解决
- 联邦学习下的数据逆向攻击 -- GradInversion
- 【双目视觉】双目立体匹配
- 将恶意软件嵌入到神经网络中
- Brief introduction of prompt paradigm
- Fundamentals of music theory (brief introduction)
- [learning notes] numerical differentiation of back error propagation
猜你喜欢
Graph Pooling 简析
针对tqdm和print的顺序问题
图像增强的几个方法以及Matlab代码
使用Matplotlib绘制图表初步
I'll show you why you don't need to log in every time you use Taobao, jd.com, etc?
Carsim-实时仿真的动画同步问题
Simply test the two different data transmission methods of content length and chunked
On the back door of deep learning model
Matlab数学建模工具
[learning notes] matlab self compiled image convolution function
随机推荐
Meta learning Brief
力扣每日一题刷题总结:字符串篇(持续更新)
What if the laptop can't search the wireless network signal
乐理基础(简述)
OpenCV 6.4 中值滤波器的使用
My VIM profile
【双目视觉】双目立体匹配
Network metering - transport layer
On the confrontation samples and their generation methods in deep learning
Summary of solving the Jetson nano installation onnx error (error: failed building wheel for onnx)
用C# 语言实现MYSQL 真分页
Specification for package drawing
C语言的库函数
OpenCV关于x,y坐标容易混淆的心得
SQL操作数据库语法
AR系统总结收获
图像增强的几个方法以及Matlab代码
Summary of open3d environment errors
Eklavya -- infer the parameters of functions in binary files using neural network
open3d学习笔记二【文件读写】