Skip to content

Commit

Permalink
patching meta results refs #21, #14634
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 2, 2024
1 parent 8703de3 commit 1641a56
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion tests/netgen/meta/help/output.netgen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eclipse SUMO netgenerate Version v1_19_0+0910-7ddfc6d
Eclipse SUMO netgenerate Version v1_19_0+1644-497bdaaec19
Copyright (C) 2001-2024 German Aerospace Center (DLR) and others; https://sumo.dlr.de
Synthetic network generator for the microscopic, multi-modal traffic simulation
SUMO.
Expand Down Expand Up @@ -192,6 +192,9 @@ Processing Options:
--offset.z FLOAT Adds FLOAT to net z-positions
--flip-y-axis Flips the y-coordinate along zero
--roundabouts.guess Enable roundabout-guessing
--roundabouts.guess.max-length FLOAT Structures with a circumference above
FLOAT threshold are not classified as
roundabout
--roundabouts.visibility-distance FLOAT Default visibility when approaching
a roundabout
--opposites.guess Enable guessing of opposite direction
Expand Down
5 changes: 4 additions & 1 deletion tests/netgen/meta/write_template_commented_full/cfg.netgen
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-20 23:25:47 by Eclipse SUMO netgenerate Version v1_19_0+0910-7ddfc6d
<!-- generated on 2024-04-02 23:14:06 by Eclipse SUMO netgenerate Version v1_19_0+1644-497bdaaec19
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netgenerateConfiguration.xsd">
Expand Down Expand Up @@ -285,6 +285,9 @@
<!-- Enable roundabout-guessing -->
<roundabouts.guess value="true" synonymes="guess-roundabouts" type="BOOL"/>

<!-- Structures with a circumference above FLOAT threshold are not classified as roundabout -->
<roundabouts.guess.max-length value="3500" type="FLOAT"/>

<!-- Default visibility when approaching a roundabout -->
<roundabouts.visibility-distance value="9" type="FLOAT"/>

Expand Down
3 changes: 2 additions & 1 deletion tests/netgen/meta/write_template_full/cfg.netgen
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-02-20 23:25:47 by Eclipse SUMO netgenerate Version v1_19_0+0910-7ddfc6d
<!-- generated on 2024-04-02 23:14:06 by Eclipse SUMO netgenerate Version v1_19_0+1644-497bdaaec19
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netgenerateConfiguration.xsd">
Expand Down Expand Up @@ -111,6 +111,7 @@
<offset.z value="0" type="FLOAT" help="Adds FLOAT to net z-positions"/>
<flip-y-axis value="false" synonymes="flip-y" type="BOOL" help="Flips the y-coordinate along zero"/>
<roundabouts.guess value="true" synonymes="guess-roundabouts" type="BOOL" help="Enable roundabout-guessing"/>
<roundabouts.guess.max-length value="3500" type="FLOAT" help="Structures with a circumference above FLOAT threshold are not classified as roundabout"/>
<roundabouts.visibility-distance value="9" type="FLOAT" help="Default visibility when approaching a roundabout"/>
<opposites.guess value="false" type="BOOL" help="Enable guessing of opposite direction lanes usable for overtaking"/>
<opposites.guess.fix-lengths value="true" type="BOOL" help="Ensure that opposite edges have the same length"/>
Expand Down

0 comments on commit 1641a56

Please sign in to comment.