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

Implement Order-Robot matching #26

Open
galacticglum opened this issue Nov 14, 2021 · 1 comment
Open

Implement Order-Robot matching #26

galacticglum opened this issue Nov 14, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request logic
Milestone

Comments

@galacticglum
Copy link
Contributor

Every time step, the warehouse should try to match available Robots to orders that need to be fulfilled. This can be done through a variety of metrics: take the closest robot, take the first robot, etc...

When a Robot is matched, it can compute a route to the destination using a routefinder algorithm. Then, the route can be visualized.

@galacticglum
Copy link
Contributor Author

This will need to be integrated with the order handling system (see #43). One key question to consider is whether all orders have to be assigned to a Robot (e.g. should some orders not be handled by robots?)

@galacticglum galacticglum reopened this Dec 2, 2021
@galacticglum galacticglum added this to the Phase 2 milestone Dec 2, 2021
@galacticglum galacticglum added enhancement New feature or request logic labels Dec 5, 2021
@audreyyoshino audreyyoshino linked a pull request Dec 7, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request logic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants