323. Ego Stopped In Lane evaluation scenario
The ego_stopped_in_lane detects cases where the Ego comes to a stop in the lane, even though the lane is clear and free of other traffic or objects.
Scenario location: $FTX/logiq/scenario_library_post_match/ego_stop/ego_stopped_in_lane
| Actor | Description | Type | Depiction |
|---|---|---|---|
ego |
Vehicle under test | vehicle |
![]() |
323.1 Scenario phases
The phase descriptions are as follows:
323.1.1 ego_drive
Ego: The Ego drives at a speed of at least max_standstill_speed.
323.1.2 ego_stop
Ego: The Ego comes to a stop in the lane at a speed of at most max_standstill_speed.
323.1.3 ego_stop_while_the_lane_is_clear
Ego: The Ego stops in the lane at a speed no greater than max_standstill_speed, while the lane ahead is
clear for at least minimal_distance_of_clear_lane. A fraction of at least on_road_percentage of the Ego
is inside the road's driving lane's boundaries. The Ego is not in a junction nor at a distance of at least
minimal_offset_from_junction away from one. The scenario should last at least min_phase_duration.
323.2 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. | 1.5mps |
minimal_offset_from_junction |
length | Minimal offset from a junction where the scenario does not occur. Should be negative. | -20m |
minimal_distance_of_clear_lane |
length | Minimal distance of clear lane, should be positive | 20m |
max_drive_phase_duration |
time | Maximal duration of the ego_drive phase |
2sec |
on_road_percentage |
float | The minimal required percentage of the Ego's bounding-box to be within the road's boundaries. Should be between 0 and 1 | 0.6 |
min_phase_duration |
time | Minimal phase duration | 0.5s |
323.3 Metrics
323.3.1 Coverage
[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 |
323.3.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 |
