Skip to main content

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

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

Attachment: question scenario.zip
Description: Zip compressed data


Back to the top