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 9399e6c commit 8703de3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion tests/netconvert/meta/help/output.netconvert
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Eclipse SUMO netconvert Version v1_19_0+1359-64c4a1408b8
Eclipse SUMO netconvert Version v1_19_0+1644-497bdaaec19
Copyright (C) 2001-2024 German Aerospace Center (DLR) and others; https://sumo.dlr.de
Network importer / builder for the microscopic, multi-modal traffic simulation
SUMO.
Expand Down Expand Up @@ -200,6 +200,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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-18 07:54:16 by Eclipse SUMO netconvert Version v1_19_0+1359-64c4a1408b8
<!-- generated on 2024-04-02 19:59:09 by Eclipse SUMO netconvert Version v1_19_0+1644-497bdaaec19
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -321,6 +321,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/netconvert/meta/write_template_full/cfg.netconvert
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-03-18 07:54:16 by Eclipse SUMO netconvert Version v1_19_0+1359-64c4a1408b8
<!-- generated on 2024-04-02 19:59:09 by Eclipse SUMO netconvert Version v1_19_0+1644-497bdaaec19
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
Expand Down Expand Up @@ -119,6 +119,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 8703de3

Please sign in to comment.