Skip to main content

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

Thank you so much Jakob.

Much appreciate that.

Thanks
Mohsen

On Sunday, October 28, 2018, 6:12:47 AM GMT+13, Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:


This may be due to pre-insertion rerouting (the default value of device.rerouting.pre-period is 60).
Either set
device.rerouting.pre-period=0
or set
device.rerouting.probability=0

regards,
Jakob

Am Sa., 27. Okt. 2018 um 19:00 Uhr schrieb mohsen hs <mohsenhs82@xxxxxxxxx>:
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
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top