Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Rerouting doesn't seem to work

The rerouting device is not expected to affect destinations or interfere with rerouter-assigned destinations.
I cannot see any changes in destination in my own test. Please provide input files for replication your issue.

Am Do., 9. Feb. 2023 um 18:49 Uhr schrieb Dazz <dazz13@xxxxxxxxx>:
I figured out it is due to rerouting. If I set
    <device.rerouting.probability value="0.0"/>
then all the cars obey the new destination set by the rerouter. If I enable rerouting, it is as if the original destinations are fixed in the rerouting logic. Is this expected?

On Tue, Feb 7, 2023 at 10:37 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Please provide the input files and the id of a vehicle that fails to reroute as expected.

Am Mi., 8. Feb. 2023 um 02:05 Uhr schrieb Dazz <dazz13@xxxxxxxxx>:
(Also, reachable shows it is reachable.)

On Tue, Feb 7, 2023 at 4:57 PM Dazz <dazz13@xxxxxxxxx> wrote:
The original destinations (taz) included either going straight or making that right turn. Some of the traffic does go straight (and disappears since it reaches the destProbReroute edge). So it is definitely reachable (and the rerouter is correctly loaded and operational since the straight traffic does disappear).

On Tue, Feb 7, 2023 at 4:30 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Rerouting fails (silently) if the destination isn't reachable from the rerouter edge. You can right-click on an edge and pick 'select reachable' to see whether this may be the case.

Am Mi., 8. Feb. 2023 um 01:22 Uhr schrieb Dazz <dazz13@xxxxxxxxx>:
I am using a rerouter

<additional>
  <rerouter id="rerouter_name" edges="-514398801" probability="1">
    <interval begin="0" end="12:0:0">
      <destProbReroute id="-620169764" probability="1"/>
    </interval>
  </rerouter>
</additional>


but then I see most traffic ignore this:
sumo.png
What could cause this? The rerouter appears in sumo-gui as expected. And some traffic does go to the correct edge. The former route was probably that right turn.

_______________________________________________
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
_______________________________________________
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