This technology is a map generation algorithm that optimizes exploration efficiency by segmenting a generated 2D map, grouping boundary points between scanned and unscanned areas, and assigning movement priorities within the current segment.
Existing mobile robots often suffer from inefficiencies, such as repeatedly traversing the same areas or unnecessarily increasing travel distance, because they dynamically adjust their paths based solely on nearby boundary points.
This technology applies a positioning logic that divides a 2D map into segments and groups boundary points, prioritizing the exploration of boundary point groups within the current segment and only setting a path to another segment when no boundary points remain in the current area.
N/A