Skip to content

Commit

Permalink
Release of 0.9.11 version
Browse files Browse the repository at this point in the history
Change-Id: Ic1936193a4b267b42d7bf174b5a7da6e10ff3ae0
  • Loading branch information
fabianoboril committed Jan 29, 2021
1 parent b329592 commit 0d3db00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Table of Contents
* [Latest Changes](#latest-changes)
* [CARLA ScenarioRunner 0.9.11](#carla-scenariorunner-0911)
* [CARLA ScenarioRunner 0.9.10](#carla-scenariorunner-0910)
* [CARLA ScenarioRunner 0.9.9](#carla-scenariorunner-099)
* [CARLA ScenarioRunner 0.9.8](#carla-scenariorunner-098)
Expand All @@ -10,6 +11,8 @@
* [CARLA ScenarioRunner 0.9.2](#carla-scenariorunner-092)

## Latest Changes

## CARLA ScenarioRunner 0.9.11
### :rocket: New Features
* Added a sensor barrier for the agents to ensure that the simulation waits for them to render their data.
* Added an option to produce a machine-readable JSON version of the scenario report.
Expand All @@ -32,7 +35,6 @@
* Added check to ensure OSC names (for story/act/maneuver) are unique



## CARLA ScenarioRunner 0.9.10
### :rocket: New Features
* Renamed some agent labels inside Jenkins CI pipelines for new standard proposals.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ branch contains the latest fixes and features, and may be required to use the la

It is important to also consider the release version that has to match the CARLA version.

* [Version 0.9.11](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.11) and the 0.9.11 Branch: Compatible with [CARLA 0.9.11](https://github.com/carla-simulator/carla/releases/tag/0.9.11)
* [Version 0.9.10](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.10) and the 0.9.10 Branch: Compatible with [CARLA 0.9.10](https://github.com/carla-simulator/carla/releases/tag/0.9.10)
* [Version 0.9.9](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.9) and the 0.9.9 Branch: Compatible with [CARLA 0.9.9](https://github.com/carla-simulator/carla/releases/tag/0.9.9). Use the 0.9.9 branch, if you use CARLA 0.9.9.4.
* [Version 0.9.8](https://github.com/carla-simulator/scenario_runner/releases/tag/v0.9.8) and the 0.9.8 Branch: Compatible with [CARLA 0.9.8](https://github.com/carla-simulator/carla/releases/tag/0.9.8)
Expand Down
2 changes: 1 addition & 1 deletion scenario_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from srunner.tools.route_parser import RouteParser

# Version of scenario_runner
VERSION = '0.9.10'
VERSION = '0.9.11'


class ScenarioRunner(object):
Expand Down

0 comments on commit 0d3db00

Please sign in to comment.