Increase version
This commit is contained in:
parent
0871f10667
commit
bd0711e87a
|
@ -1,4 +1,4 @@
|
|||
## Latest Changes
|
||||
## CARLA 0.9.5
|
||||
|
||||
* New Town07, rural environment with narrow roads
|
||||
* Reworked OpenDRIVE parser and waypoints API
|
||||
|
|
|
@ -6,21 +6,17 @@
|
|||
> features. Keep in mind that the API and features in this channel can (and
|
||||
> probably will) change.
|
||||
|
||||
- [CARLA 0.9.5](https://github.com/carla-simulator/carla/releases/tag/0.9.5)
|
||||
- [CARLA 0.9.4](https://github.com/carla-simulator/carla/releases/tag/0.9.4)
|
||||
- [CARLA 0.9.3](https://github.com/carla-simulator/carla/releases/tag/0.9.3)
|
||||
- [CARLA 0.9.2](https://github.com/carla-simulator/carla/releases/tag/0.9.2)
|
||||
- [CARLA 0.9.1](https://github.com/carla-simulator/carla/releases/tag/0.9.1) -
|
||||
[[Blog post](http://carla.org/2018/11/16/release-0.9.1/)] - _Vehicle navigation, new waypoint-based API, maps creation, and more_
|
||||
- [CARLA 0.9.0](https://github.com/carla-simulator/carla/releases/tag/0.9.0) -
|
||||
[[Blog post](http://carla.org/2018/07/30/release-0.9.0/)] - _New API, multi-client multi-agent support_
|
||||
- [CARLA 0.8.4](https://github.com/carla-simulator/carla/releases/tag/0.8.4) -
|
||||
[[Blog post](http://carla.org/2018/06/18/release-0.8.4/)] - _Fixes And More!_
|
||||
- [CARLA 0.8.3](https://github.com/carla-simulator/carla/releases/tag/0.8.3) -
|
||||
[[Blog post](http://carla.org/2018/06/08/release-0.8.3/)] - _Now with bikes!_
|
||||
- [CARLA 0.9.1](https://github.com/carla-simulator/carla/releases/tag/0.9.1)
|
||||
- [CARLA 0.9.0](https://github.com/carla-simulator/carla/releases/tag/0.9.0)
|
||||
- [CARLA 0.8.4](https://github.com/carla-simulator/carla/releases/tag/0.8.4)
|
||||
- [CARLA 0.8.3](https://github.com/carla-simulator/carla/releases/tag/0.8.3)
|
||||
|
||||
### Stable [[Documentation](https://carla.readthedocs.io/en/stable/)]
|
||||
|
||||
> The most tested and robust release out there!
|
||||
|
||||
- [CARLA 0.8.2](https://github.com/carla-simulator/carla/releases/tag/0.8.2) -
|
||||
[[Blog post](http://carla.org/2018/04/23/release-0.8.2/)] - _Driving Benchmark_
|
||||
- [CARLA 0.8.2](https://github.com/carla-simulator/carla/releases/tag/0.8.2)
|
||||
|
|
|
@ -108,7 +108,7 @@ def get_libcarla_extensions():
|
|||
|
||||
setup(
|
||||
name='carla',
|
||||
version='0.9.4',
|
||||
version='0.9.5',
|
||||
package_dir={'': 'source'},
|
||||
packages=['carla'],
|
||||
ext_modules=get_libcarla_extensions(),
|
||||
|
|
|
@ -3,7 +3,7 @@ ProjectID=675BF8694238308FA9368292CC440350
|
|||
ProjectName=CARLA UE4
|
||||
CompanyName=CVC
|
||||
CopyrightNotice="Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma de Barcelona (UAB). This work is licensed under the terms of the MIT license. For a copy, see <https://opensource.org/licenses/MIT>."
|
||||
ProjectVersion=0.9.4
|
||||
ProjectVersion=0.9.5
|
||||
|
||||
[/Script/Carla.CarlaSettings]
|
||||
+LowRoadMaterials=(MaterialInterface=MaterialInstanceConstant'"/Game/Carla/Static/GenericMaterials/Ground/SimpleRoad/CheapRoad.CheapRoad"',MaterialSlotName="Tileroad_Road",ImportedMaterialSlotName="",UVChannelData=(bInitialized=False,bOverrideDensities=False,LocalUVDensities[0]=0.000000,LocalUVDensities[1]=0.000000,LocalUVDensities[2]=0.000000,LocalUVDensities[3]=0.000000))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"FileVersion": 3,
|
||||
"Version": 1,
|
||||
"VersionName": "0.9.4",
|
||||
"VersionName": "0.9.5",
|
||||
"FriendlyName": "CARLA",
|
||||
"Description": "Open-source simulator for autonomous driving research.",
|
||||
"Category": "Science",
|
||||
|
|
|
@ -27,4 +27,4 @@
|
|||
#
|
||||
# http://carla-assets-internal.s3.amazonaws.com/Content/PUT_FILE_ID_HERE.tar.gz
|
||||
|
||||
Latest: 20190329_b4263cb
|
||||
0.9.5: 20190329_b4263cb
|
||||
|
|
Loading…
Reference in New Issue