Skip to content

Commit

Permalink
chore: add corner case to fix into a scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Aug 21, 2024
1 parent 34f2a1c commit 0456a52
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@ OpenSCENARIO:
offset: 0
Orientation: *DEFAULT_ORIENTATION
- LongitudinalAction: *SPEED_ACTION_ZERO
- entityRef: car_4
PrivateAction:
- TeleportAction:
Position: &POSITION_4
LanePosition:
roadId: ""
laneId: 34795
s: 5
offset: 0
Orientation: *DEFAULT_ORIENTATION
- LongitudinalAction: *SPEED_ACTION_ZERO
Story:
- name: story
Act:
Expand Down Expand Up @@ -582,6 +593,24 @@ OpenSCENARIO:
routingAlgorithm: shortest
rule: notEqualTo
value: 1.262040583529198123358128214022
- Condition:
- name: "corner case fixed in #1348"
delay: 0
conditionEdge: none
ByEntityCondition:
TriggeringEntities:
triggeringEntitiesRule: all
EntityRef:
- entityRef: car_1
EntityCondition:
RelativeDistanceCondition:
coordinateSystem: lane
entityRef: car_4
freespace: false
relativeDistanceType: longitudinal
routingAlgorithm: shortest
rule: notEqualTo
value: 54.18867466433655977198213804513216018676757812500000
StartTrigger:
ConditionGroup:
- Condition:
Expand Down

0 comments on commit 0456a52

Please sign in to comment.