Skip to content

Commit

Permalink
Fix parameterType to be 1.1 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
arauschert committed Dec 18, 2023
1 parent 6dd4aa9 commit 45f682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenarios/ALKS_Scenario_4.1_3_SideVehicle_TEMPLATE.xosc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ConstraintGroup>
<!--With a longitudinal offset of more than 10.0 m the vehicle isn't considered to be close beside anymore as required by the regulation.-->
</ParameterDeclaration>
<ParameterDeclaration name="SideVehicle_InitPosition_RelativeLaneId" parameterType="int" value="1">
<ParameterDeclaration name="SideVehicle_InitPosition_RelativeLaneId" parameterType="integer" value="1">
<!--Left=1, Right=-1-->
<ConstraintGroup>
<ValueConstraint rule="equalTo" value="1"></ValueConstraint>
Expand Down

0 comments on commit 45f682e

Please sign in to comment.