327. Ego Pullover To The Right evaluation scenario
In the ego_pullover_to_the_right evaluation scenario, the Ego is driving and then pulls over to the right side of the road.
Scenario location: $FTX/logiq/scenario_library_post_match/ego_exit/ego_pullover_to_the_right
327.1 Actors
The actors associated with this scenario are as follows:
| Actor | Description | Type | Depiction |
|---|---|---|---|
ego |
Vehicle under test | vehicle |
![]() |
327.2 Scenario phases
The phase descriptions are as follows:
327.2.1 pull_over
Ego The Ego drives on the road at a speed above min_driving_speed.
The Ego turns the steering wheel to park on the side of the road, at an angle within the range of min_pull_over_turn_angle to
max_pull_over_turn_angle related to its lane. Then the Ego slows down to a speed below min_driving_speed.
327.2.2 ego_stop
Ego The Ego is parked on the right side of the road at a speed below max_standstill_speed.
It is positioned in the rightmost lane within a lateral distance of less than max_lateral_distance from the lane right boundary to the Ego's rightmost point.
The Ego maintains a distance of at least minimal_offset_from_junction_start from a junction entry.
Its yaw angle is within the range of min_angle_diff to max_angle_diff relative to the lane.
327.3 Parameters
Use these parameters to constrain the scenario. If you do not set a specific value, the default value will be used.
| Parameter | Type | Description | Default value |
|---|---|---|---|
max_standstill_speed |
speed | Maximum speed of the Ego to be considered as stopped | 1kph |
min_driving_speed |
speed | Minimal speed of the Ego to be considered as driving | 10kph |
min_duration_of_ego_stop_phase |
time | Minimal time of the ego_stop phase |
1sec |
max_duration_of_ego_stop_phase |
time | Maximal time of the ego_stop phase |
3sec |
max_duration_of_ego_is_driving_phase |
time | Maximal time of the ego_is_driving phase |
3sec |
max_duration_of_ego_is_slowing_down_phase |
time | Maximal time of the ego_is_slowing_down phase |
15sec |
min_parallel_parking_angle_diff |
angle | The minimum angle difference between the Ego and its lane for the parking to be considered parallel | 345degree |
max_parallel_parking_angle_diff |
angle | The maximum angle difference between the Ego and its lane for the parking to be considered parallel | 375degree |
max_lateral_distance |
length | The maximum lateral distance from the Ego's rightmost point to the right lane boundary for the Ego to be considered as stopped on the right side of the road. | 0.4m |
minimal_offset_from_junction_start |
length | A negative offset from the start of the junction. If the Ego is within this offset (e.g., -7 meters indicates 7 meters before the junction start), the scenario will not be captured. | -7m |
min_pull_over_turn_angle |
angle | The minimum acceptable turning angle between the Ego and its lane when pulling over to a parking space from the road | 320degree |
max_pull_over_turn_angle |
angle | The maximum acceptable turning angle between the Ego and its lane when pulling over to a parking space from the road | 357.5degree |
327.4 Metrics
327.4.1 Coverage
| Item | Description | Range | Unit/Type |
|---|---|---|---|
ego_lane_width_at_start |
Lane width of the Ego at the start of the scenario | [0..40), every: 2.5 | m |
distance_to_front_parked_car |
Distance from the Ego to the front parked car. If the distance is greater than max_adjacent_parking_distance meters, this cover point is ignored |
[0..5), every: 0.5 | m |
distance_to_rear_parked_car |
Distance from the Ego to the rear parked car. If the distance is greater than max_adjacent_parking_distance meters, this cover point is ignored |
[0..5), every: 0.5 | m |
space_available_in_pullover_spot |
Space available between the front and rear parked cars for the Ego to pull over and park. If the space is greater than max_parking_spot_length meters, this cover point is ignored. This cover point might appear even if distance_to_front_parked_car or distance_to_rear_parked_car is ignored |
[0..15), every: 0.5 | m |
[Click] The coverage items inherited from the sut.logiq_base_scenario scenario are as follows:
| Item | Description | Range | Unit/Type |
|---|---|---|---|
ego_speed_at_start |
Longitudinal speed of the Ego at the start of the scenario | [0..160), every: 10.0 | mph |
327.4.2 KPI
[Click] The KPIs inherited from the sut.logiq_base_scenario scenario are as follows:
| Item | Description | Range | Unit/Type |
|---|---|---|---|
ego_max_lon_acceleration |
Maximum acceleration of the Ego throughout the scenario | mpsps | |
ego_min_lon_acceleration |
Minimum acceleration of the Ego throughout the scenario | mpsps | |
ego_min_speed |
Minimum longitudinal speed of the Ego throughout the scenario | mph | |
ego_avg_speed |
Average longitudinal speed of the Ego throughout the scenario | mph | |
ego_max_speed |
Maximum longitudinal speed of the Ego throughout the scenario | mph | |
interval_duration |
Interval duration of the scenario | s |
