|
1 | 1 | ## Table of Contents
|
2 | 2 | * [Latest Changes](#latest-changes)
|
| 3 | +* [CARLA ScenarioRunner 0.9.9](#carla-scenariorunner-099) |
| 4 | +* [CARLA ScenarioRunner 0.9.8](#carla-scenariorunner-098) |
3 | 5 | * [CARLA ScenarioRunner 0.9.7](#carla-scenariorunner-097)
|
4 | 6 | * [CARLA ScenarioRunner 0.9.6](#carla-scenariorunner-096)
|
5 | 7 | * [CARLA ScenarioRunner 0.9.5.1](#carla-scenariorunner-0951)
|
6 | 8 | * [CARLA ScenarioRunner 0.9.5](#carla-scenariorunner-095)
|
7 | 9 | * [CARLA ScenarioRunner 0.9.2](#carla-scenariorunner-092)
|
8 | 10 |
|
9 | 11 | ## Latest Changes
|
| 12 | + |
| 13 | + |
| 14 | +## CARLA ScenarioRunner 0.9.9 |
10 | 15 | ### :rocket: New Features
|
11 | 16 | * OpenSCENARIO support:
|
12 | 17 | - Support for OpenSCENARIO 1.0 (a converter for old scenarios is available)
|
|
23 | 28 | - Added new criteria, ActorSpeedAboveThresholdTest, useful to check if the ego vehicle has been standing still for long periods of time.
|
24 | 29 | * Setting up actors in batch now also randomizes their colors
|
25 | 30 | * 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() |
27 | 31 | * **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:
|
28 | 32 | - The path to the autoagents has changed from .../challenge/autoagents to .../autoagents
|
29 | 33 | - The path to the route and scenario descriptions has changed from .../challenge to .../data
|
30 |
| - |
31 | 34 | ### :bug: Bug Fixes
|
32 | 35 | * Fixed spawning bugs for scenario DynamicObjectCrossing when it is part of a route
|
33 | 36 | * Fixed spawning bugs for scenarios VehicleTurningRight, VehicleTurningLeft when they are part of a route
|
|
37 | 40 | * Fixed bug causing the simulation to end after running in synchronous mode
|
38 | 41 | * Fixed bug when using the WaypointFollower atomic to create new LocalPlanners for on-the-fly created actors (#502)
|
39 | 42 | * 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 | + |
40 | 46 |
|
41 | 47 | ## CARLA ScenarioRunner 0.9.8
|
42 | 48 | ### :rocket: New Features
|
|
0 commit comments