How to make coverage path planning with cell decomposition?
Hello friends. I have built a map using gmapping package and now I want to make a coverage path planning so that robot can move through each point on map. I've seen some algorithms such cell decomposition but I don't know how to implement it. Does anyone has already implemented some algorithm for this?
Do you have solved this problem? I also want to use the coverage path planning algorithm, has some open-source ros package? I want the robot move in a zigzag manner.