Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] device.rerouting.period is 0 , but rerouteNo in tripinfo is not 0

Dear SUMO experts,

Thank you so much for your earlier support.

I was wondering if you could let me know what happens with the following conf in SUMO in terms of number of rerouting.

 <process>
         <begin value="0"/>
        <route-steps value="200"/>
        <routing-algorithm value="astar"/>
        <device.rerouting.probability value="1"/>
       <!-- <device.rerouting.period value="300"/>-->
        <device.rerouting.adaptation-interval value="10"/>
<device.rerouting.adaptation-steps value="90"/>
        <device.rerouting.with-taz value="False"/>
        <device.rerouting.explicit value=""/>
        <vehroute-output.last-route value="False"/>
        <vehroute-output.exit-times value="False"/>
        <vehroute-output.sorted value="False"/>
    </process>

Since device.rerouting.period is diabled, I expected zero rerouting ( it uses default value of 0), but in the tripinfo, the rerouteNo  is not 0 for some vehicles. If these rerouteNo are correct "How can I diable the rerouting in the conf but with keeping this configuration lines.


Looking forward to hearing from you.

Many thanks
Mohsen

Back to the top