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

Let vehicles wait before driving to prebooked pickup #8

Open
sebhoerl opened this issue May 17, 2022 · 0 comments
Open

Let vehicles wait before driving to prebooked pickup #8

sebhoerl opened this issue May 17, 2022 · 0 comments

Comments

@sebhoerl
Copy link
Contributor

Currently, the task chains of the vehicles are constructed as

[current task] [drive] [wait] [pickup]

for prebooked requests, i.e. the vehicle will wait until the earliestStartTime of the requests before starting the pickup task. However, it may actually be more intelligent to wait at the initial position and arrive right before the pickup. This means, the scheduler should be modified such that it can create chains like

[current task] [wait] [drive] [pickup]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant