Skip to content

Commit

Permalink
doc: add clear names to conditions in ByEntityCondition.EntityConditi…
Browse files Browse the repository at this point in the history
…on.DistanceCondition.Shortest.yaml
  • Loading branch information
HansRobo committed Apr 2, 2024
1 parent c16b566 commit 2b7d27c
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OpenSCENARIO:
StartTrigger:
ConditionGroup:
- Condition:
- name: ""
- name: "timeout"
delay: 0
conditionEdge: none
ByValueCondition:
Expand All @@ -133,7 +133,7 @@ OpenSCENARIO:
StartTrigger:
ConditionGroup:
- Condition:
- name: "DistanceCondition(lateral, freespace=false, shortest)"
- name: "DistanceCondition, lateral, freespace=false, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -151,7 +151,7 @@ OpenSCENARIO:
value: 56.8808259861762621767
Position: *POSITION_1
- Condition:
- name: "RelativeDistanceCondition(lateral, freespace=false, shortest)"
- name: "RelativeDistanceCondition, lateral, freespace=false, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -169,7 +169,7 @@ OpenSCENARIO:
rule: notEqualTo
value: 56.8808259861762621767
- Condition:
- name: "DistanceCondition(lateral, freespace=false, shortest to adjacent lane)"
- name: "DistanceCondition, lateral, freespace=false, shortest to adjacent lane"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -187,7 +187,7 @@ OpenSCENARIO:
value: 28.90481959183431825977095
Position: *POSITION_2
- Condition:
- name: "RelativeDistanceCondition(lateral, freespace=false, shortest to adjacent lane)"
- name: "RelativeDistanceCondition, lateral, freespace=false, shortest to adjacent lane"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -205,7 +205,7 @@ OpenSCENARIO:
rule: notEqualTo
value: 28.90481959183431825977095
- Condition:
- name: "DistanceCondition(lateral, freespace=false, shortest to adjacent lane (backward position))"
- name: "DistanceCondition, lateral, freespace=false, shortest to adjacent lane (backward position)"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -223,7 +223,7 @@ OpenSCENARIO:
value: 6.0951804081656817402290471363812
Position: *POSITION_3
- Condition:
- name: "RelativeDistanceCondition(lateral, freespace=false, shortest to adjacent lane (backward position))"
- name: "RelativeDistanceCondition, lateral, freespace=false, shortest to adjacent lane (backward position)"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -241,7 +241,7 @@ OpenSCENARIO:
rule: notEqualTo
value: 6.0951804081656817402290471363812
- Condition:
- name: "lateral, freespace=true, shortest"
- name: "DistanceCondition, lateral, freespace=true, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -259,7 +259,7 @@ OpenSCENARIO:
value: 53.140825986176260187221487285569
Position: *POSITION_1
- Condition:
- name: "lateral, freespace=true, shortest"
- name: "RelativeDistanceCondition, lateral, freespace=true, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -277,7 +277,7 @@ OpenSCENARIO:
rule: notEqualTo
value: 52.1108259861762661557
- Condition:
- name: "lateral, freespace=false, shortest"
- name: "DistanceCondition, lateral, freespace=false, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -295,7 +295,7 @@ OpenSCENARIO:
value: 3.021089007161695
Position: *POSITION_1
- Condition:
- name: "lateral, freespace=false, shortest"
- name: "RelativeDistanceCondition, lateral, freespace=false, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -313,7 +313,7 @@ OpenSCENARIO:
rule: notEqualTo
value: 3.021089007161695
- Condition:
- name: "lateral, freespace=true, shortest"
- name: "DistanceCondition, lateral, freespace=true, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand All @@ -331,7 +331,7 @@ OpenSCENARIO:
value: 2.106089007161695114689337060
Position: *POSITION_1
- Condition:
- name: "lateral, freespace=true, shortest"
- name: "RelativeDistanceCondition, lateral, freespace=true, shortest"
delay: 0
conditionEdge: none
ByEntityCondition:
Expand Down

0 comments on commit 2b7d27c

Please sign in to comment.