Questions tagged [traffic-simulation]

Traffic simulation are an approximate imitation of traffic flow behavior on any road network.

The components or features that are part of traffic simulations are i) Traffic behavior (homogeneous or heterogeneous), ii) traffic flow models (microscopic, macroscopic or mesoscopic), iii) traffic models (such as car following, lane changing) and iv) system (discrete or continuous).

Latest work on this topic is reported in

  • Ullah, Muhammad Rehmat, et al. "Vehicular traffic simulation software: A systematic comparative analysis." Pakistan Journal of Engineering and Technology 4.1 (2021): 66-78.
139 questions
0
votes
2 answers

How can I collect departure time and arrival time of a car in a traffic simulation in python?

I'm coding a small simulation of an intersection in python and I am trying to have a graph of the number of cars in ordinate and in abscissa the time each car took to get from its starting point to its ending point. I try to collect departure time…
0
votes
0 answers

How to pass `ADDITIONAL_NET_PARAMS` to main.py when generating network from template files?

I use .net.xml and .rou.xml as templates in network.py to generate networks. Related code is posted below: temp_dir = ".\UrbanRoadway\ur_scenario" net_params = NetParams( template={ # network geometry features "net":…
0
votes
0 answers

parent qdisc is not visible after adding child class

I'm implementing a traffic classifier with a match filter using MAC address and then adding a child classifier based on fwmark. Below is the heirarchy root(1:) \ 1:5 \ 1:6 tc qdisc add dev enx1 root handle 1: htb tc class add dev…
Preyas
  • 1
  • 1
0
votes
0 answers

Modifying the left turn volume for the permissive or the protective duration of Left Turn during Permissive-Protective phase in Vistro

I am having difficulties finding the modification for modifying the left turn volume for each duration of the permissive-protective phase in Vistro. I am using HCM 7 and need to verify the LOS. In doing so, I need to have the left turn volume during…
SolS
  • 1
0
votes
1 answer

why does TCP over VXLAN in mininet stop sending after switching tunnel?

topology This is my experimental setup in Mininet. VM1 and VM2 are separate Virtualbox VM instances running on my computer connected by Bridged adapter, and S1 and S2 are connected with vxlan forwarding. Then I used D-ITG on H1 and H2 to generate…
0
votes
0 answers

How to solve Error: Answered with error to command 0xa4: Retrieval of neighboring vehicles needs bitset to specify mode in sumo traffic simulation?

I'm facing the problem in title with sumo 1.2.0. I'm using TRAAS in java and I'm sending the following command to sumo and I don't know how to specify this bitset and it gives me the error Error: Answered with error to command 0xa4: Retrieval of…
0
votes
1 answer

How can I modify driver "aggression" in the Road Traffic Library?

Im doing a road traffic simulation and have noticed that the vehicles are far too passive. I know for a fact that in the area this simulation is supposed to be the people at the wheel are far more "aggressive" and give less headway and dont yield as…
0
votes
0 answers

Rewrite pcap destination port with tcprewrite

I want to change the destination port from 18920 to 8080. I don't know which step is wrong.
zpzhuang
  • 61
  • 1
  • 3
0
votes
1 answer

Why this vehicle can't turning left in SUMO Traffic Simulation?

I can manipulate SUMO Traffic Simulation with TCP/IP. I am always feed SUMO with data. But traffic can't move because some vehicle do not turn. I added picture below; Picture of trouble
0
votes
1 answer

How can I run different experiments for the same network from the same .ini file?

I am simulating a datacenter topology in omnet++. I have a network called Test with different parameters. So, I need to run two experiments for this network. [Net] network = Test *.fwdAlgorithm = "sp" [Net] network = Test *.fwdAlgorithm = "ksp" So…
0
votes
1 answer

Sumo Traffic Simulator Edges Aggregate data

I'm using Sumo Traffic Simulator to get aggregate data about delay time and congestion for each edge. I'm trying to use edgeData parameter. I'm using the below config file (osm.sumocfg):