Robot Coverage Path Planning
Greetings!
I am working on a project which requires complete coverage of a room. So given some map, how can i traverse every "open cell" (no obstacle) of that room. This is similar to the autonomous lawn mowing where the robot must cover all the grass and not miss an area.
Is there a ROS package for complete coverage? I have looked and found a couple packages but im not quite sure what i should be looking for or where to start.
Thank you for any help you may be able to provide!
Hi @RoSPlebb, may I check if you manage to implement the complete coverage program? I have tried the heatmap package but it seems that it only plan for complete coverage of a polygon drawn by rviz's publish_point and not complete coverage of the map.