Skip to content

Commit 7afb5d9

Browse files
committed
Release 0.9.9
1 parent 3b1cb51 commit 7afb5d9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Docs/CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
## Table of Contents
22
* [Latest Changes](#latest-changes)
3+
* [CARLA ScenarioRunner 0.9.9](#carla-scenariorunner-099)
4+
* [CARLA ScenarioRunner 0.9.8](#carla-scenariorunner-098)
35
* [CARLA ScenarioRunner 0.9.7](#carla-scenariorunner-097)
46
* [CARLA ScenarioRunner 0.9.6](#carla-scenariorunner-096)
57
* [CARLA ScenarioRunner 0.9.5.1](#carla-scenariorunner-0951)
68
* [CARLA ScenarioRunner 0.9.5](#carla-scenariorunner-095)
79
* [CARLA ScenarioRunner 0.9.2](#carla-scenariorunner-092)
810

911
## Latest Changes
12+
13+
14+
## CARLA ScenarioRunner 0.9.9
1015
### :rocket: New Features
1116
* OpenSCENARIO support:
1217
- Support for OpenSCENARIO 1.0 (a converter for old scenarios is available)
@@ -23,11 +28,9 @@
2328
- Added new criteria, ActorSpeedAboveThresholdTest, useful to check if the ego vehicle has been standing still for long periods of time.
2429
* Setting up actors in batch now also randomizes their colors
2530
* When running routes, the weather parameters of each route can now be changed at will. Check the first route at srunner/data/routes_training.xml to see the correct format to do so. By default the weather is now a sunny midday.
26-
* Removed perform_carla_tick() function at CarlaDataProvider, which was a workaround for world.tick()
2731
* **Important** All challenge related content has been removed. This functionality has been improved and is now part of the [Leaderboard](https://github.com/carla-simulator/leaderboard). As a consequence:
2832
- The path to the autoagents has changed from .../challenge/autoagents to .../autoagents
2933
- The path to the route and scenario descriptions has changed from .../challenge to .../data
30-
3134
### :bug: Bug Fixes
3235
* Fixed spawning bugs for scenario DynamicObjectCrossing when it is part of a route
3336
* Fixed spawning bugs for scenarios VehicleTurningRight, VehicleTurningLeft when they are part of a route
@@ -37,6 +40,9 @@
3740
* Fixed bug causing the simulation to end after running in synchronous mode
3841
* Fixed bug when using the WaypointFollower atomic to create new LocalPlanners for on-the-fly created actors (#502)
3942
* Fixed bug causing the scenarios to run faster than real time.
43+
### :ghost: Maintenance
44+
* Removed perform_carla_tick() function at CarlaDataProvider, which was a workaround for world.tick()
45+
4046

4147
## CARLA ScenarioRunner 0.9.8
4248
### :rocket: New Features

0 commit comments

Comments
 (0)