Your scenario creates a circular deadlock. (each vehicle cannot move because the downstream edge is full and this forms a closed loop). Usually this is resolved by teleporting but you disabled this in your configuration. Such a situation can happen in real life and it can only be resolved by vehicles on the outside of the jam taking a detour through uncongested roads.
Am Do., 11. Juni 2020 um 15:28 Uhr schrieb Jane Cheung < [email protected]>: > Dear all, > I have met one problem in my simulation. Any help would be appreciated! > The attachment is my simulation scenario. > There is no car moving or going to moving forward in this scenario. All > the cars are static in the network. > > could some tell me how to deal with this problem? > The attributes in my own .sumgcfg are list below: > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > <input> > <net-file value="cross.net.xml"/> > <route-files value="cross.5rou.xml"/> > <additional-files value=",cross.tls.add.xml"/> > </input> > > <output> > <summary-output value="output\cross.5actuated.summary.xml"/> > <tripinfo-output value="output\cross.5actuated.tripinfo.xml"/> > <tripinfo-output.write-unfinished value="true"/> > </output> > > <time> > <begin value="63900"/> > <end value="69300"/> > </time> > > <routing> > <device.rerouting.probability value="-1"/> > </routing> > > <processing> > <ignore-junction-blocker value="20"/> > <time-to-teleport value="75600"/> > <max-depart-delay value="3600"/> > <routing-algorithm value="dijkstra"/> > </processing> > > <report> > <verbose value="true"/> > <log value="output\cross.5actuated.log"/> > </report> > > </configuration> > > > The " <time-to-teleport value="75600"/> " is used to reflect that no > car can be teleported in reality. > > ++++++++++++++++++++++++++++++++++++++++++++++++++ > Appreciated again > > > Jane Cheung > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
