How can I estimate the coverage performed by an algorithm while exploring an unknown map
Hi,
I am using the nav2d exploration package to explore an unknown environment. I am using various strategies like NearestFrontier and MinPos Planner.
Is there a way through which I can estimate the area covered by these strategies?
Thanks