Jakob Thank you for the help and advise on this problem. This solved the issue that I was running into with the buses in my simulation. Sent from Mail for Windows From: Jakob Erdmann 1. the stops must be enclosed withint the route element: <route ...> <stop .../> <stop .../> ... </route instead of <route .../> <stop ../> ... 2. The edge 'JagTranRdSB7' must be the first edge of the route since this is where the first stop of the route is located. By putting it in the end, the bus drives the whole route (while ignoring the other stops) to reach the edge of the first stop. 3. the attribute is called 'cycleTime' instead of 'cycle'. It is only applied when stops have a time schedule ttribute 'until' but yours only have 'duration'. See https://sumo.dlr.de/docs/Simulation/Public_Transport.html#public_transport_schedules regards, Jakob Am Do., 16. Sept. 2021 um 03:32 Uhr schrieb vincentobiako <[email protected]>:
_______________________________________________ |
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
