-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: romanodanilo <[email protected]>
- Loading branch information
1 parent
63790e5
commit ff0c9b8
Showing
3 changed files
with
77 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...ion_in_catalogs/parameters.valid_parameter_declaration_in_catalogs.negative.multiple.xosc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<OpenSCENARIO xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="../../../qc_openscenario/schema/1.3.0/OpenSCENARIO.xsd"> | ||
<FileHeader author="ASAM e.V." date="2021-02-05T18:50:17" description="Simple Overtaker example" | ||
revMajor="1" revMinor="3" /> | ||
<Catalog name="PositiveCatalog"> | ||
<Vehicle name="Vehicle 1" vehicleCategory="car"> | ||
<ParameterDeclarations> | ||
<ParameterDeclaration name="centerBoundingBoxX" parameterType="double" value="1.3" /> | ||
<ParameterDeclaration name="centerBoundingBoxY" parameterType="double" value="1.3" /> | ||
<ParameterDeclaration name="centerBoundingBoxZ" parameterType="double" value="1.3" /> | ||
</ParameterDeclarations> | ||
<BoundingBox> | ||
<!-- Inserted rule violation since the parameter "centerBoundingBoxZ" was not | ||
declared. --> | ||
<Center x="$centerBoundingBoxZ" y="0.0" z="0.75" /> | ||
<Dimensions width="1.8" length="4.5" height="1.5" /> | ||
</BoundingBox> | ||
<Performance maxSpeed="200.0" maxDeceleration="30.0" maxAcceleration="200.0" /> | ||
<Axles> | ||
<FrontAxle positionZ="$centerBoundingBoxZ" trackWidth="1.68" positionX="2.98" | ||
maxSteering="$maxVehicleSteeringParam" wheelDiameter="0.8" /> | ||
<RearAxle positionZ="0.4" trackWidth="$trackWidthParam" positionX="0.0" | ||
maxSteering="0.5235987756" wheelDiameter="0.8" /> | ||
</Axles> | ||
</Vehicle> | ||
</Catalog> | ||
</OpenSCENARIO> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters