Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple taxi reservations at the same busStop are not always grouped #14612

Closed
PhilippWidmann opened this issue Mar 27, 2024 · 0 comments
Closed

Comments

@PhilippWidmann
Copy link

Whether multiple consecutive taxi reservations at the same busStop are combined into one stop depends on their order: If the passenger position is ascending in direction of travel, they will be grouped. If not, the taxi will have to drive loops to collect all passengers. See also the attached example.

This is an issue in drtOrtools, as the order of reservations at the same busStop for dispatching is essentially random. Sorting in drtOrtools would be an option, but I'm wondering if the behaviour can be better addressed in SUMO directly.

dispatch_stop_grouping.zip

SUMO-version: v1_19_0+1552-1b122d1d49e

operating system: Windows 10

@m-kro m-kro added the c:taxi label Mar 27, 2024
@namdre namdre self-assigned this Mar 28, 2024
@namdre namdre closed this as completed in b0e5c97 Mar 28, 2024
namdre added a commit that referenced this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants