-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvtypes.add.xml
More file actions
80 lines (63 loc) · 3.46 KB
/
vtypes.add.xml
File metadata and controls
80 lines (63 loc) · 3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on 08/23/19 12:13:21 by Eclipse SUMO dfrouter Version 1.2.0
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/dfrouterConfiguration.xsd">
<input>
<net-file value="M50network.net.xml"/>
<detector-files value="M50_detectors.det.xml"/>
<measure-files value="M50_flows.csv"/>
</input>
<output>
<routes-output value="M50_routes.rou.xml"/>
<emitters-output value="M50_emitters.emi.xml"/>
<vtype value="true"/>
<vtype-output value="vtypes.add.xml"/>
</output>
<processing>
<revalidate-routes value="true"/>
<keep-unfinished-routes value="true"/>
<time-factor value="1"/>
<time-step value="3600"/>
</processing>
<defaults>
<departlane value="best"/>
<departpos value="random_free"/>
<arrivalpos value="max"/>
</defaults>
</configuration>
-->
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<vType id="Car" maxSpeed="33.0" minGap="2.65" accel="2.55" decel="4.6" sigma="0.65" tau="1.5" vClass="passenger" />
<vType id="Truck" maxSpeed="26.8" minGap="2.15" sigma="0.8" tau="1.3" vClass="truck" >
<param key="lcKeepRight" value="1"/>
</vType>
<vTypeDistribution id="PKW" vTypes="Car"/>
<vTypeDistribution id="LKW" vTypes="Truck"/>
<vType id="Shuttle" vClass="bus" carFollowModel="IDM" length="6.225" width="2.070" height="2.496"
mass="4500" maxSpeed="25.00" desiredMaxSpeed="22.22" accel="1.2" decel="2" emergencyDecel="6"
minGap="5" tau="2" speedFactor="1.0" speedDev="0.05"
laneChangeModel="LC2013" lcStrategic="1" lcCooperative="0" lcSpeedGain="0" lcKeepRight="1"
lcLookaheadLeft="0" lcOvertakeRight="0" color="0,1,0" guiShape="passenger/van" probability="1" >
<param key="laneChangeMode" value="512"/>
<param key="has.ssm.device" value="true"/>
<param key="device.ssm.measures" value="TTC DRAC PET BR SGAP TGAP PPET MDRAC"/>
<param key="device.ssm.thresholds" value="3.0 3.0 2.0 0.0 0.2 0.5 2.0 3.4"/>
<param key="device.ssm.range" value="100.0" />
<param key="device.ssm.mdrac.prt" value="1.0" />
<param key="device.ssm.extratime" value="5.0" />
<param key="device.ssm.file" value="./output/ssm_A10_shuttle.xml" />
<param key="device.ssm.trajectories" value="true" />
<param key="device.ssm.geo" value="true" />
<param key="device.ssm.write-positions" value="true" />
<param key="device.ssm.write-lane-positions" value="true" />
<param key="device.ssm.exclude-conflict-types" value="" />
<param key="lcKeepRight" value="1"/>
<param key="has.driverstate.device" value="false"/>
<!-- <param key="has.friction.device" value="true"/> -->
</vType>
<vType id="cycle" vClass="bicycle" accel="1.0" decel="2.0" sigma="0.5"
length="1.8" minGap="0.5" maxSpeed="5.0" guiShape="bicycle"/>
</additional>
<!--<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
<vType id="PKW" speedFactor="normc(1.00,0.10,0.20,2.00)" vClass="passenger" lcStrategic="0.5" lcCooperative="0.25" lcKeepRight="0.5"/>
<vType id="LKW" speedFactor="normc(1.00,0.10,0.20,2.00)" vClass="truck"/>
</additional>-->