From ed63029b419c9bf8bd32d0d13a93439964e3956f Mon Sep 17 00:00:00 2001 From: nsubiron Date: Mon, 27 Nov 2017 16:44:43 +0100 Subject: [PATCH] Move how to update to how to build on Linux --- Docs/how_to_build_on_linux.md | 9 +++++++++ README.md | 19 ++++++------------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Docs/how_to_build_on_linux.md b/Docs/how_to_build_on_linux.md index 537ffc9b0..4358a0df2 100644 --- a/Docs/how_to_build_on_linux.md +++ b/Docs/how_to_build_on_linux.md @@ -74,6 +74,15 @@ use the Makefile generated in the Unreal project folder $ cd Unreal/CarlaUE4 $ make CarlaUE4Editor +Updating CARLA +-------------- + +Every new release of CARLA we release a new package with the latest changes in +the CARLA assets. To download the latest version, run the "Update" script + + $ git pull + $ ./Update.sh + Launching the editor -------------------- diff --git a/README.md b/README.md index f0f832a05..f240d40ad 100644 --- a/README.md +++ b/README.md @@ -17,24 +17,17 @@ For instructions on how to use and compile CARLA, check out [CARLA Documentation](http://carla.readthedocs.io). News -------------------- +---- -- 28.11.2017 CARLA 0.7.0 released: [change log](https://github.com/carla-simulator/carla/blob/master/CHANGELOG.md) , [release](https://github.com/carla-simulator/carla/releases/tag/0.6.0) -- 15.11.2017 CARLA 0.6.0 released: [change log](https://github.com/carla-simulator/carla/blob/master/CHANGELOG.md) , [release](https://github.com/carla-simulator/carla/releases/tag/0.6.0) +- 28.11.2017 CARLA 0.7.0 released: [change log](https://github.com/carla-simulator/carla/blob/master/CHANGELOG.md#carla-070) , [release](https://github.com/carla-simulator/carla/releases/tag/0.7.0) +- 15.11.2017 CARLA 0.6.0 released: [change log](https://github.com/carla-simulator/carla/blob/master/CHANGELOG.md#carla-060) , [release](https://github.com/carla-simulator/carla/releases/tag/0.6.0) -How to update CARLA -------------------- - -Every new release of CARLA we release a new package with the latest changes in -the CARLA assets. To download the latest version, run the "Update" script - - $ ./Update.sh - Roadmap ------- -We are continuously working on improving CARLA, and we appreciate contributions from the community. -Our most immediate goals are: +We are continuously working on improving CARLA, and we appreciate contributions +from the community. Our most immediate goals are: + - Releasing the methods evaluated in the CARLA paper - Adding a LiDAR sensor - Allowing for flexible and user-friendly import and editing of maps