|
1 | 1 | ## Table of Contents
|
2 | 2 | * [Latest Changes](#latest-changes)
|
| 3 | +* [CARLA ScenarioRunner 0.9.7](#carla-scenariorunner-097) |
3 | 4 | * [CARLA ScenarioRunner 0.9.6](#carla-scenariorunner-096)
|
4 | 5 | * [CARLA ScenarioRunner 0.9.5.1](#carla-scenariorunner-0951)
|
5 | 6 | * [CARLA ScenarioRunner 0.9.5](#carla-scenariorunner-095)
|
6 | 7 | * [CARLA ScenarioRunner 0.9.2](#carla-scenariorunner-092)
|
7 | 8 |
|
8 | 9 | ## Latest Changes
|
| 10 | + |
| 11 | + |
| 12 | +## CARLA ScenarioRunner 0.9.7 |
| 13 | +**This is the _first_ release to work with CARLA 0.9.7 (not the patch versions 0.9.7.x)** |
9 | 14 | ### :rocket: New Features
|
10 |
| -* Added example scenario for lane change |
11 |
| -* Added cut-in example scenario |
12 |
| -* New Features: |
| 15 | +* Challenge routes can be directly executed with the ScenarioRunner using the --route option |
| 16 | +* Agents can be used with the ScenarioRunner (currently only for route-based scenarios) |
| 17 | +* New scenarios: |
| 18 | + - Added example scenario for lane change |
| 19 | + - Added cut-in example scenario |
| 20 | +* Scenario updates: |
13 | 21 | - Scenarios 7 to 10 are now visible when running routes (instead of being triggered in the background). Their
|
14 |
| - methodology has remained unchanged |
| 22 | + methodology has remained unchanged |
| 23 | +* Scenario atomics: |
15 | 24 | - Added new OutsideRouteLanesTest atomic criter that encompasses both SidewalkTest and WrongLaneTest, returning
|
16 |
| - the percentage of route that has been traveled outside the lane. |
17 |
| - - InRouteTest is now more forgiving. The max distance has been increased, but staying above the previous one will eventually also cause failure |
| 25 | + the percentage of route that has been traveled outside the lane. |
| 26 | + - InRouteTest is now more forgiving. The max distance has been increased, but staying above the previous one will eventually |
| 27 | + also cause failure |
18 | 28 | - Changed SidewalkTest atomic criteria to also track other type of out of lane conditions
|
19 | 29 | - SidewalkTest and WrongLaneTest atomic criterias now track the amount of meters traversed
|
20 | 30 | - CollisionTest atomic criteria now correctly ignores multiple micro-collisions with the same object
|
|
23 | 33 | - Added get_transform() method for CarlaDataProvider
|
24 | 34 | - Added support for weather conditions
|
25 | 35 | - Added basic version check to ensure usage of correct CARLA version
|
26 |
| - - Routes can be executed with the ScenarioRunner |
27 |
| - - Agents can be used with the ScenarioRunner (currently only for route-based scenarios) |
28 |
| - - Challenge can be executed with the ScenarioRunner |
29 | 36 | - WaypointFollower atomic can handle pedestrians
|
| 37 | + - Extensions in WaypointFollower atomic for consecutive WaypointFollowers (one WF cancels the previous one) |
30 | 38 | * Extended OpenScenario support:
|
31 | 39 | - Added support for UserDefinedActions (e.g. to run additional scripts)
|
32 |
| - - Extensions in WaypointFollower atomic for consecutive WaypointFollowers |
33 | 40 | - Added init speed behavior for vehicles
|
34 | 41 | - Added support for relative velocities
|
35 | 42 | - Extended convert_position_to_transform with RelativeWorld, RelativeObject and RelativeLane osc_positions
|
|
0 commit comments