Skip to content

Commit

Permalink
merged templates into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikbusse committed Sep 25, 2023
2 parents 06eeceb + c3a4569 commit 3e378a4
Show file tree
Hide file tree
Showing 20 changed files with 118 additions and 809 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
59 changes: 0 additions & 59 deletions examples/carla_test.xml

This file was deleted.

94 changes: 94 additions & 0 deletions examples/close_network.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<roadNetwork xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xml/input.xsd">
<segments>
<connectingRoad id="1">
<road id="1" classification="main" >
<referenceLine>
<line length="100"/>
</referenceLine>
</road>
</connectingRoad>
<connectingRoad id="2">
<road id="1" classification="main" >
<referenceLine>
<spiral length="800" Rs="-150" Re="0"/>
</referenceLine>
</road>
</connectingRoad>
<connectingRoad id="3">
<road id="1" classification="main" >
<referenceLine>
<arc length="100" R="-200"/>
</referenceLine>
</road>
</connectingRoad>

<junction id="4" type="3A">
<road id="1" classification="access" >
<referenceLine>
<spiral length="100" Rs="-150" Re="0"/>
</referenceLine>
</road>
<road id="2" classification="access" >
<referenceLine>
<arc length="100" R="-100"/>
</referenceLine>
</road>
<road id="3" classification="access" >
<referenceLine>
<arc length="100" R="-100"/>
</referenceLine>
</road>
<intersectionPoint refRoad="1" s="100">
<adRoad id="2" s="0" angle="3.14"/>
<adRoad id="3" s="0" angle="1.57079632679"/>
</intersectionPoint>
<coupler>
<junctionArea gap="10">
<roadGap id="2" gap="15"/>
</junctionArea>
<connection type="all"/>
</coupler>
</junction>


<junction id="5" type="MA">
<road id="1" classification="main" >
<referenceLine>
<line length="100"/>
</referenceLine>
</road>
<road id="2" classification="access" >
<referenceLine>
<arc length="100" R="120"/>
</referenceLine>
</road>
<intersectionPoint refRoad="1" s="30">
<adRoad id="2" s="0" angle="-1.57"/>
</intersectionPoint>
<coupler>
<junctionArea gap="10">
<roadGap id="2" gap="15"/>
</junctionArea>
</coupler>
</junction>


</segments>

<links refId="1" hdgOffset="0.0" xOffset="0" yOffset="0">
<segmentLink fromSegment="4" toSegment="1" fromRoad="1" toRoad="1" fromPos="end" toPos="start" />
<segmentLink fromSegment="4" toSegment="2" fromRoad="2" toRoad="1" fromPos="end" toPos="start" />
<segmentLink fromSegment="3" toSegment="2" fromRoad="1" toRoad="1" fromPos="start" toPos="end" />

<segmentLink fromSegment="5" toSegment="4" fromRoad="1" toRoad="1" fromPos="end" toPos="end" />
</links>

<closeRoads>
<segmentLink fromSegment="5" toSegment="3" fromRoad="1" toRoad="1" fromPos="start" toPos="end" />
<segmentLink fromSegment="4" toSegment="5" fromRoad="3" toRoad="2" fromPos="end" toPos="end" />
</closeRoads>


</roadNetwork>


2 changes: 1 addition & 1 deletion examples/con_lanewiden.xml → examples/close_roads.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<connectingRoad id="2">
<road id="1" classification="main" >
<referenceLine>
<spiral length="800" Rs="-150" Re="0"/>
<spiral length="200" Rs="-150" Re="0"/>
</referenceLine>

<lanes>
Expand Down
156 changes: 0 additions & 156 deletions examples/complex.xml

This file was deleted.

Loading

0 comments on commit 3e378a4

Please sign in to comment.