This commit is contained in:
LiXiaoqi 2024-10-18 13:16:57 +08:00
parent 623919b31b
commit b5d7856fc7

View File

@ -176,7 +176,9 @@ calar中使用的是python 3.7 如果安装了其他版本的python需要使
pip install carla
```
2. 运行 python 例子保证上述make launch 成功启动了server
2. 运行 python 例子保证上述make launch 成功启动了server, 并且在UE界面点击play按钮
如果帧率过低 可在UE Editor界面 设置 Editor->Preference->Performance->uncheck “use less cpu while in background”
## 使用C++编写客户端代码