m-explore icon indicating copy to clipboard operation
m-explore copied to clipboard

0 Frontiers Found

Open prasgane opened this issue 3 years ago • 1 comments

Hi,

I have been trying to get Explorer Lite on my robot that works with move_base but keep running into issues where the node returns "found 0 frontiers" and stops exploration. The following is sample cost map that I saved in the searchFrom(...) function using costmap_->saveMap(std::string("~/costmap.pgm"));

Up on further investigation I found that isNewFrontierCell(...) never gets called. I have attached a small bag file from my robot, along with the yaml files we used. Any advice on how to resolve this bug would be helpful.

We are using ROS Melodic on Ubuntu 18.04.

Link to attachments.

prasgane avatar Mar 31 '22 22:03 prasgane

Launch explore.launch and I can get the normal results, but launch explore_costmap.launch I just get the same problem with you.

JiaoxianDu avatar Jun 14 '24 02:06 JiaoxianDu