Increase plugin version
This commit is contained in:
parent
021a737db5
commit
215d752e08
|
@ -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
|
## CARLA 0.5.1
|
||||||
|
|
||||||
* Fixed issue server was destroyed on every reset, closing the connection
|
* Fixed issue server was destroyed on every reset, closing the connection
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"VersionName": "0.5.1",
|
"VersionName": "0.5.2",
|
||||||
"FriendlyName": "CARLA",
|
"FriendlyName": "CARLA",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Category": "Science",
|
"Category": "Science",
|
||||||
|
|
Loading…
Reference in New Issue