-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
31 lines (21 loc) · 836 Bytes
/
readme.txt
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
New Bas MAP,
Modification:
- Ramp connection to zipper with forced merge
(could not change visibility nut default is 100m)
- set the clear option to False
- Changed the geametry to straight
- Lane change:
- krauss +ACC lcStrategic="10" lcCooperative="0.9" lcSpeedGainLookahead="5"
- CACCC lcStrategic="100" lcCooperative="1" lcSpeedGainLookahead="5"
Run CMD:
TO run
"sumo.exe -c I75_FInal.sumocfg -r [routefile name] --step-length 0.1 --no-warnings"
To convert the xml file to csv
python xml2csv.py [xml filename]
input_files1 = r"ssm_k.xml" -- gives ssm param of krauss
input_files2 = r"ssm_a.xml" -- for av
input_files3 = r"ssm_c.xml" -- cacc
input_files4 = r"traveltime.xml" -- gives traffic mean flow and travel tie
input_files5 = r"loop.xml" -- loop detector
input_files6=r"fcd.xml"
input_files7=r"stat.xml"