Upgrade version and update CHANGELOG
This commit is contained in:
parent
3fa30e7da4
commit
ab9a2c7cb5
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
## CARLA 0.8.4
|
||||||
|
|
||||||
|
* Community contribution: ROS bridge by @laurent-george
|
||||||
|
* New vehicle: Tesla Model 3
|
||||||
|
* Added an option to _"CarlaSettings.ini"_ to disable bikes and motorbikes
|
||||||
|
* Fixed missing collision of vehicles introduced in 0.8.3
|
||||||
|
* Improved stability of bikes and motorbikes
|
||||||
|
* Improved autopilot turning behaviour at intersections, now using front wheels positions as reference
|
||||||
|
* Temporarily removed Kawasaki Ninja motorbikes because the model was having some stability issues
|
||||||
|
|
||||||
## CARLA 0.8.3
|
## CARLA 0.8.3
|
||||||
|
|
||||||
* Added two-wheeled vehicles, 3 bicycles and 4 motorbikes
|
* Added two-wheeled vehicles, 3 bicycles and 4 motorbikes
|
||||||
|
|
|
@ -4,7 +4,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='carla_client',
|
name='carla_client',
|
||||||
version='0.8.3',
|
version='0.8.4',
|
||||||
packages=['carla', 'carla.driving_benchmark', 'carla.agent',
|
packages=['carla', 'carla.driving_benchmark', 'carla.agent',
|
||||||
'carla.driving_benchmark.experiment_suites', 'carla.planner'],
|
'carla.driving_benchmark.experiment_suites', 'carla.planner'],
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
|
|
|
@ -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.8.3
|
ProjectVersion=0.8.4
|
||||||
|
|
||||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||||
BuildConfiguration=PPBC_Development
|
BuildConfiguration=PPBC_Development
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"Version": 1,
|
"Version": 1,
|
||||||
"VersionName": "0.8.3",
|
"VersionName": "0.8.4",
|
||||||
"FriendlyName": "CARLA",
|
"FriendlyName": "CARLA",
|
||||||
"Description": "Open-source simulator for autonomous driving research.",
|
"Description": "Open-source simulator for autonomous driving research.",
|
||||||
"Category": "Science",
|
"Category": "Science",
|
||||||
|
|
Loading…
Reference in New Issue