Increase version
This commit is contained in:
parent
6cef03740b
commit
7567184bd8
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,8 +1,24 @@
|
|||
## CARLA 0.7.0
|
||||
|
||||
* New Python client API
|
||||
- Cleaner and more robust
|
||||
- Compatible with Python 2 and 3
|
||||
- Improved exception handling
|
||||
- Improved examples
|
||||
- Included methods for parsing the images
|
||||
- Better documentation
|
||||
- Protocol: renamed "ai_control" to "autopilot_control"
|
||||
- Merged testing client
|
||||
* Make CARLA start without client by default
|
||||
* Added wind effect to some trees and plants
|
||||
* Improvements to the existing weather presets
|
||||
* Build script: skip content download if up-to-date
|
||||
|
||||
## CARLA 0.6.0
|
||||
|
||||
* Included Unreal project and reorganised folders
|
||||
* Enabled semantic segmentation by default
|
||||
* Added Felipe's Pyhton client
|
||||
* Added Felipe's Python client
|
||||
* New build system (Linux only)
|
||||
* Few fixes to city assets
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ For instructions on how to use and compile CARLA, check out
|
|||
News
|
||||
----
|
||||
|
||||
- 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)
|
||||
- 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).
|
||||
|
||||
Roadmap
|
||||
-------
|
||||
|
|
|
@ -3,7 +3,7 @@ ProjectID=675BF8694238308FA9368292CC440350
|
|||
ProjectName=CARLA UE4
|
||||
CompanyName=CVC
|
||||
CopyrightNotice="Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonomade Barcelona (UAB), and the INTEL Visual Computing Lab.This work is licensed under the terms of the MIT license.For a copy, see <https://opensource.org/licenses/MIT>."
|
||||
ProjectVersion=0.6.0
|
||||
ProjectVersion=0.7.0
|
||||
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
BuildConfiguration=PPBC_Development
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.6.0",
|
||||
"VersionName": "0.7.0",
|
||||
"FriendlyName": "CARLA",
|
||||
"Description": "",
|
||||
"Category": "Science",
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
|
||||
0.5.4: 0B2HFV-VuKn3PYUFFanlmZ2VMTW8
|
||||
0.6.0: 1Gw8sw01hDEV4FtpHEZZwvS-6XN0jmaLT
|
||||
0.7.0: 11PKC_lG7L80L1ZxiMlzV17utU45UcRnT
|
||||
|
|
Loading…
Reference in New Issue