-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:eclipse-sumo/sumo into Netedit_dev
- Loading branch information
Showing
11 changed files
with
289 additions
and
215 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
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
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
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
9 changes: 9 additions & 0 deletions
9
tests/netconvert/import/XML/connections/unconnected_all/errors.netconvert
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Warning: Lane '-326116286#2_1' is not connected from any incoming edge at junction '25662542'. | ||
Warning: Lane '-326116286#2_2' is not connected from any incoming edge at junction '25662542'. | ||
Warning: Edge '-4402014#2' is not connected to outgoing edges at junction '25662542'. | ||
Warning: Lane '-4588217#5_1' is not connected from any incoming edge at junction '25662542'. | ||
Warning: Edge '-4588220#2' is not connected to outgoing edges at junction '25662542'. | ||
Warning: Edge '326116286#0' is not connected to outgoing edges at junction '25662542'. | ||
Warning: Lane '4402014#0_1' is not connected from any incoming edge at junction '25662542'. | ||
Warning: Lane '4402014#0_2' is not connected from any incoming edge at junction '25662542'. | ||
Warning: Edge '4588217#3' is not connected to outgoing edges at junction '25662542'. | ||
Warning: The traffic light 'GS_25662542' does not control any links; it will not be build. | ||
Warning: Could not build program '0' for traffic light 'GS_25662542' | ||
Warning: 7 total messages of type: Lane '%' is not connected from any incoming edge at junction '%'. |
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
51 changes: 51 additions & 0 deletions
51
tests/sumo/junction_model/junction_type/tls_right_on_red/crossings/aggregated.sumo.meso
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,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2024-12-20 11:57:31 by Eclipse SUMO sumo Version v1_21_0+1542-16308667ffb | ||
This data file and the accompanying materials | ||
are made available under the terms of the Eclipse Public License v2.0 | ||
which accompanies this distribution, and is available at | ||
http://www.eclipse.org/legal/epl-v20.html | ||
This file may also be made available under the following Secondary | ||
Licenses when the conditions for such availability set forth in the Eclipse | ||
Public License 2.0 are satisfied: GNU General Public License, version 2 | ||
or later which is available at | ||
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html | ||
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later | ||
<sumoConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> | ||
<input> | ||
<net-file value="net.net.xml"/> | ||
<route-files value="input_routes.rou.xml"/> | ||
</input> | ||
<output> | ||
<write-license value="true"/> | ||
<edgedata-output value="aggregated.xml"/> | ||
</output> | ||
<processing> | ||
<default.speeddev value="0"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<duration-log.disable value="true"/> | ||
<duration-log.statistics value="true"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
<mesoscopic> | ||
<mesosim value="true"/> | ||
<meso-junction-control value="true"/> | ||
</mesoscopic> | ||
</sumoConfiguration> | ||
--> | ||
|
||
<meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd"> | ||
<interval begin="0.00" end="323.00" id="DEFAULT_EDGEDATA"> | ||
<edge id="A0right0" sampledSeconds="601.90" traveltime="6.02" overlapTraveltime="6.38" density="22.29" laneDensity="22.29" occupancy="11.15" waitingTime="0.00" timeLoss="0.03" speed="13.89" speedRelative="1.00" departed="0" arrived="100" entered="100" left="0" laneChangedFrom="0" laneChangedTo="0"/> | ||
<edge id="bottom0A0" sampledSeconds="1722.14" traveltime="34.44" overlapTraveltime="36.50" density="63.78" laneDensity="21.26" occupancy="10.63" waitingTime="0.00" timeLoss="1421.20" speed="2.43" speedRelative="0.17" departed="50" arrived="0" entered="0" left="50" laneChangedFrom="0" laneChangedTo="0"/> | ||
<edge id="left0A0" sampledSeconds="2764.04" traveltime="55.28" overlapTraveltime="58.59" density="102.36" laneDensity="34.12" occupancy="17.06" waitingTime="0.00" timeLoss="2463.11" speed="1.51" speedRelative="0.11" departed="50" arrived="0" entered="0" left="50" laneChangedFrom="0" laneChangedTo="0"/> | ||
</interval> | ||
</meandata> |
12 changes: 12 additions & 0 deletions
12
tests/sumo/junction_model/junction_type/tls_right_on_red/crossings/output.sumo.meso
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,12 @@ | ||
Loading net-file from 'net.net.xml' ... done (1ms). | ||
Loading done. | ||
Simulation version v1_21_0+1542-16308667ffb started with time: 0.00. | ||
Simulation ended at time: 323.00. | ||
Reason: All vehicles have left the simulation. | ||
Statistics (avg of 100): | ||
RouteLength: 167.20 | ||
Speed: 4.84 | ||
Duration: 51.44 | ||
WaitingTime: 2.90 | ||
TimeLoss: 38.84 | ||
DepartDelay: 37.12 |
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
Oops, something went wrong.