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

Missing Files #3

Open
zanxueyan opened this issue Jan 8, 2024 · 1 comment
Open

Missing Files #3

zanxueyan opened this issue Jan 8, 2024 · 1 comment

Comments

@zanxueyan
Copy link

protected static readonly string[] mazeMapPaths = new string[3]
{
Path.Combine("..", "..", "..", "maps", "maze512-1-6.map"),
Path.Combine("..", "..", "..", "maps", "maze512-1-2.map"),
Path.Combine("..", "..", "..", "maps", "maze512-1-9.map")
};

protected static readonly string[] scenDirs = new string[3]
{
Path.Combine("..", "..", "..", "scen", "scen-even"),
Path.Combine("..", "..", "..", "scen", "scen-random"),
Path.Combine("..", "..", "..", "scen", "scen-omri")
};

@eli-b
Copy link
Owner

eli-b commented Jan 9, 2024

The main set of maps and problem instances (scen-even and scen-random) is the standard MAPF benchmark, which you can find on mapf.info. Place them in the appropriate relative path once you download them.

The scen-omri folder isn't required. It's an extra set of problem instances generated by @OmriKaduri. Perhaps he can provide a link to them.

Please let me know if this resolves your issue.

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

2 participants