Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] The varied phenomenon of my own simulation problem

Yes. Only scheduled stops (<stop>) are excluded).

Am Fr., 12. Juni 2020 um 04:47 Uhr schrieb Jane Cheung <cheung180515@xxxxxxxxx>:
Jakob,

Thanks for your replay!
One more question. 
The attribute of "halting" refers to vehicles which speed is less than 0.1m/s. Do vehicle stop at the intersection would be included?
Appreciated!

Jane Cheung

On Thu, Jun 11, 2020 at 11:09 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
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 <cheung180515@xxxxxxxxx>:
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
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top