This technology enables a cleaning robot to collect information on obstacles, corners, and edges in an unknown map. Based on this data, the map is divided into rectangular sub-maps. The robot performs cleaning in a spiral pattern within each sub-map and utilizes a shortest-path algorithm to move between sub-maps, thereby increasing path planning efficiency.
When performing conventional coverage path planning in large or obstacle-heavy spaces, the need to account for the entire grid and all edges increases computational complexity, which significantly slows down execution time.
This technology uses collected edge information to decompose the map into rectangular sub-maps, optimizes decomposition units by identifying convex and concave corners, and generates paths based on these edges to reduce the overall map exploration range and computational load.
N/A