Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Make a vehicle stop to take a passenger

SUMO supports intermodal routing as described in the previous link. This means you can load a fixed schedule of various buses and a person can figure out automatically which combination of buses and walking to use. Obviously, taking a bus only makes sense if it stops at least twice, hence the warning.
To make the warning go away you can either set the option --no-warnings or load the bus with two initial stops.

Am Mi., 24. Apr. 2019 um 16:00 Uhr schrieb steniero <steniero@xxxxxxxxx>:
Thank you very much. There was a mistake in my routing, the pedestrian now reaches correctly the stop without disappearing. Is there any way to make the warning disappear? Everything works correctly so I didn't understand what it means...

Thank you! 

On Mon, Apr 22, 2019 at 12:56 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
The warning message applies to intermodal routing (https://sumo.dlr.de/wiki/IntermodalRouting). In your ring-road scenario, no such routing is necessary as persons can just use the next bus which stops. 
Appending the driving stage after the walking stage should work as described and the person should then ride from the previous destination.
- Is there a warning when the person disappears?
- Does the bus stop at the appropriate busStop?


Am Do., 18. Apr. 2019 um 21:10 Uhr schrieb steniero <steniero@xxxxxxxxx>:
Hi,
I have to implement a stop on demand system. I created the bus stops and a ring route that the busses follow. When a pedestrian is created, it is supposed to walk to the first stop with a walking stage, then with a driving stage take the bus, at the same time traci sets the stop using the command setBusStop and stopping a determined bus. The busses are introduced with traci, operate the same line that the pedestrian calls.

I receive this warning:
Warning: Not using public transport line 'MINDShuttles' for routing persons. It has less than two usable stops.

And my pedestrian just disappears as soon as he reaches the stop. What did I do wrong? how can I make the vehicle stop and take the pedestrian? When I append the driving stage I do not specify from which station to start, I assumed the pedestrian should start from the bus station where he is at, as a destination of the preceeding walking stage, am I right?

Thank you very much
Stefano
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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