-
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
10 changed files
with
913 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
407 changes: 407 additions & 0 deletions
407
tests/sumo/basic/person/riding/ride_unspecifiedArrival_and_stop/fcd.sumo
Large diffs are not rendered by default.
Oops, something went wrong.
378 changes: 378 additions & 0 deletions
378
tests/sumo/basic/person/riding/ride_unspecifiedArrival_and_stop/fcd.sumo.meso
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
tests/sumo/basic/person/riding/ride_unspecifiedArrival_and_stop/input_routes.rou.xml
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,13 @@ | ||
<routes> | ||
<vehicle id="car" depart="0"> | ||
<route edges="SC CN"/> | ||
<stop edge="CN" endPos="-50" duration="5"/> | ||
</vehicle> | ||
|
||
<person id="person0" depart="triggered"> | ||
<ride from="SC" to="CN" lines="car"/> | ||
<stop duration="0"/> | ||
<walk to="NC"/> | ||
</person> | ||
|
||
</routes> |
4 changes: 4 additions & 0 deletions
4
tests/sumo/basic/person/riding/ride_unspecifiedArrival_and_stop/options.sumo
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,4 @@ | ||
--no-step-log --no-duration-log --net-file=net2.net.xml -r=input_routes.rou.xml | ||
--tripinfo-output=tripinfos.xml | ||
--fcd-output fcd.xml | ||
--device.fcd.probability 0 |
Empty file.
52 changes: 52 additions & 0 deletions
52
tests/sumo/basic/person/riding/ride_unspecifiedArrival_and_stop/tripinfos.sumo
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,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2025-01-02 10:50:05 by Eclipse SUMO sumo Version v1_21_0+1603-94d7ad0ae98 | ||
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="net2.net.xml"/> | ||
<route-files value="input_routes.rou.xml"/> | ||
</input> | ||
<output> | ||
<write-license value="true"/> | ||
<fcd-output value="fcd.xml"/> | ||
<tripinfo-output value="tripinfos.xml"/> | ||
</output> | ||
<processing> | ||
<default.speeddev value="0"/> | ||
<pedestrian.model value="nonInteracting"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<duration-log.disable value="true"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
<fcd_device> | ||
<device.fcd.probability value="0"/> | ||
</fcd_device> | ||
</sumoConfiguration> | ||
--> | ||
|
||
<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd"> | ||
<tripinfo id="car" depart="0.00" departLane="SC_0" departPos="5.10" departSpeed="0.00" departDelay="0.00" arrival="30.00" arrivalLane="CN_0" arrivalPos="91.95" arrivalSpeed="13.25" duration="30.00" routeLength="194.90" waitingTime="0.00" waitingCount="0" stopTime="5.00" timeLoss="10.42" rerouteNo="0" devices="tripinfo_car person_car" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/> | ||
<personinfo id="person0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.00" duration="120.00" waitingTime="0.00" timeLoss="75.47" traveltime="120.00"> | ||
<ride waitingTime="0.00" vehicle="car" depart="0.00" arrival="19.00" arrivalPos="41.95" duration="19.00" routeLength="144.90" timeLoss="7.57"/> | ||
<stop duration="0.00" arrival="19.00" arrivalPos="91.95" actType="waiting"/> | ||
<walk depart="19.00" departPos="91.95" arrival="120.00" arrivalPos="45.98" duration="101.00" routeLength="45.98" timeLoss="67.90" maxSpeed="1.39"/> | ||
</personinfo> | ||
</tripinfos> |
56 changes: 56 additions & 0 deletions
56
tests/sumo/basic/person/riding/ride_unspecifiedArrival_and_stop/tripinfos.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,56 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- generated on 2025-01-02 10:51:12 by Eclipse SUMO sumo Version v1_21_0+1603-94d7ad0ae98 | ||
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="net2.net.xml"/> | ||
<route-files value="input_routes.rou.xml"/> | ||
</input> | ||
<output> | ||
<write-license value="true"/> | ||
<fcd-output value="fcd.xml"/> | ||
<tripinfo-output value="tripinfos.xml"/> | ||
</output> | ||
<processing> | ||
<default.speeddev value="0"/> | ||
<pedestrian.model value="nonInteracting"/> | ||
</processing> | ||
<report> | ||
<xml-validation value="never"/> | ||
<duration-log.disable value="true"/> | ||
<no-step-log value="true"/> | ||
</report> | ||
<fcd_device> | ||
<device.fcd.probability value="0"/> | ||
</fcd_device> | ||
<mesoscopic> | ||
<mesosim value="true"/> | ||
</mesoscopic> | ||
</sumoConfiguration> | ||
--> | ||
|
||
<tripinfos xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/tripinfo_file.xsd"> | ||
<tripinfo id="car" depart="0.00" departLane="SC_0" departPos="0.00" departSpeed="13.89" departDelay="0.00" arrival="19.00" arrivalLane="CN_0" arrivalPos="91.95" arrivalSpeed="7.91" duration="19.00" routeLength="183.90" waitingTime="0.00" waitingCount="0" stopTime="5.00" timeLoss="5.00" rerouteNo="0" devices="tripinfo_car person_car" vType="DEFAULT_VEHTYPE" speedFactor="1.00" vaporized=""/> | ||
<personinfo id="person0" depart="0.00" type="DEFAULT_PEDTYPE" speedFactor="1.00" duration="109.00" waitingTime="0.00" timeLoss="67.90" traveltime="108.00"> | ||
<ride waitingTime="0.00" vehicle="car" depart="0.00" arrival="7.00" arrivalPos="0.00" duration="7.00" routeLength="91.95" timeLoss="0.00"/> | ||
<stop duration="1.00" arrival="8.00" arrivalPos="91.95" actType="waiting"/> | ||
<walk depart="8.00" departPos="91.95" arrival="109.00" arrivalPos="45.98" duration="101.00" routeLength="45.98" timeLoss="67.90" maxSpeed="1.39"/> | ||
</personinfo> | ||
</tripinfos> |
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