-
Notifications
You must be signed in to change notification settings - Fork 50
Description
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!