hrnr / m-explore

ROS packages for multi robot exploration
Other
323 stars 210 forks source link

0 Frontiers Found #68

Open prasgane opened 2 years ago

prasgane commented 2 years ago

Hi,

I have been trying to get Explorer Lite on my robot that works with movebase 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.

JiaoxianDu commented 2 months ago

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