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

Experiment on Warehouse Map and Railway System #4

Open
HyuanTan opened this issue Dec 24, 2023 · 1 comment
Open

Experiment on Warehouse Map and Railway System #4

HyuanTan opened this issue Dec 24, 2023 · 1 comment

Comments

@HyuanTan
Copy link

HyuanTan commented Dec 24, 2023

Hi, Li, thanks for sharing your great work.
I read the paper and codes, the run example ./cbs -m random-32-32-20.map -a random-32-32-20-random-1.scen -o test.csv --outputPaths=paths.txt -k 30 -t 60 showed the Experiment 1-Game Maps which loads the benchmarks map in Instance.cpp. Instance.cpp loads Nathan's benchmark and your benchmark, does it mean you translate Warehouse Map and Railway Map into a self-defined format which is similar to Game Maps and use the part of codes related to your benchmark to load self-defined format maps?

Another question is, if I want to compare the result with algorithm that can work both on grid map and roadmap and I want to adapt CBSH2-RTC to work for roadmap, will it need to make a lot adaptation and can you give me some advice on that?

Thank you!

@Jiaoyang-Li
Copy link
Owner

Yes, you are right.

To change it to roadmap, you only need to rewrite the variables and functions in the instance class that relate to maps. This should not demand an extensive amount of work. Additionally, please disable the rectangle reasoning technique, as it is not suitable for general roadmaps.

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