From 215d752e083456634192461122f43e12d4486866 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 3 Oct 2017 11:56:10 +0200 Subject: [PATCH] Increase plugin version --- CHANGELOG.md | 7 +++++++ Carla.uplugin | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d431c726..754a2e154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## CARLA 0.5.2 + + * Autopilot mode has been removed, now server sends AI control together with measurements every frame + * State and position of traffic lights and signs are now included in the measurements too + * Added a python console client + * Fixed crash when client sends an invalid player start + ## CARLA 0.5.1 * Fixed issue server was destroyed on every reset, closing the connection diff --git a/Carla.uplugin b/Carla.uplugin index ea62aa25e..8fa88d381 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.5.1", + "VersionName": "0.5.2", "FriendlyName": "CARLA", "Description": "", "Category": "Science",