From 892e4d2b58fcd5bd20c78c2cf1ab38f9e4919c36 Mon Sep 17 00:00:00 2001 From: nongfugengxia Date: Fri, 5 Jul 2024 21:16:34 +0800 Subject: [PATCH] Deployed e8a6e840 with MkDocs version: 1.5.3 --- build_linux_ue5/index.html | 16 +- .../microscopic_Intersection_demo/index.html | 161 +++++++++++ course/multi-view_ camera/index.html | 210 ++++++++++++++ course/navigation/index.html | 258 +++++++++++++++++ course/object_detection/index.html | 271 ++++++++++++++++++ course/scenario/index.html | 149 ++++++++++ course/traffic_indicators/index.html | 265 +++++++++++++++++ course/trajectory_tracking/index.html | 236 +++++++++++++++ img/traffic_course_img/1.gif | Bin 0 -> 232178 bytes img/traffic_course_img/1.png | Bin 0 -> 36405 bytes img/traffic_course_img/2.gif | Bin 0 -> 645800 bytes img/traffic_course_img/2.png | Bin 0 -> 484858 bytes img/traffic_course_img/3.gif | Bin 0 -> 348540 bytes img/traffic_course_img/3.png | Bin 0 -> 1874367 bytes img/traffic_course_img/4.gif | Bin 0 -> 2134096 bytes img/traffic_course_img/4.jpg | Bin 0 -> 111133 bytes img/traffic_course_img/4.png | Bin 0 -> 4240 bytes img/traffic_course_img/trace.gif | Bin 0 -> 137862 bytes index.html | 2 +- search/search_index.json | 2 +- sitemap.xml.gz | Bin 127 -> 127 bytes tuto_D_linux_debug/index.html | 2 + tuto_G_pygame/index.html | 23 +- 23 files changed, 1572 insertions(+), 23 deletions(-) create mode 100755 course/microscopic_Intersection_demo/index.html create mode 100755 course/multi-view_ camera/index.html create mode 100755 course/navigation/index.html create mode 100755 course/object_detection/index.html create mode 100755 course/scenario/index.html create mode 100755 course/traffic_indicators/index.html create mode 100755 course/trajectory_tracking/index.html create mode 100755 img/traffic_course_img/1.gif create mode 100755 img/traffic_course_img/1.png create mode 100755 img/traffic_course_img/2.gif create mode 100755 img/traffic_course_img/2.png create mode 100755 img/traffic_course_img/3.gif create mode 100755 img/traffic_course_img/3.png create mode 100755 img/traffic_course_img/4.gif create mode 100755 img/traffic_course_img/4.jpg create mode 100755 img/traffic_course_img/4.png create mode 100755 img/traffic_course_img/trace.gif diff --git a/build_linux_ue5/index.html b/build_linux_ue5/index.html index 4872d44d..02f5201a 100755 --- a/build_linux_ue5/index.html +++ b/build_linux_ue5/index.html @@ -70,15 +70,15 @@

警告

-

这是一项正在进行的工作!!这个版本的 CARLA 不被认为是一个稳定的版本。在接下来的几个月里,这个分支可能会发生许多重大变化,这可能会破坏您所做的任何修改。我们建议你把这个分支当作实验性的。

+

这是一项正在进行的工作!!这个版本的 Carla 不被认为是一个稳定的版本。在接下来的几个月里,这个分支可能会发生许多重大变化,这可能会破坏您所做的任何修改。我们建议你把这个分支当作实验性的。

在Linux中使用 Unreal Engine 5.3 构建

笔记

-

这个构建过程是为Ubuntu 22.04实现和测试的。我们建议使用这个Ubuntu版本。

+

这个构建过程是为 Ubuntu 22.04 实现和测试的。我们建议使用这个 Ubuntu 版本。

设置环境

-

本指南详细介绍了如何在Linux上使用 Unreal Engine 5.3 从源代码构建 CARLA。

+

本指南详细介绍了如何在 Linux 上使用 Unreal Engine 5.3 从源代码构建 Carla。

在您的本地机器上克隆 Carla 的 ue5-dev 分支:

git clone -b ue5-dev https://github.com/carla-simulator/carla.git CarlaUE5
 
@@ -86,21 +86,21 @@

设置环境

cd CarlaUE5
 bash -x Setup.sh
 
-

Setup.sh脚本安装所有必需的软件包,包括 Cmake、debian 软件包、Python软件包和 Unreal Engine 5.3。它还下载 CARLA 内容并构建 CARLA。因此,此脚本可能需要很长时间才能完成。

+

Setup.sh脚本安装所有必需的软件包,包括 Cmake、debian 软件包、Python软件包和 Unreal Engine 5.3。它还下载 Carla 内容并构建 Carla。因此,此脚本可能需要很长时间才能完成。

注意: -* 这个版本的CARLA需要 创建虚幻引擎 5.3 的 Carla 分叉。为了获得克隆UE存储库的权限,您需要将GitHub 帐户链接到Epic Games。如果您尚未链接您的帐户,请遵循本指南

+* 这个版本的 Carla 需要 创建虚幻引擎 5.3 的 Carla 分叉。为了获得克隆UE存储库的权限,您需要将GitHub 帐户链接到Epic Games。如果您尚未链接您的帐户,请遵循本指南

-

构建并运行 CARLA UE5

+

构建并运行 Carla UE5

安装脚本本身启动以下命令,一旦修改代码并希望重新启动,则需要使用以下命令: