Skip to content

Commit

Permalink
update scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeller committed Feb 5, 2024
1 parent 7a644bc commit e8c8ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/scenarios/town01.xosc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
</Condition>
<Condition name="criteria_DrivenDistanceTest" delay="0" conditionEdge="rising">
<ByValueCondition>
<ParameterCondition parameterRef="distance_success" value="50" rule="lessThan"/>
<ParameterCondition parameterRef="distance_success" value="25" rule="lessThan"/>
</ByValueCondition>
</Condition>
<Condition name="criteria_KeepLaneTest" delay="0" conditionEdge="rising">
Expand Down
2 changes: 1 addition & 1 deletion utils/scenarios/town10.xosc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
</Condition>
<Condition name="criteria_DrivenDistanceTest" delay="0" conditionEdge="rising">
<ByValueCondition>
<ParameterCondition parameterRef="distance_success" value="50" rule="lessThan"/>
<ParameterCondition parameterRef="distance_success" value="150" rule="lessThan"/>
</ByValueCondition>
</Condition>
<Condition name="criteria_KeepLaneTest" delay="0" conditionEdge="rising">
Expand Down

0 comments on commit e8c8ab9

Please sign in to comment.