WO2023236734A1 - Map region division method, chip, terminal and robot system - Google Patents
Map region division method, chip, terminal and robot system Download PDFInfo
- Publication number
- WO2023236734A1 WO2023236734A1 PCT/CN2023/094405 CN2023094405W WO2023236734A1 WO 2023236734 A1 WO2023236734 A1 WO 2023236734A1 CN 2023094405 W CN2023094405 W CN 2023094405W WO 2023236734 A1 WO2023236734 A1 WO 2023236734A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- point
- path
- vertex
- divided
- area
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 46
- 230000004044 response Effects 0.000 claims abstract description 10
- 238000010187 selection method Methods 0.000 claims abstract description 4
- 230000011218 segmentation Effects 0.000 claims description 57
- 238000004590 computer program Methods 0.000 claims description 12
- 238000005192 partition Methods 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 3
- 230000001788 irregular Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 3
- 230000004048 modification Effects 0.000 description 3
- PCTMTFRHKVHKIS-BMFZQQSSSA-N (1s,3r,4e,6e,8e,10e,12e,14e,16e,18s,19r,20r,21s,25r,27r,30r,31r,33s,35r,37s,38r)-3-[(2r,3s,4s,5s,6r)-4-amino-3,5-dihydroxy-6-methyloxan-2-yl]oxy-19,25,27,30,31,33,35,37-octahydroxy-18,20,21-trimethyl-23-oxo-22,39-dioxabicyclo[33.3.1]nonatriaconta-4,6,8,10 Chemical compound C1C=C2C[C@@H](OS(O)(=O)=O)CC[C@]2(C)[C@@H]2[C@@H]1[C@@H]1CC[C@H]([C@H](C)CCCC(C)C)[C@@]1(C)CC2.O[C@H]1[C@@H](N)[C@H](O)[C@@H](C)O[C@H]1O[C@H]1/C=C/C=C/C=C/C=C/C=C/C=C/C=C/[C@H](C)[C@@H](O)[C@@H](C)[C@H](C)OC(=O)C[C@H](O)C[C@H](O)CC[C@@H](O)[C@H](O)C[C@H](O)C[C@](O)(C[C@H](O)[C@H]2C(O)=O)O[C@H]2C1 PCTMTFRHKVHKIS-BMFZQQSSSA-N 0.000 description 2
- 238000004519 manufacturing process Methods 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 238000006467 substitution reaction Methods 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000018109 developmental process Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
Definitions
- Robots refer to intelligent devices that can work semi- or fully autonomously. When robots are working, they usually move using autonomous path planning or user remote path planning. For robot autonomous path planning, it is necessary to divide the areas according to the map obtained by the robot, and calculate a reasonable path that can cover the entire area in each area. However, the areas on the map usually appear in the form of polygons or irregular graphics. For larger areas, For irregular graphic areas, in order to avoid obstacles and cover the entire area, the robot will repeat some of its paths, which will cause the robot to repeatedly move some plots in the irregular graphic area, resulting in low robot work efficiency. .
- the present invention provides a map area segmentation method, chip, terminal and robot system.
- area selection operation and division operation according to the connection relationship between the vertex of the area to be segmented and the intersection of the segmentation line , divide the area to be segmented into more than one sub-area, improve the accuracy of map area segmentation, and improve the efficiency of the robot.
- the present invention obtains more than one loop path based on the connection relationship information between the vertices and intersections of the area to be divided and the corresponding selection rules, and divides the area to be divided into more than one sub-area by the loop path, which is effective Improve map area segmentation accuracy.
- the invention also discloses a chip.
- a computer program is stored inside the chip.
- the map area segmentation method as described above is implemented.
- the invention also discloses a robot system including: a map area segmentation terminal and a robot body; the map area segmentation terminal is the map area segmentation terminal as mentioned above, and is used for receiving the user's area selection operation and division operation, and The area is segmented to obtain more than one loop path; the robot body is used to receive more than one loop path segmented by the map area segmentation terminal, perform path planning based on the loop path and move based on the planned path.
- Figure 1 is a schematic flowchart of a map area segmentation method according to an embodiment of the present invention.
- Figure 2 is a schematic diagram of map area division according to an embodiment of the present invention.
- An embodiment of the present invention provides a map area segmentation method. As shown in Figure 1, the map area segmentation method includes the following steps:
- Step 22 Extend both ends of the dividing line segment by a first preset distance; the first preset distance is set after comprehensive consideration of various factors such as screen size and map size of different map dividing terminals. Use In order to extend the length of the dividing line segment, it reduces the probability that the length of the dividing line segment is not enough to divide the area to be divided.
- Step 32 Obtain all the vertices of the polygon to be divided and record all the vertices of the polygon to be divided in the vertex list; specifically, the method of obtaining all the vertices of the polygon to be divided is based on converting the area to be divided into the polygon to be divided. The method differs depending on the method. If the method of converting the area outline into a polygon boundary is used, all the vertices of the area outline are obtained. If the method of dividing the area by a rectangle with a minimum area is used, the four vertices of the rectangle are obtained; Splitting all vertices of a polygon includes obtaining the coordinate information and name of the vertices.
- Step 52 Select an intersection point from all the intersection points of the polygon to be divided and the dividing line segment, determine at least one vertex and intersection point that has a connection relationship with the intersection point, and sum up all the vertices and intersection points that have a connection relationship with the intersection point.
- the boundary of the area to be divided ABCD includes line segment AB, line segment BC, line segment CD and line segment DA. Randomly select two lines from each line segment. points, calculate the product of the X-axis coordinate difference and the Y-axis coordinate sum of two points randomly selected on each line segment in the same direction, and sum the product results on each line segment. If If the summation result is a positive number, then determine the boundary of the area to be divided ABCD.
- ADCB determines that the first vertex or intersection point connected to point A is point E.
- Select point E as the second path point.
- point, the line connecting point A and point E forms the first path; with point E as the center, and the direction AE of the line connecting point A and point E as 0 degrees, determine the first path that has a connection relationship with point E in the counterclockwise direction.
- a vertex or intersection is point F, select point F as the third path point, and the line connecting point E and point F forms the second path; with point F as the center, the direction EF of the line connecting point E and point F is 0 Degree, determine the first vertex or intersection point connected with point F in the counterclockwise direction as point B, select point B as the fourth path point, and the connection between point F and point B forms the third path; take point B As the center, taking the connecting direction FB of point F and point B as 0 degrees, determine the first vertex or intersection point connected to point B in the counterclockwise direction as point A, and select point A as the fifth path point.
- the line connecting point B and point A forms the fourth path.
- another embodiment of the present invention provides a region-divided map, as shown in Figure 4.
- the bold line is a dividing line segment, and both ends of the dividing line segment have been extended by a first preset distance.
- Figure 4 it can be seen that the number of intersections between the dividing line segment and the area to be divided is less than 2.
- the map area segmentation is directly terminated and it is determined that the map area segmentation fails.
- An embodiment of the present invention provides a chip.
- a computer program is stored inside the chip.
- the map area segmentation method as described in the previous embodiment is implemented.
- the program is stored in a storage medium and includes several instructions to cause the microcontroller, chip or processor to (processor) performs all or part of the steps of the methods described in various embodiments of the present invention.
- the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program code. .
Landscapes
- Processing Or Creating Images (AREA)
- Image Analysis (AREA)
Abstract
Description
本发明涉及地图区域划分领域,具体涉及一种地图分割区域方法、芯片、终端及机器人系统。The invention relates to the field of map area division, and specifically relates to a map area division method, a chip, a terminal and a robot system.
随着科技的飞速发展,机器人在各个领域都得到应用。机器人是指能够半自主或全自主工作的智能设备。机器人在进行工作时通常采用自主路径规划或者用户远程路径规划的方式移动。对于机器人自主路径规划需要根据机器人获取的地图进行区域划分,计算出每一个区域内能够覆盖整个区域的合理路径,但是地图上的区域通常以多边形或者不规则图形的形式出现,对于面积较大的不规则图形区域而言,机器人为了躲避障碍物和覆盖整个区域,会出现部分路径重复的情况,从而导致机器人对不规则图形区域内的部分地块进行重复多次移动作业,造成机器人工作效率低下。With the rapid development of science and technology, robots are used in various fields. Robots refer to intelligent devices that can work semi- or fully autonomously. When robots are working, they usually move using autonomous path planning or user remote path planning. For robot autonomous path planning, it is necessary to divide the areas according to the map obtained by the robot, and calculate a reasonable path that can cover the entire area in each area. However, the areas on the map usually appear in the form of polygons or irregular graphics. For larger areas, For irregular graphic areas, in order to avoid obstacles and cover the entire area, the robot will repeat some of its paths, which will cause the robot to repeatedly move some plots in the irregular graphic area, resulting in low robot work efficiency. .
发明内容Contents of the invention
为解决上述问题,本发明提供了一种地图区域分割方法、芯片、终端及机器人系统,响应于用户的区域选择操作和划分操作,根据待分割区域的顶点与分割线的交点之间的连接关系,将待分割区域分割为一个以上的子区域,提高地图区域分割精准度,提高机器人工作效率。本发明的具体技术方案如下:In order to solve the above problems, the present invention provides a map area segmentation method, chip, terminal and robot system. In response to the user's area selection operation and division operation, according to the connection relationship between the vertex of the area to be segmented and the intersection of the segmentation line , divide the area to be segmented into more than one sub-area, improve the accuracy of map area segmentation, and improve the efficiency of the robot. The specific technical solutions of the present invention are as follows:
一种地图区域分割方法,所述地图区域分割方法包括如下步骤:步骤1:响应于用户的区域选择操作,确定一个待分割区域;步骤2:响应于用户的划分操作,确定一条用于分割待分割区域的分割线段;步骤3:获取所述待分割区域的全部顶点并将所述待分割区域的全部顶点记录于顶点列表中;步骤4:获取并记录所述待分割区域与所述分割线段的全部交点;步骤5:获取所述全部顶点和所述全部交点的连接关系信息;步骤6:从顶点列表中选取一个顶点作为第一路径点,依据第一路径点结合顺时针选取规则,选取第二路径点;依据第二路径点结合逆时针选取规则,选取第三路径点,依据第三路径点结合逆时针选取规则,选取第四路径点,以第三路径点和第四路径点的选取方法类推,选取下一路径,直至选取的第N个路径点与第一路径点重合,则确定为获取一个回环路径,进入步骤7;步骤7:将所述回环路径中包含的顶点从顶点列表中删除,完成顶点列表的更新,判断更新后的顶点列表是否为空,若否,则返回步骤6,获取下一个回环路径,若是,则确定为将所述待分割区域分割为与回环路径相同数量的子区域,确定为地图区域分割完成,结束地图区域分割;其中,N为大于4 的整数,所述第一路径点与所述第二路径点之间的连线为第一路径,所述第二路径点与所述第三路径点之间的连线为第二路径,第N-1路径点与所述第N路径点之间的连线为第N-1路径,所述回环路径由第一路径至第N-1路径依序连接组成。与现有技术相比,本发明根据待分割区域的顶点和交点之间的连接关系信息结合相应选取规则获取一个以上的回环路径,由回环路径将待分割区域分割为一个以上的子区域,有效提高地图区域分割精度。A map area segmentation method. The map area segmentation method includes the following steps: Step 1: In response to the user's area selection operation, determine an area to be divided; Step 2: In response to the user's division operation, determine a region to be divided. The dividing line segment of the divided area; Step 3: Obtain all the vertices of the area to be divided and record all the vertices of the area to be divided in the vertex list; Step 4: Obtain and record the area to be divided and the dividing line segment All intersection points of The second path point; select the third path point based on the second path point combined with the counterclockwise selection rule, select the fourth path point based on the third path point combined with the counterclockwise selection rule, and use the difference between the third path point and the fourth path point By analogy with the selection method, the next path is selected until the selected Nth path point coincides with the first path point, then it is determined that a loop path is obtained, and step 7 is entered; Step 7: Remove the vertices included in the loop path from the vertex Delete from the list, complete the update of the vertex list, and determine whether the updated vertex list is empty. If not, return to step 6 to obtain the next loop path. If so, determine that the area to be divided is divided into the loop path. With the same number of sub-areas, it is determined that the map area segmentation is completed and the map area segmentation ends; where N is greater than 4 is an integer, the connection line between the first path point and the second path point is the first path, the connection line between the second path point and the third path point is the second path, and the The connection between the N-1 path point and the N-th path point is the N-1th path, and the loop path is composed of the first path to the N-1th path connected in sequence. Compared with the existing technology, the present invention obtains more than one loop path based on the connection relationship information between the vertices and intersections of the area to be divided and the corresponding selection rules, and divides the area to be divided into more than one sub-area by the loop path, which is effective Improve map area segmentation accuracy.
本发明还公开一种芯片,该芯片内部存储有计算机程序,所述计算机程序被执行时实现如前所述的地图区域分割方法。The invention also discloses a chip. A computer program is stored inside the chip. When the computer program is executed, the map area segmentation method as described above is implemented.
本发明还公开一种地图区域分割终端包括:处理器、触控显示屏和主控芯片,所述主控芯片为如前所述的芯片,用于存储计算机程序,所述计算机程序被执行时所述地图区域分割终端实现如前所述的地图区域分割方法;所述触控显示屏,用于显示地图,接收用户的区域选择操作和划分操作。The invention also discloses a map area segmentation terminal including: a processor, a touch display screen and a main control chip. The main control chip is the chip as described above and is used to store a computer program. When the computer program is executed The map area segmentation terminal implements the map area segmentation method as described above; the touch display screen is used to display the map and receive the user's area selection operation and division operation.
本发明还公开一种机器人系统包括:地图区域分割终端和机器人本体;所述地图区域分割终端为如前所述的地图区域分割终端,用于接收用户的区域选择操作和划分操作,对待分割的区域进行分割,获得一个以上的回环路径;所述机器人本体用于接收所述地图区域分割终端分割的一个以上的回环路径,基于回环路径进行路径规划并基于规划的路径移动。The invention also discloses a robot system including: a map area segmentation terminal and a robot body; the map area segmentation terminal is the map area segmentation terminal as mentioned above, and is used for receiving the user's area selection operation and division operation, and The area is segmented to obtain more than one loop path; the robot body is used to receive more than one loop path segmented by the map area segmentation terminal, perform path planning based on the loop path and move based on the planned path.
图1为本发明一种实施例所述地图区域分割方法的流程示意图。Figure 1 is a schematic flowchart of a map area segmentation method according to an embodiment of the present invention.
图2为本发明一种实施例所述地图区域分割示意图。Figure 2 is a schematic diagram of map area division according to an embodiment of the present invention.
图3为本发明一种实施例所述地图区域分割多交点示意图。Figure 3 is a schematic diagram of multiple intersection points for dividing a map area according to an embodiment of the present invention.
图4为本发明一种实施例所述地图区域分割失败示意图。Figure 4 is a schematic diagram of map area segmentation failure according to an embodiment of the present invention.
为了使本发明的目的、技术方案及优点更加清晰,以下将结合附图及实施例,对本发明进行描述和说明。应当理解,下面所描述的具体实施例仅仅用于解释本发明,并不用于限定本发明。此外,还可以理解的是,对本领域的普通技术人员而言,在本发明揭露的技术内容上进行一些设计,制造或者生产等变更只是常规的技术手段,不应当理解为本申请公开的内容不充分。In order to make the purpose, technical solutions and advantages of the present invention clearer, the present invention will be described and illustrated below with reference to the drawings and embodiments. It should be understood that the specific embodiments described below are only used to explain the present invention and are not intended to limit the present invention. In addition, it can also be understood that, for those of ordinary skill in the art, making some design, manufacturing or production changes on the technical content disclosed in the present application is just a conventional technical means, and should not be understood to mean that the content disclosed in the present application does not change the technical content disclosed in the present application. full.
除非另作定义,本发明所涉及的技术术语或科学术语应当为本申请所属技术领域内具有一般技能的人士所理解的通常意义。本申请所涉及的“一”、“一个”、“一种”、“该”等词语并不表示数量限制,可以表示单数或复数。本申请所涉及的术语“包括”、“包含”、“具有” 以及它们任何变形,意图在于覆盖不排他的包含,如:包含了一系列步骤或模块的过程、方法、系统产品或者设备没有限定于已列出的步骤或单元,而是可以还包括没有列出的步骤或模块,或者还可以包括对于这些过程、方法、产品或设备固有的其他步骤或单元。本申请所涉及的术语“第一”、“第二”、“第三”等仅仅是用于区别类似的对应,不代表针对对象的特定排序。Unless otherwise defined, the technical terms or scientific terms involved in the present invention shall have the usual meanings understood by those with ordinary skills in the technical field to which this application belongs. Words such as "a", "an", "a", "the", etc. involved in this application do not indicate a quantitative limit and may indicate singular or plural numbers. The terms "include", "include" and "have" used in this application and any variations thereof, intended to cover non-exclusive inclusions, such as: processes, methods, system products or equipment that include a series of steps or modules are not limited to the listed steps or units, but may also include unlisted steps or modules, or may also include other steps or units inherent to these processes, methods, products or devices. The terms "first", "second", "third", etc. involved in this application are only used to distinguish similar correspondences and do not represent a specific ordering of objects.
本发明的一种实施例中提供一种地图区域分割方法,如图1所示,所述地图区域分割方法包括如下步骤:An embodiment of the present invention provides a map area segmentation method. As shown in Figure 1, the map area segmentation method includes the following steps:
步骤11:响应于用户的区域选择操作,在地图上确定一个待分割区域;其中,所述待分割区域为一个封闭区域。Step 11: In response to the user's area selection operation, determine an area to be divided on the map; wherein the area to be divided is a closed area.
步骤21:响应于用户的划分操作,在地图上确定一条用于分割所述待分割区域的分割线段。Step 21: In response to the user's dividing operation, determine a dividing line segment on the map for dividing the area to be divided.
步骤22:将所述分割线段的两端各延长第一预设距离;所述第一预设距离是针对不同的地图分割终端的屏幕大小、地图大小等多种因素综合考量后设置的,用于延长分割线段的长度,降低出现分割线段的长度不足以将待分割区域分割的概率。Step 22: Extend both ends of the dividing line segment by a first preset distance; the first preset distance is set after comprehensive consideration of various factors such as screen size and map size of different map dividing terminals. Use In order to extend the length of the dividing line segment, it reduces the probability that the length of the dividing line segment is not enough to divide the area to be divided.
步骤31:将所述待分割区域转换为待分割多边形;具体地,将所述待分割区域转换为待分割多边形的方法可以是但不限于获取待分割区域轮廓将区域轮廓转换为多边形边界的方法,或者是使用最小面积的矩形外接待分割区域的方法。Step 31: Convert the area to be divided into a polygon to be divided; specifically, the method of converting the area to be divided into a polygon to be divided may be but is not limited to a method of obtaining the outline of the area to be divided and converting the area outline into a polygon boundary. , or the method of dividing the area using a rectangle with a minimum area.
步骤32:获取所述待分割多边形的全部顶点并将所述待分割多边形的全部顶点记录于顶点列表;具体地,获取待分割多边形的全部顶点的方法根据将待分割区域转换为待分割多边形的方法的不同而不同,若使用将区域轮廓转换为多边形边界的方法,则获取区域轮廓全部顶点,若使用最小面积的矩形外接待分割区域的方法,则获取矩形的四个顶点;获取所述待分割多边形的全部顶点包括获取顶点的坐标信息和名称等信息。Step 32: Obtain all the vertices of the polygon to be divided and record all the vertices of the polygon to be divided in the vertex list; specifically, the method of obtaining all the vertices of the polygon to be divided is based on converting the area to be divided into the polygon to be divided. The method differs depending on the method. If the method of converting the area outline into a polygon boundary is used, all the vertices of the area outline are obtained. If the method of dividing the area by a rectangle with a minimum area is used, the four vertices of the rectangle are obtained; Splitting all vertices of a polygon includes obtaining the coordinate information and name of the vertices.
步骤41:判断所述分割线段与所述待分割多边形的交点个数是否大于或等于2,若是,则进入步骤42,若否,则确定为地图区域分割失败,结束地图区域分割;具体地,当所述分割线段与所述待分割多边形的交点个数小于2时,说明该分割线段不能将所述待分割多边形分割为一个以上的封闭的回环,该分割线段无效,地图区域分割失败。Step 41: Determine whether the number of intersections between the dividing line segment and the polygon to be divided is greater than or equal to 2. If so, proceed to step 42. If not, it is determined that the map area segmentation has failed, and the map area segmentation ends; specifically, When the number of intersections between the dividing line segment and the polygon to be divided is less than 2, it means that the dividing line segment cannot divide the polygon to be divided into more than one closed loop, the dividing line segment is invalid, and the map area segmentation fails.
步骤42:获取并记录所述待分割多边形与所述分割线段的全部交点;其中,所述获取并记录所述待分割多边形与所述分割线段的全部交点包括记录全部交点的坐标信息。Step 42: Obtain and record all intersection points of the polygon to be divided and the dividing line segments; wherein, obtaining and recording all intersection points of the polygon to be divided and the dividing line segments includes recording coordinate information of all intersection points.
步骤51:从所述待分割多边形的全部顶点中选取一个顶点,确定与该一个顶点存在连接 关系的至少一个的顶点和交点,将与该一个顶点存在连接关系的全部顶点和交点确定为该一个顶点的连接关系信息,然后选取下一个顶点,确定与该下一个顶点存在连接关系的至少一个的顶点和交点,将与该下一个顶点存在连接关系的全部顶点和交点确定为该下一个顶点的连接关系信息,以此类推,直至将全部顶点遍历完毕,获取全部顶点的连接关系信息;Step 51: Select a vertex from all the vertices of the polygon to be divided and determine whether there is a connection with this vertex. At least one vertex and intersection point of the relationship, determine all the vertices and intersection points that have a connection relationship with the one vertex, and then select the next vertex to determine at least one connection relationship with the next vertex. of the vertices and intersections, determine all the vertices and intersections that have a connection relationship with the next vertex as the connection relationship information of the next vertex, and so on, until all vertices are traversed, and the connection relationship information of all vertices is obtained;
步骤52:从所述待分割多边形与所述分割线段的全部交点中选取一个交点,确定与该一个交点存在连接关系的至少一个的顶点和交点,将与该一个交点存在连接关系的全部顶点和交点确定为该一个交点的连接关系信息,然后选取下一个交点,确定与该下一个交点存在连接关系的至少一个的顶点和交点,将与该下一个交点存在连接关系的全部顶点和交点确定为该一个交点的连接关系信息,以此类推,直至将全部交点遍历完毕,获取全部交点的连接关系信息;其中,所述存在连接关系是指一个交点/顶点通过待分割多边形的边界或分割线段与另一个交点/顶点连接。Step 52: Select an intersection point from all the intersection points of the polygon to be divided and the dividing line segment, determine at least one vertex and intersection point that has a connection relationship with the intersection point, and sum up all the vertices and intersection points that have a connection relationship with the intersection point. The intersection point is determined as the connection relationship information of the intersection point, then the next intersection point is selected, at least one vertex and intersection point that has a connection relationship with the next intersection point is determined, and all the vertices and intersection points that have a connection relationship with the next intersection point are determined as The connection relationship information of this intersection point, and so on, until all intersection points are traversed, the connection relationship information of all intersection points is obtained; wherein, the existence of connection relationship means that an intersection point/vertex passes through the boundary or dividing line segment of the polygon to be divided and the Another intersection/vertex connection.
步骤61:从所述顶点列表中选取一个顶点作为第一路径点,依据第一路径点结合顺时针选取规则,从与第一路径点存在连接关系的交点和/或顶点中选取第二路径点,所述第一路径点与所述第二路径点之间的连线为第一路径;具体地,所述顺时针选取规则是指依据第一路径点的连接关系信息,以第一路径点为中心,在所述待分割区域的边界的顺时针方向上,选取与第一路径点存在连接关系的第一个交点或顶点作为第二路径点;其中,所述待分割区域的边界的顺时针方向是依据所述待分割区域的边界线段上的点坐标信息确定,如图2中待分割区域ABCD的边界包括线段AB、线段BC、线段CD和线段DA,从每一条线段上随机选取两个点,将每一条线段上随机选取的两个点的沿同一方向上计算两个点的X轴坐标差值和Y轴坐标和值的乘积,将每一条线段上的乘积结果求和,若求和结果为正数,则确定该Step 61: Select a vertex from the vertex list as the first path point, and select a second path point from the intersections and/or vertices that are connected to the first path point according to the first path point combined with the clockwise selection rule. , the connection between the first path point and the second path point is the first path; specifically, the clockwise selection rule refers to using the first path point based on the connection relationship information of the first path point. As the center, in the clockwise direction of the boundary of the area to be divided, select the first intersection or vertex that has a connection relationship with the first path point as the second path point; wherein, in the clockwise direction of the boundary of the area to be divided, The clockwise direction is determined based on the point coordinate information on the boundary line segment of the area to be divided. In Figure 2, the boundary of the area to be divided ABCD includes line segment AB, line segment BC, line segment CD and line segment DA. Randomly select two lines from each line segment. points, calculate the product of the X-axis coordinate difference and the Y-axis coordinate sum of two points randomly selected on each line segment in the same direction, and sum the product results on each line segment. If If the summation result is a positive number, then determine the
一方向为待分割区域的边界的顺时针方向,反之,若求和结果为负数,则确定该一方向为待分割区域的边界的逆时针方向。图2中矩形ABCD的顺时针方向为ADCB,若选取A点为第一路径点,可知与A点存在连接关系的点为E点和B点,则以A点为中心,在待分割区域的边界的顺时针方向ADCB上,与A点存在连接关系的第一个交点或顶点为交点E点,选取E点作为第二路径点。One direction is the clockwise direction of the boundary of the area to be divided. On the contrary, if the summation result is a negative number, it is determined that the one direction is the counterclockwise direction of the boundary of the area to be divided. In Figure 2, the clockwise direction of the rectangle ABCD is ADCB. If point A is selected as the first path point, it can be seen that the points connected to point A are point E and point B. Then, with point A as the center, in the area to be divided On the clockwise ADCB of the boundary, the first intersection or vertex that has a connection relationship with point A is intersection point E, and point E is selected as the second path point.
步骤62:依据第二路径点结合逆时针选取规则,从与第二路径点存在连接关系的交点和/或顶点中选取第三路径点,所述第二路径点与所述第三路径点之间的连线为第二路径;Step 62: According to the second path point combined with the counterclockwise selection rule, select a third path point from the intersection points and/or vertices that have a connection relationship with the second path point. The second path point and the third path point are The connection between is the second path;
步骤63:依据第三路径点结合逆时针选取规则,从与第三路径点存在连接关系的交点和/或顶点中选取第四路径点,所述第三路径点与所述第四路径点之间的连线为第三路径,以第 三路径点和第四路径点的选取方法类推,选取下一路径点,直至选取的第N个路径点与第一路径点重合,则确定为获取一个由第一路径至第N-1路径依序连接组成的回环路径,第一路径点为第一路径的起始点,第二路径点为第一路径的结束点,第二路径点同时是第二路径的起始点,所述由第一路径至第N-1路径依序连接组成的回环路径是指第一路径的结束点与第二路径的起始点连接,第二路径的结束点与第三路径的起始点连接,以此类推,第一路径的起始点与第N-1路径的结束点连接,形成一个回环路径;其中,N为大于或等于4的整数。具体地,所述逆时针选取规则是指以当前路径点为中心,以当前路径点与上一路径点的连线方向为0度方向,选择逆时针方向上与当前路径点存在连接关系的第一个交点或顶点作为下一路径点;其中,所述当前路径点可以是但不限第二路径点至第N-1路径点中任意一个路径点。Step 63: According to the third path point combined with the counterclockwise selection rule, select a fourth path point from the intersection points and/or vertices that have a connection relationship with the third path point. The third path point and the fourth path point are The connection between is the third path, taking the The selection methods of the third path point and the fourth path point are analogous. Select the next path point until the selected Nth path point coincides with the first path point, then it is determined to obtain a path from the first path to the N-1th path. A loop path composed of sequential connections, the first path point is the starting point of the first path, the second path point is the end point of the first path, and the second path point is also the starting point of the second path. The first path The loop path composed of sequential connections to the N-1th path means that the end point of the first path is connected to the starting point of the second path, the end point of the second path is connected to the starting point of the third path, and so on. The starting point of a path is connected to the end point of the N-1th path to form a loop path; where N is an integer greater than or equal to 4. Specifically, the counterclockwise selection rule refers to taking the current path point as the center, taking the connecting direction of the current path point and the previous path point as the 0-degree direction, and selecting the third path point that has a connection relationship with the current path point in the counterclockwise direction. An intersection or vertex serves as the next path point; wherein, the current path point may be but is not limited to any one of the second path point to the N-1th path point.
步骤71:将所述回环路径中所包含的全部顶点从顶点列表中删除,完成顶点列表的更新;具体地,当一个顶点从顶点列表中删除后,其它的顶点/交点与该一个顶点之间存在的连接关系在获取新的路径点时不被识别。Step 71: Delete all vertices included in the loop path from the vertex list to complete the update of the vertex list; specifically, when a vertex is deleted from the vertex list, the distance between other vertices/intersection points and the vertex list Existing connections are not recognized when retrieving new waypoints.
步骤72:判断更新后的顶点列表是否为空,若否,则返回步骤61,若是,则确定为将所述待分割多边形分割为与回环路径数量相同的子区域,确定为地图区域分割完成,结束地图区域分割。Step 72: Determine whether the updated vertex list is empty. If not, return to step 61. If so, it is determined that the polygon to be divided is divided into sub-regions with the same number as the loop paths, and it is determined that the map area segmentation is completed. End map area division.
优选地,所述获取区域轮廓将区域轮廓转换为多边形边界的方法具体包括:基于计算机视觉和机器学习软件OpenCV获取所述待分割区域的区域轮廓;将所述待分割区域转换为以所述待分割区域的区域轮廓为边界的待分割多边形。Preferably, the method for obtaining the region contour and converting the region contour into a polygon boundary specifically includes: obtaining the region contour of the region to be segmented based on computer vision and machine learning software OpenCV; converting the region to be segmented into a polygon boundary based on the region to be segmented. The area outline of the divided area is the boundary of the polygon to be divided.
优选地,所述将待分割区域使用最小面积的矩形外接的方法具体包括:步骤31-1:枚举所述待分割区域上的所有坐标点;步骤31-2:从所述待分割区域上的所有坐标点中获取x轴坐标最小值、x轴坐标最大值、y轴坐标最小值和y轴坐标最大值;步骤31-3:将所述待分割区域转换为一个将所述待分割区域包围的最小面积的待分割矩形;步骤31-4:确定所述待分割多边形的左上角的第一顶点的坐标为x轴坐标最小值和y轴坐标最大值;确定所述待分割多边形的右上角的第二顶点的坐标为x轴坐标最大值和y轴坐标最大值;确定所述待分割多边形的左下角的第三顶点的坐标为x轴坐标最小值和y轴坐标最小值;确定所述待分割多边形的右下角的第四顶点的坐标为x轴坐标最大值和y轴坐标最小值。Preferably, the method of circumscribing the area to be divided using a rectangle with the smallest area specifically includes: Step 31-1: Enumerating all coordinate points on the area to be divided; Step 31-2: Starting from the area to be divided Obtain the minimum value of the x-axis coordinate, the maximum value of the x-axis coordinate, the minimum value of the y-axis coordinate, and the maximum value of the y-axis coordinate from all coordinate points; Step 31-3: Convert the area to be segmented into a region to be segmented The rectangle to be divided with the smallest area enclosed by it; Step 31-4: Determine the coordinates of the first vertex of the upper left corner of the polygon to be divided to be the minimum x-axis coordinate and the maximum y-axis coordinate; determine the upper right corner of the polygon to be divided The coordinates of the second vertex of the angle are the maximum value of the x-axis coordinate and the maximum value of the y-axis coordinate; determine that the coordinates of the third vertex of the lower left corner of the polygon to be divided are the minimum value of the x-axis coordinate and the minimum value of the y-axis coordinate; determine the The coordinates of the fourth vertex of the lower right corner of the polygon to be divided are the maximum value of the x-axis coordinate and the minimum value of the y-axis coordinate.
优选地,所述步骤51和所述步骤52为获取全部顶点和全部交点的连接关系信息的步骤,所述步骤51和所述步骤52的先后执行顺序不受限制,可以是但不限于先执行步骤51再执行 步骤52,或者是先执行步骤52再执行步骤51,还可以是同时执行步骤51和步骤52。Preferably, the step 51 and the step 52 are steps to obtain the connection relationship information of all vertices and all intersections. The execution order of the step 51 and the step 52 is not limited, and may be but is not limited to being executed first. Perform step 51 again Step 52, or step 52 is performed first and then step 51 is performed, or step 51 and step 52 can be performed simultaneously.
本发明的另一种实施例中提供了一种基于上述实施例所述地图区域分割方法的地图,如图2所示,响应于用户的区域选择操作,在地图上确定区域1为待分割区域;响应于用户的划分操作,在地图上的加粗黑色线条为分割线段,分割线段与待分割区域的交点包括E点和F点,由图2可知,该待分割区域为“凹”字型区域,将该“凹”字型区域使用最小面积的矩形外接的方法获取一个将待分割区域包围的矩形,图2中虚线为该待分割矩形边界,可知该待分割矩形顶点包括A点、B点、C点和D点,将该待分割矩形的全部顶点记录于顶点列表中,确定该待分割矩形的全部顶点和全部交点的连接关系。Another embodiment of the present invention provides a map based on the map area segmentation method described in the above embodiment. As shown in Figure 2, in response to the user's area selection operation, area 1 is determined on the map to be the area to be divided. ; In response to the user's dividing operation, the thick black line on the map is the dividing line segment. The intersection of the dividing line segment and the area to be divided includes point E and point F. As can be seen from Figure 2, the area to be divided is in a "concave" shape. area, use the method of circumscribing the "concave" font area with a rectangle of minimum area to obtain a rectangle that surrounds the area to be divided. The dotted line in Figure 2 is the boundary of the rectangle to be divided. It can be seen that the vertices of the rectangle to be divided include points A and B. Points 1, C, and D, record all the vertices of the rectangle to be divided in the vertex list, and determine the connection relationships of all the vertices and all intersections of the rectangle to be divided.
具体地,如图2所示,与A点存在连接关系的点包括B点和E点,因此,A点的连接关系信息为A点分别与B点和E点连接;与E点存在连接关系的点包括A点、D点和F点,因此,E点的连接关系信息为E点分别与A点、D点和F点连接;与D点存在连接关系的点包括E点和C点,因此,D点的连接关系信息为D点分别与E点和C点连接;与C点存在连接关系的点包括D点和F点,因此,C点的连接关系信息为C点分别与D点和F点连接;与F点存在连接关系的点包括C点、E点和B点,因此,F点的连接关系信息为F点分别与C点、E点和B点连接;与B点存在连接关系的点包括F点和A点,因此,B点的连接关系信息为B点分别与F点和A点连接。Specifically, as shown in Figure 2, the points that have a connection relationship with point A include point B and point E. Therefore, the connection relationship information of point A is that point A is connected to point B and point E respectively; there is a connection relationship with point E. The points include point A, point D and point F. Therefore, the connection relationship information of point E is that point E is connected to point A, point D and point F respectively; the points with connection relationship with point D include point E and point C, Therefore, the connection relationship information of point D is that point D is connected to point E and point C respectively; the points that have a connection relationship with point C include point D and point F. Therefore, the connection relationship information of point C is that point C is connected to point D respectively. It is connected to point F; the points that have a connection relationship with point F include point C, point E and point B. Therefore, the connection relationship information of point F is that point F is connected to point C, point E and point B respectively; it has a connection relationship with point B. The connection relationship points include point F and point A. Therefore, the connection relationship information of point B is that point B is connected to point F and point A respectively.
从顶点列表中选取A点作为第一路径点,依据待分割矩形的边界的顺时针方向ADCB上确定与A点存在连接关系的第一个顶点或交点为E点,选取E点作为第二路径点,A点与E点的连线形成第一路径;以E点为中心,以A点和E点的连线方向AE为0度,在逆时针方向上确定与E点存在连接关系的第一个顶点或交点为F点,选取F点为第三路径点,E点和F点的连线形成第二路径;以F点为中心,以E点和F点的连线方向EF为0度,在逆时针方向上确定与F点存在连接关系的第一个顶点或交点为B点,选取B点为第四路径点,F点和B点的连线形成第三路径;以B点为中心,以F点和B点的连线方向FB为0度,在逆时针方向上确定与B点存在连接关系的第一个顶点或交点为A点,选取A点为第五路径点,B点和A点的连线形成第四路径,由于第五路径点与第一路径点重合,因此,确定为获取到一个由第一路径、第二路径、第三路径和第四路径组成的回环路径AEFB;该回环路径AEFB上包括待分割矩形的顶点A点和B点,将A点和B点从顶点列表中删除,更新顶点列表,可知更新后的顶点列表还存在C点和D点,从更新后的顶点列表中选取一个C点作为第一路径点,依据待分割矩形的边界的顺时针方向ADCB上确定与C点存在连接关系的第一个顶点或交点为F点, 选取F点作为第二路径点,C点与F点之间的连线形成第一路径;以F点为中心,以C点和F点的连线方向CF为0度,在逆时针方向上确定与F点存在连接关系的第一个顶点或交点为E点,选取E点为第三路径点,E点和F点的连线形成第二路径;以E点为中心,以F点和E点的连线方向FE为0度,在逆时针方向上确定与E点存在连接关系的第一个顶点或交点为D点,选取D点为第三路径点,E点和D点的连线形成第二路径;以D点为中心,以E点和D点的连线方向ED为0度,在逆时针方向上确定与D点存在连接关系的第一个顶点或交点为C点,选取C点为第五路径点,C点和D点的连线形成第四路径,由于第五路径点与第一路径点重合,因此,确定为获取到一个由第一路径、第二路径、第三路径和第四路径组成的回环路径CFED;该回环路径CFED上包括待分割矩形的顶点C点和D点,将C点和D点从顶点列表中删除,完成顶点列表的更新,可知更新后的顶点列表为空,确定为将该待分割矩形分割为两个子区域AEFB和CFED,结束地图区域分割。Select point A from the vertex list as the first path point. According to the clockwise direction of the boundary of the rectangle to be divided, ADCB determines that the first vertex or intersection point connected to point A is point E. Select point E as the second path point. point, the line connecting point A and point E forms the first path; with point E as the center, and the direction AE of the line connecting point A and point E as 0 degrees, determine the first path that has a connection relationship with point E in the counterclockwise direction. A vertex or intersection is point F, select point F as the third path point, and the line connecting point E and point F forms the second path; with point F as the center, the direction EF of the line connecting point E and point F is 0 Degree, determine the first vertex or intersection point connected with point F in the counterclockwise direction as point B, select point B as the fourth path point, and the connection between point F and point B forms the third path; take point B As the center, taking the connecting direction FB of point F and point B as 0 degrees, determine the first vertex or intersection point connected to point B in the counterclockwise direction as point A, and select point A as the fifth path point. The line connecting point B and point A forms the fourth path. Since the fifth path point coincides with the first path point, it is determined that a path consisting of the first path, the second path, the third path and the fourth path is obtained. Loop path AEFB; The loop path AEFB includes the vertices A and B of the rectangle to be divided. Delete point A and B from the vertex list and update the vertex list. It can be seen that the updated vertex list also contains points C and D. , select a point C from the updated vertex list as the first path point, and determine the first vertex or intersection point that has a connection relationship with point C as point F based on the clockwise direction ADCB of the boundary of the rectangle to be divided, Select point F as the second path point, and the connection between point C and point F forms the first path; with point F as the center, and the direction CF of the connection between point C and point F is 0 degrees, in the counterclockwise direction Determine the first vertex or intersection point that has a connection relationship with point F as point E, select point E as the third path point, and the connection between point E and point F forms the second path; with point E as the center, point F and The connection direction FE of point E is 0 degrees. In the counterclockwise direction, determine the first vertex or intersection point that is connected to point E as point D. Select point D as the third path point. The connection between point E and point D The line forms the second path; with point D as the center, and the connecting direction ED between point E and point D as 0 degrees, determine the first vertex or intersection point that is connected to point D in the counterclockwise direction as point C. Select point C as the fifth path point, and the line connecting point C and point D forms the fourth path. Since the fifth path point coincides with the first path point, it is determined that a path consisting of the first path, the second path, and The loop path CFED composed of the third path and the fourth path; the loop path CFED includes the vertices C and D of the rectangle to be divided. Delete the C and D points from the vertex list to complete the update of the vertex list. It can be seen that the update The final vertex list is empty, and it is determined that the rectangle to be divided is divided into two sub-areas AEFB and CFED, and the map area division is completed.
需要说明的是,当一个顶点从顶点列表中删除后,其它的顶点和/或交点与该一个顶点之间存在的连接关系在获取路径点时不会被识别,可以理解地,当一个顶点从顶点列表中删除后,该一个顶点与其余顶点或交点存在的连接关系会被忽略,以确保回环路径中路径点获取的准确度。It should be noted that when a vertex is deleted from the vertex list, the connection relationship between other vertices and/or intersection points and the vertex will not be recognized when obtaining the path point. Understandably, when a vertex is deleted from the vertex list, After a vertex is deleted from the vertex list, the connection relationship between the vertex and other vertices or intersections will be ignored to ensure the accuracy of path point acquisition in the loop path.
基于上述实施例,本发明的另一种实施例中提供一种区域分割的地图,如图3所示,加粗线条为分割线段,当待分割区域为区域2时,该分割线段与待分割区域的交点个数为4,该分割线段将待分割区域划分为三个子区域。Based on the above embodiment, another embodiment of the present invention provides a map of area division. As shown in Figure 3, the bold line is the dividing line segment. When the area to be divided is area 2, the dividing line segment and the area to be divided are The number of intersection points is 4, and the dividing line segment divides the area to be divided into three sub-regions.
基于上述实施例,本发明的另一种实施例中提供一种区域分割的地图,如图4所示,加粗线条为分割线段,该分割线段两端已各延长第一预设距离,由图4可知,该分割线段与待分割区域的交点个数小于2,在本实施例中,由于分割线段与待分割区域的交点个数小于2,直接结束地图区域分割,确定为地图区域分割失败。Based on the above embodiment, another embodiment of the present invention provides a region-divided map, as shown in Figure 4. The bold line is a dividing line segment, and both ends of the dividing line segment have been extended by a first preset distance. As shown in Figure 4, it can be seen that the number of intersections between the dividing line segment and the area to be divided is less than 2. In this embodiment, because the number of intersections between the dividing line segment and the area to be divided is less than 2, the map area segmentation is directly terminated and it is determined that the map area segmentation fails.
本发明一种实施例中提供一种芯片,芯片内部存储有计算机程序,所述计算机程序被执行时实现如前述实施例所述的地图区域分割方法。本领域技术人员可以理解实现上述实施方式方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序存储在一个存储介质中,包括若干指令用以使得单片机、芯片或处理器(processor)执行本发明各个实施方式所述方法的全部或部分步骤。而前述的存储介质包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等各种可以存储程序代码的介质。 An embodiment of the present invention provides a chip. A computer program is stored inside the chip. When the computer program is executed, the map area segmentation method as described in the previous embodiment is implemented. Those skilled in the art can understand that all or part of the steps in the method of implementing the above embodiments can be completed by instructing relevant hardware through a program. The program is stored in a storage medium and includes several instructions to cause the microcontroller, chip or processor to (processor) performs all or part of the steps of the methods described in various embodiments of the present invention. The aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disk and other media that can store program code. .
本发明的一种实施例中提供一种地图区域分割终端包括:处理器、触控显示屏和主控芯片;所述触控显示屏用于显示地图,接收用户的区域选择操作和划分操作;所述主控芯片与前述实施例所述的芯片相同,用于存储计算机程序,计算机程序被执行时实现如前述实施例所述的地图区域分割方法。An embodiment of the present invention provides a map area dividing terminal including: a processor, a touch display screen and a main control chip; the touch display screen is used to display a map and receive the user's area selection operation and division operation; The main control chip is the same as the chip described in the previous embodiment, and is used to store a computer program. When the computer program is executed, the map area segmentation method as described in the previous embodiment is implemented.
本发明的一种实施例中提供一种机器人系统,该机器人系统包括:地图区域分割终端和机器人本体;所述地图区域分割终端为前述实施例所述的地图区域分割终端,用于接收用户的区域选择操作和划分操作,对待分割的区域进行分割,获取一个以上的回环路径;所述机器人本体用于接收所述地图区域分割终端分割的一个以上的回环路径,对回环路径进行路径规划并基于规划的路径移动。An embodiment of the present invention provides a robot system. The robot system includes: a map area segmentation terminal and a robot body; the map area segmentation terminal is the map area segmentation terminal described in the previous embodiment, and is used for receiving the user's The area selection operation and division operation are to divide the area to be divided and obtain more than one loop path; the robot body is used to receive more than one loop path segmented by the map area segmentation terminal, perform path planning on the loop path and based on Planned path movement.
尽管已经示出和描述了本发明的实施例,对于本领域的普通技术人员而言,可以理解在不脱离本发明的原理和精神的情况下可以对这些实施例进行多种变化、修改、替换和变型,本发明的范围由所附权利要求及其等同限定以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。 Although the embodiments of the present invention have been shown and described, those of ordinary skill in the art will understand that various changes, modifications, and substitutions can be made to these embodiments without departing from the principles and spirit of the invention. and modifications, the scope of the present invention is defined by the appended claims and their equivalents. The above descriptions are only preferred embodiments of the present invention and are not intended to limit the present invention. For those skilled in the art, the present invention may have various changes and changes. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and principles of the present invention shall be included in the protection scope of the present invention.
Claims (13)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210630504.6 | 2022-06-06 | ||
CN202210630504.6A CN117234195A (en) | 2022-06-06 | 2022-06-06 | Map region segmentation method, chip, terminal and robot system |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2023236734A1 true WO2023236734A1 (en) | 2023-12-14 |
Family
ID=89091687
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2023/094405 WO2023236734A1 (en) | 2022-06-06 | 2023-05-16 | Map region division method, chip, terminal and robot system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN117234195A (en) |
WO (1) | WO2023236734A1 (en) |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103528585A (en) * | 2013-09-26 | 2014-01-22 | 中北大学 | Path planning method of passable area divided at unequal distance |
CN108805885A (en) * | 2018-06-13 | 2018-11-13 | 广州极飞科技有限公司 | Plot dividing method and terminal, flight course planning method and mobile device control method |
US20190129433A1 (en) * | 2016-12-29 | 2019-05-02 | Amicro Semiconductor Corporation | A path planning method of intelligent robot |
CN110398964A (en) * | 2019-07-16 | 2019-11-01 | 浙江大学 | A low energy loss robot full coverage path planning method and system |
CN113495576A (en) * | 2021-08-19 | 2021-10-12 | 中新国际联合研究院 | Autonomous flight agricultural unmanned aerial vehicle path planning method and system |
CN113538465A (en) * | 2021-07-27 | 2021-10-22 | 同济大学建筑设计研究院(集团)有限公司 | Automatic dividing method and device for regular and irregular polygon areas and storage medium |
CN113671973A (en) * | 2021-07-09 | 2021-11-19 | 东北大学 | Target area searching method and device, electronic equipment and storage medium |
CN114255241A (en) * | 2021-11-16 | 2022-03-29 | 鹏城实验室 | Region segmentation method, device and equipment for path planning and storage medium |
CN114323047A (en) * | 2021-12-31 | 2022-04-12 | 北京工业大学 | Full-coverage path planning algorithm based on polygon decomposition |
-
2022
- 2022-06-06 CN CN202210630504.6A patent/CN117234195A/en active Pending
-
2023
- 2023-05-16 WO PCT/CN2023/094405 patent/WO2023236734A1/en unknown
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103528585A (en) * | 2013-09-26 | 2014-01-22 | 中北大学 | Path planning method of passable area divided at unequal distance |
US20190129433A1 (en) * | 2016-12-29 | 2019-05-02 | Amicro Semiconductor Corporation | A path planning method of intelligent robot |
CN108805885A (en) * | 2018-06-13 | 2018-11-13 | 广州极飞科技有限公司 | Plot dividing method and terminal, flight course planning method and mobile device control method |
CN110398964A (en) * | 2019-07-16 | 2019-11-01 | 浙江大学 | A low energy loss robot full coverage path planning method and system |
CN113671973A (en) * | 2021-07-09 | 2021-11-19 | 东北大学 | Target area searching method and device, electronic equipment and storage medium |
CN113538465A (en) * | 2021-07-27 | 2021-10-22 | 同济大学建筑设计研究院(集团)有限公司 | Automatic dividing method and device for regular and irregular polygon areas and storage medium |
CN113495576A (en) * | 2021-08-19 | 2021-10-12 | 中新国际联合研究院 | Autonomous flight agricultural unmanned aerial vehicle path planning method and system |
CN114255241A (en) * | 2021-11-16 | 2022-03-29 | 鹏城实验室 | Region segmentation method, device and equipment for path planning and storage medium |
CN114323047A (en) * | 2021-12-31 | 2022-04-12 | 北京工业大学 | Full-coverage path planning algorithm based on polygon decomposition |
Also Published As
Publication number | Publication date |
---|---|
CN117234195A (en) | 2023-12-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5278983A (en) | Boundary representation solid modeling system | |
US6246417B1 (en) | Map editing apparatus enabling simplified editing through provision of user-selectable automatic editing functions | |
CN108022273A (en) | A kind of figure number Detachable drafting method and system | |
CN103838829A (en) | Raster vectorization system based on hierarchical boundary-topology search model | |
CN104391991B (en) | A kind of conversion method from AutoCAD data to GIS spatial data | |
CN108537263A (en) | Grid map fusion method based on maximum public subgraph | |
CN113052893A (en) | Scatter diagram de-overlapping algorithm based on connected graph and convex hull | |
CN110489511B (en) | Method, system and electronic device and medium for correcting elevation error of contour line | |
WO2023236734A1 (en) | Map region division method, chip, terminal and robot system | |
JPH0336668A (en) | Shape generating system for cad system | |
CA2057130A1 (en) | System and method for handling graphics objects | |
CN117631618B (en) | A real-time optimization method and system for DCS logic configuration screen connection | |
EP0361787A2 (en) | A boundary representation solid modelling system | |
CN109827585B (en) | Method for rapidly filling concave area in grid map | |
CN101359337B (en) | Method for interactively editing GIS topological data set | |
Tang et al. | Hexagon‐Based Generalized Voronoi Diagrams Generation for Path Planning of Intelligent Agents | |
CN112581625B (en) | A method of overlapping grid boundary embedding | |
Qin et al. | Dynamic Detection of Topological Information from Grid‐Based Generalized Voronoi Diagrams | |
CN102831264A (en) | Cartographic information conversion method based on computer-aided design (CAD) | |
CN116067391A (en) | Path generation method and system for multi-map information fusion | |
JP2735197B2 (en) | Graphic input device | |
Yin et al. | Incremental construction of generalized Voronoi diagrams on pointerless quadtrees | |
CN115238525B (en) | Feasible path searching method for pedestrian simulation passenger flow organization | |
JPH01126717A (en) | Linear graphic input device | |
CN108897934A (en) | Extend the SCSG-BR building hybrid modeling method of DE-9IM |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 23818899 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |