ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think you could use some kind of area proportion. If you know the area of the total map which you load into your world, and find the fraction of total_area_discovered / total_map_area, the closer this becomes 1, you could terminate explore_lite. You could also look into finding the rate of change of this fraction to terminate it.