More version changes
This commit is contained in:
parent
65720f04b2
commit
3f4eed2239
|
@ -7,7 +7,6 @@
|
|||
* Added the new core pipeline for the simulator
|
||||
* Added parameter to carla settings to control culling
|
||||
* Added fully deterministic option for Traffic Manager, sorting vehicles by ID and avoiding race conditions
|
||||
* Added smoke test for raycast sensor determinism and collision determinism
|
||||
* Added the option to sweep the wheel shape for collision. This requires to patch the engine
|
||||
* Added the possibility of changing physics substepping options from client
|
||||
* Added 'noise_seed' to sensors to initialize the random generators
|
||||
|
|
|
@ -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.10
|
||||
ProjectVersion=0.9.11
|
||||
|
||||
[/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.9",
|
||||
"VersionName": "0.9.11",
|
||||
"FriendlyName": "CARLA",
|
||||
"Description": "Open-source simulator for autonomous driving research.",
|
||||
"Category": "Science",
|
||||
|
|
Loading…
Reference in New Issue