-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMOBAUTO2_simulation.sumocfg
More file actions
51 lines (41 loc) · 1.42 KB
/
MOBAUTO2_simulation.sumocfg
File metadata and controls
51 lines (41 loc) · 1.42 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on 2025-05-15 09:40:16 by Eclipse SUMO GUI Version 1.20.0
-->
<configuration 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"/>
</input>
<output>
<summary-output value="output/summary.out.xml"/>
<tripinfo-output value="output/tripinfo.out.xml"/>
</output>
<time>
<begin value="0"/>
<end value="7200"/>
<step-length value="0.5"/>
</time>
<processing>
<!-- <time-to-teleport value="-1"/> -->
<collision.action value="warn"/>
<collision.mingap-factor value="0"/>
<emergencydecel.warning-threshold value="5"/>
</processing>
<!-- <ssm_device>
<device.ssm.probability value="1"/>
<device.ssm.deterministic value="True"/>
<device.ssm.measures value="TTC PET"/>
<device.ssm.thresholds value="1.5 2"/>
<device.ssm.trajectories value="False"/>
<device.ssm.range value="50"/>
<device.ssm.extratime value="5"/>
<device.ssm.file value="output/ssm.out.xml"/>
<device.ssm.geo value="True"/>
</ssm_device> -->
<reporting>
<log value="output/log.xml"/>
<verbose value="True"/>
</reporting>
<random_number>
<seed value="42"/>
</random_number>
</configuration>