356. Person Close To Moving SUT evaluation scenario
The person_close_to_moving_sut evaluation scenario detects cases where a person is close to the Ego while the Ego is moving.
Scenario location: $FTX/logiq/scenario_library_post_match/plain_objects/person_close_to_moving_sut
| Actor | Description | Type | Depiction |
|---|---|---|---|
ego |
Vehicle under test | vehicle |
![]() |
person |
Person that is close to the Ego | person |
![]() |
356.1 Scenario phases
The phase descriptions are as follows:
356.1.1 sut.person_close_to_moving_sut
Ego: The Ego is driving at a speed of at least sut_minimal_speed.
person: The person is close to the Ego, maintaining a global distance from the Ego in the range between
min_distance_from_person and max_distance_from_person. The scenario should last at most max_phase_duration.
356.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 |
|---|---|---|---|
min_distance_from_person |
length | Minimal distance between the person and the Ego | 0m |
max_distance_from_person |
length | Maximal distance between the person and the Ego | 5m |
sut_minimal_speed |
speed | Minimum speed of the Ego to be considered as driving | 2kph |
max_phase_duration |
time | Maximal phase duration | 5s |
356.3 Metrics
356.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 |
356.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 |

