In the example given in Veins' example scenario in Erlangen city when the accident occurs do other vehicle choose a different path after for the duration of the accident? If yes, how does this dynamic routing take place???
相关问题
- Is it possible to use RInside in omnet++/Veins pro
- How to get Coordinates of each vehicle in VEINS?
- Omnet++ , veins , the number of neighbors nodes fo
- How to implement RSU to RSU communication in omnet
- How can I get a traffic light that exists in sumo
相关文章
- How can I get a traffic light that exists in sumo
- Using a subset of a SUMO scenario for OMNeT++ netw
- Transmission of vehicular status in Veins
- Calculating distance between cars nodes VEINS
- what policy is based vehicle rerouting in case of
- 在TraCIDemoRSU11p初始化方法(initialize method in TraCIDe
- How to send beacon with viens
- 静脉模拟运行速度非常慢(Veins simulation running very slow)
Yes, vehicles take other routes due to the accident to avoid the following traffic jam. That is the whole point of informing other vehicles about the accident using IVC here.
Regarding rerouting see TraCIDemo11p.cc (l. 48) and TraCICommandInterface.cc (l. 138).
Edit: See this post for more information.