You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: