From 4ef23157baab09381c27da858aabe426349481e1 Mon Sep 17 00:00:00 2001 From: sergi-e Date: Fri, 12 Jun 2020 10:16:35 +0200 Subject: [PATCH] Link added --- Docs/build_linux.md | 4 ++-- README.md | 11 ++++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Docs/build_linux.md b/Docs/build_linux.md index 9280154fd..f2b5df971 100644 --- a/Docs/build_linux.md +++ b/Docs/build_linux.md @@ -60,7 +60,7 @@ git clone --depth=1 -b 4.24 https://github.com/EpicGames/UnrealEngine.git ~/Unre cd ~/UnrealEngine_4.24 # Download and install the UE patch -wget url://... ~Download//430667-13636743-patch.txt +wget https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/UE_Patch/430667-13636743-patch.txt ~Download//430667-13636743-patch.txt patch --strip=4 < ~/Downloads/430667-13636743-patch.txt # Build UE @@ -162,7 +162,7 @@ cd ~/UnrealEngine_4.24 Get a patch for Unreal Engine. The patch fixes some Vulkan visualization issues that may occur when changing the map. Download and install it with the following commands. ```sh -wget url://... ~Download//430667-13636743-patch.txt +wget https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/UE_Patch/430667-13636743-patch.txt ~Download//430667-13636743-patch.txt patch --strip=4 < ~/Downloads/430667-13636743-patch.txt ``` diff --git a/README.md b/README.md index 8e8d89dfb..c17ed9c2b 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,9 @@ CARLA Simulator [![forum](Docs/img/btn/forum.png)](https://forum.carla.org) [![discord](Docs/img/btn/chat.png)](https://discord.gg/8kqACuC) -CARLA is an open-source simulator for autonomous driving research. CARLA has -been developed from the ground up to support development, training, and -validation of autonomous driving systems. In addition to open-source code -and protocols, CARLA provides open digital assets (urban layouts, buildings, -vehicles) that were created for this purpose and can be used freely. The -simulation platform supports flexible specification of sensor suites and +CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and +validation of autonomous driving systems. In addition to open-source code and protocols, CARLA provides open digital assets (urban layouts, buildings, +vehicles) that were created for this purpose and can be used freely. The simulation platform supports flexible specification of sensor suites and environmental conditions. [![CARLA Video](Docs/img/video_thumbnail.png)](https://www.youtube.com/watch?v=TOojcifcRBA) @@ -71,7 +68,7 @@ The Linux build needs for an UE patch to solve some visualization issues regardi ```sh # Download and install the UE patch cd ~/UnrealEngine_4.24 -wget url://... ~Download//430667-13636743-patch.txt +wget https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/UE_Patch/430667-13636743-patch.txt ~Download//430667-13636743-patch.txt patch --strip=4 < ~/Downloads/430667-13636743-patch.txt # Build UE ./Setup.sh && ./GenerateProjectFiles.sh && make