-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello. I am currently conducting research on indoor gas source localization algorithms, with a particular focus on evaluating them against existing methods, including your work.
While running the publicly released code from your project, I noticed a significant discrepancy in performance that I hope you can clarify. Specifically, when testing the A2 environment, the search took approximately 1000 seconds to complete. This is considerably longer than the average of 87 seconds reported in your paper.
Considering the physical travel time of the robot and the time required for sensing — particularly given that the current code appears to perform five measurements and update the hit map at each sensing location, which also incurs a substantial time cost — the reported duration of 87 seconds seems practically unattainable when factoring in the computational time required by your algorithm. I am wondering whether there are any differences between the termination conditions or time measurement procedures used in the released code versus those used in the experiments reported in the paper.
If there are any details I may have missed, I would greatly appreciate your clarification. This information is crucial to ensuring a fair and accurate comparison for my own research.
Thank you very much for your time and consideration.