-
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.
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
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 |