324. Change lane evaluation scenarios
This scenario is divided into several sub-scenarios described in the following table:
| Scenario name | Description |
|---|---|
| change_lane_left_complete | The Ego changes lane to the left (classic lane change). |
| change_lane_left_hugger | The Ego changes lane to the left, but stays in the middle of the road for a long time (at least 3 seconds) and might not finish the lane change completely. |
| change_lane_left_and_regret | The Ego is at the boundary for a lane change to the left for at least 1 second, but returns to the original lane. |
| change_lane_right_complete | The Ego changes lane to the right (classic lane change). |
| change_lane_right_hugger | The Ego changes lane to the right, but stays in the middle of the road for a long time (at least 3 seconds) and might not finish the lane change completely. |
| change_lane_right_and_regret | The Ego is at the boundary for a lane change to the right for at least 1 second, but returns to the original lane. |
These scenarios have no tunable parameters and no coverage defined.
OSC2 code: change lane scenarios usage
sut.change_lane_left_complete()
sut.change_lane_left_hugger()
sut.change_lane_left_and_regret()
sut.change_lane_right_complete()
sut.change_lane_right_hugger()
sut.change_lane_right_and_regret()