Increase version
This commit is contained in:
parent
1fb8c65b35
commit
e2c4dc1312
|
@ -1,4 +1,4 @@
|
||||||
## Latest
|
## CARLA 0.9.6
|
||||||
|
|
||||||
* Upgraded to Unreal Engine 4.22
|
* Upgraded to Unreal Engine 4.22
|
||||||
* Added Vulkan support, if installed, CARLA will use Vulkan, use `-opengl` flag to launch with OpenGL
|
* Added Vulkan support, if installed, CARLA will use Vulkan, use `-opengl` flag to launch with OpenGL
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
> features. Keep in mind that the API and features in this channel can (and
|
> features. Keep in mind that the API and features in this channel can (and
|
||||||
> probably will) change.
|
> probably will) change.
|
||||||
|
|
||||||
|
- [CARLA 0.9.6](https://github.com/carla-simulator/carla/releases/tag/0.9.6)
|
||||||
- [CARLA 0.9.5](https://github.com/carla-simulator/carla/releases/tag/0.9.5)
|
- [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.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.3](https://github.com/carla-simulator/carla/releases/tag/0.9.3)
|
||||||
|
|
|
@ -118,7 +118,7 @@ def get_libcarla_extensions():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='carla',
|
name='carla',
|
||||||
version='0.9.5',
|
version='0.9.6',
|
||||||
package_dir={'': 'source'},
|
package_dir={'': 'source'},
|
||||||
packages=['carla'],
|
packages=['carla'],
|
||||||
ext_modules=get_libcarla_extensions(),
|
ext_modules=get_libcarla_extensions(),
|
||||||
|
|
|
@ -3,7 +3,7 @@ ProjectID=675BF8694238308FA9368292CC440350
|
||||||
ProjectName=CARLA UE4
|
ProjectName=CARLA UE4
|
||||||
CompanyName=CVC
|
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>."
|
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.5
|
ProjectVersion=0.9.6
|
||||||
|
|
||||||
[/Script/Carla.CarlaSettings]
|
[/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))
|
+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,
|
"FileVersion": 3,
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"VersionName": "0.9.5",
|
"VersionName": "0.9.6",
|
||||||
"FriendlyName": "CARLA",
|
"FriendlyName": "CARLA",
|
||||||
"Description": "Open-source simulator for autonomous driving research.",
|
"Description": "Open-source simulator for autonomous driving research.",
|
||||||
"Category": "Science",
|
"Category": "Science",
|
||||||
|
|
|
@ -28,4 +28,4 @@
|
||||||
# http://carla-assets-internal.s3.amazonaws.com/Content/PUT_FILE_ID_HERE.tar.gz
|
# http://carla-assets-internal.s3.amazonaws.com/Content/PUT_FILE_ID_HERE.tar.gz
|
||||||
|
|
||||||
0.9.5: 20190404_c7b464a
|
0.9.5: 20190404_c7b464a
|
||||||
Latest: 20190710_0097e66
|
0.9.6: 20190710_0097e66
|
||||||
|
|
Loading…
Reference in New Issue