Skip to content

Commit

Permalink
Merge pull request #62 from asam-oss/fix_parameter_type_relative_lane_id
Browse files Browse the repository at this point in the history
Fix: parameter type of relative lane id
  • Loading branch information
arauschert authored Dec 19, 2023
2 parents 59d3985 + 45f682e commit ea26338
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="string" 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 ea26338

Please sign in to comment.