Skip to content

Commit

Permalink
Upgrade version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nsubiron committed Jun 15, 2018
1 parent 3fa30e7 commit ab9a2c7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

* Added two-wheeled vehicles, 3 bicycles and 4 motorbikes
Expand Down
2 changes: 1 addition & 1 deletion PythonClient/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='carla_client',
version='0.8.3',
version='0.8.4',
packages=['carla', 'carla.driving_benchmark', 'carla.agent',
'carla.driving_benchmark.experiment_suites', 'carla.planner'],
license='MIT License',
Expand Down
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Config/DefaultGame.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.3
ProjectVersion=0.8.4

[/Script/UnrealEd.ProjectPackagingSettings]
BuildConfiguration=PPBC_Development
Expand Down
2 changes: 1 addition & 1 deletion Unreal/CarlaUE4/Plugins/Carla/Carla.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.8.3",
"VersionName": "0.8.4",
"FriendlyName": "CARLA",
"Description": "Open-source simulator for autonomous driving research.",
"Category": "Science",
Expand Down

0 comments on commit ab9a2c7

Please sign in to comment.