Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
645 views
in Technique[技术] by (71.8m points)

How to create arrival rate for each lane in SUMO traffic simulation?

Provided that I have 3 lanes in 3 legged intersection. Meaning I have 9 lanes in total, I would like to have all 9 lanes having different arrival rate. Usually I am using random.py for the arrival, I am wondering if there is another method to do it?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can define all flows manually which might be still feasible for 9 target lanes.

<flow id="0" from="source" to="target" begin="0" end="100" number="20" arrivalLane="0"/>
<flow id="1" from="source" to="target" begin="0" end="100" number="20" arrivalLane="1"/>
...

and adapt the numbers to your liking.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...