WO2023124621A1 - Path planning method and system based on obstacle marker, and self-moving robot - Google Patents

Path planning method and system based on obstacle marker, and self-moving robot Download PDF

Info

Publication number
WO2023124621A1
WO2023124621A1 PCT/CN2022/132723 CN2022132723W WO2023124621A1 WO 2023124621 A1 WO2023124621 A1 WO 2023124621A1 CN 2022132723 W CN2022132723 W CN 2022132723W WO 2023124621 A1 WO2023124621 A1 WO 2023124621A1
Authority
WO
WIPO (PCT)
Prior art keywords
obstacle
path
navigation
self
target point
Prior art date
Application number
PCT/CN2022/132723
Other languages
French (fr)
Chinese (zh)
Inventor
盛蕴霞
丘伟楠
张聪
Original Assignee
追觅创新科技(苏州)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 追觅创新科技(苏州)有限公司 filed Critical 追觅创新科技(苏州)有限公司
Publication of WO2023124621A1 publication Critical patent/WO2023124621A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0212Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory
    • G05D1/0221Control of position or course in two dimensions specially adapted to land vehicles with means for defining a desired trajectory involving a learning process
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0276Control of position or course in two dimensions specially adapted to land vehicles using signals provided by a source external to the vehicle

Definitions

  • the invention belongs to the technical field of robot path planning, and in particular relates to a path planning method and system based on obstacle marks and a self-moving robot.
  • Existing cleaning robots use the PTP path search algorithm for path planning and navigation.
  • the cleaning robot uses the PTP path when leaving the room.
  • the search algorithm cannot find an unobstructed path out of the room, causing the search algorithm to fail. At this time, the cleaning robot will be trapped in the room and do not know how to walk.
  • the technical problem to be solved by the present invention is that the existing self-mobile robot cannot plan a navigation path by using the traditional path navigation algorithm, resulting in that the self-mobile walking device does not know how to walk to reach the target point, and needs manual troubleshooting, resulting in poor user experience.
  • the present invention provides a path planning method based on obstacle markings for self-mobile robots, including:
  • the identification of obstacle path segments with possible passage includes:
  • the obstacle path segment is located on the connecting path between the current area and the area where the target point is located.
  • the constructing the navigation path from the starting point to the target point according to the identified obstacle path segment specifically includes:
  • the first partial navigation path, the obstacle path segment and the second partial navigation path are sequentially connected end-to-end to construct the navigation path.
  • the controlling the self-mobile robot to move to the target point according to the navigation path includes:
  • the fine local navigation mode In the fine local navigation mode, acquiring current environment information, and judging whether the obstacle path segment is passable based on the environment information;
  • the self-mobile robot is controlled to move along the obstacle path segment to the far end of the obstacle path segment.
  • the self-mobile robot after controlling the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment, it includes:
  • the identification of obstacle path segments with possible passage includes:
  • the target point is located in an area that has been traveled during the execution of the current work task, obtain the trajectory map of the self-mobile robot performing the current work task, and determine the obstacle path segment based on the trajectory map; wherein, the obstacle path Segments are located on the trajectory map.
  • the identification of obstacle path segments with possible passage includes:
  • the target point is located in an area that the current work task does not drive through, constructing the obstacle path segment with predetermined attributes; or,
  • the construction of the obstacle path segment with predetermined attributes specifically includes:
  • the surrounding environment information is scanned, and the obstacle path segment with the possibility of passing is identified based on the surrounding environment information.
  • the constructing the obstacle path segment with predetermined properties includes:
  • the obstacle path segment with predetermined attributes is constructed by using SLAM map and/or AI intelligent recognition technology.
  • the construction of the obstacle path segment with predetermined attributes through SLAM map and/or AI intelligent recognition technology includes:
  • the surrounding environment information is scanned by AI intelligent identification technology, and the obstacle path segment with possible passage is identified based on the surrounding environment information.
  • the identification of obstacle path segments with possible passage includes:
  • the obstacle path segment is determined according to the location coordinates of the obstacle marked with attributes.
  • the present invention also provides a path planning system based on obstacle markings, including:
  • the navigation module is used to plan an obstacle-free navigation path from the current starting point to the target point of the self-mobile robot;
  • the obstacle path identification module is connected in communication with the navigation module, and is used to identify the obstacle path segment with possible passage when the obstacle-free navigation path cannot be obtained;
  • a navigation path planning module communicatively connected with the obstacle path identification module, for constructing a navigation path from the starting point to the target point based on the obstacle path segment;
  • the control module is connected in communication with the navigation path planning module, and is used to control the self-mobile robot to move to the target point according to the navigation path.
  • the present invention also provides a self-moving robot for walking and working automatically in the working area, including:
  • a controller arranged on the body
  • controller is used for:
  • the path planning method and system based on obstacle marks provided by the present invention, and the self-mobile robot in the case that the traditional navigation algorithm cannot obtain an obstacle-free navigation path, by identifying the obstacle path segment with the possibility of passing, and according to the identified obstacle path Construct a navigation path from the current starting point to the target point, and control the self-mobile robot to move to the target point according to the navigation path, thereby improving the chance and possibility of the self-mobile robot to reach the target point, making the self-mobile robot more intelligent and improving the user experience , which reduces the embarrassment that the self-mobile robot is stuck in the current area and does not know how to walk when the transmission navigation algorithm cannot plan the navigation path.
  • FIG. 1 is a schematic flowchart of a path planning method based on obstacle markers provided by an embodiment of the present invention
  • Fig. 2 is a simple schematic diagram of a navigation path across two connected domains provided by an embodiment of the present invention
  • Fig. 3 is a simple schematic diagram of a navigation path across two connected domains provided by another embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a simple scene of a common local navigation mode in a single-connected domain provided by an embodiment of the present invention
  • FIG. 5 is a schematic diagram of a simple scene of a local fine navigation mode of an obstacle path segment provided by an embodiment of the present invention
  • Fig. 6 is a schematic diagram of a simple scene of a local fine navigation mode of an obstacle (step) path segment provided by an embodiment of the present invention
  • Fig. 7 is a path planning system based on obstacle markers provided by an embodiment of the present invention.
  • 102-navigation module 104-obstacle path recognition module; 106-navigation path planning module; 108-control module.
  • orientation words such as “upper, lower, top, bottom” are usually for the directions shown in the drawings, or for the parts themselves in the vertical, In terms of vertical or gravitational direction; similarly, for the convenience of understanding and description, “inner and outer” refer to the inner and outer relative to the outline of each component itself, but the above orientation words are not used to limit the present invention.
  • This embodiment provides a path planning method based on obstacle markings for self-mobile robots.
  • the above-mentioned self-mobile robot is a robot that automatically performs work tasks in a work area.
  • the self-mobile robot is a cleaning robot, and correspondingly, the working area is the floor of the room to be cleaned.
  • the cleaning robot automatically executes a cleaning plan covering the floor in the room.
  • the self-mobile robot is a mowing robot, and correspondingly, the working area is a lawn to be mowed.
  • the self-mobile robot mentioned above may also include other types of robots, such as inspection robots, nanny robots, etc., which are not limited here.
  • PTP Point-to-Point, abbreviated as PTP
  • PTP path planning algorithms have been proposed for self-mobile robots, such as Probabilistic Roadmap (Probabilistic Roadmap, PRM), Rapidly-Exploring Random Tree Algorithm (Rapidly-Exploring Random Tree) , RRT), Artificial Potential Field (APF), A star algorithm and some other heuristic algorithms.
  • PRM Probabilistic Roadmap
  • PRM Rapidly-Exploring Random Tree Algorithm
  • APF Artificial Potential Field
  • a star algorithm is widely used because it combines the ideas of BFS ((Breadth First Search) algorithm and Dijkstra algorithm, and has the advantages of high search efficiency and short planning path.
  • multiple different areas can also be called multiple different connected domains .
  • the self-mobile robot needs to be between two different connected domains. Find a passable path.
  • the connected path between these two different connected domains is narrow and prone to closed situations. In this case, all possible passage paths from the starting point (Start) to the goal point (Goal) are blocked. , since the mobile robot cannot obtain an obstacle-free navigation path based on existing navigation algorithms.
  • the present invention provides a method for path planning based on obstacle markings.
  • the method may include the following steps:
  • the aforementioned self-mobile robot is a cleaning robot.
  • the work area includes multiple different rooms, and each room has interconnected paths, so each room is equivalent to a connected domain.
  • the living room and the bedroom are two different connected domains, which are connected by opening the bedroom door. Therefore, the living room and the bedroom can be understood as two different connected domains.
  • the planned navigation path is a navigation path that crosses two connected domains.
  • the sampled navigation algorithm is the existing PTP route navigation algorithm.
  • the navigation algorithm adopts the A Star algorithm.
  • route navigation algorithms may also be used, which is not limited here. These navigation algorithms can plan a navigation path when there is a path from the current starting point to the target point. And when all the passing paths from the current starting point to the target point are blocked by obstacles, these conventional navigation algorithms will fail, and the above-mentioned navigation paths cannot be planned.
  • the starting point can be referred to simply as the starting point, which is called Start in English, and the target point can also be called the end point, which is called Goal in English.
  • the aforementioned "passable obstacle path segment” is an obstacle path segment that is currently identified as impassable by the navigation algorithm. At the same time, considering the attribute characteristics of the marked obstacles of the obstacle path segment, the identification still has the possibility of passing.
  • having "passability" should be understood as that the obstacle path segment is located on the connected path between the current area and the area where the target point is located, which can be the connected path indicated by the SLAM map or the connected path indicated by the track map. Can be a previously traveled path segment. Therefore, the self-mobile robot believes that the obstacle path segment still has the possibility to pass again.
  • the aforementioned obstacle path segment may be a currently closed door or a step marked as an obstacle.
  • a "navigation path” is actually a navigation path through obstacles.
  • the self-mobile robot can still try to pass through the obstacle path segment with possible passage to reach the destination.
  • the path planning fails.
  • the self-mobile robot can still walk to the door through ordinary navigation.
  • the person has already If you leave the door, even if you haven't left, people will usually take the initiative to get out of the way and let the mobile robot pass. Therefore, for this situation, the construction of the above-mentioned navigation pathway obviously improves the intelligence and flexibility of the self-mobile robot, and has high practical value.
  • the path planning method based on obstacle markers provided in this embodiment, in the case that the traditional navigation algorithm cannot obtain an obstacle-free navigation path, identifies the obstacle path segments that have the possibility of passing, and constructs
  • the navigation path from the starting point to the target point controls the self-mobile robot to move to the target point according to the navigation path, thereby improving the chance and possibility of the self-mobile robot to reach the target point, making the self-mobile robot more intelligent, improving the user experience, and reducing the self-moving
  • the robot is trapped in the current area and does not know how to walk when the navigation path cannot be planned by the transmission navigation algorithm.
  • step S30 is also the step of "constructing a navigation path from the starting point to the target point according to the identified obstacle path segment", which specifically includes:
  • the above common local navigation mode is understood as the segmented navigation of the cleaning robot in the same connected domain, the corresponding navigation algorithm adopted is the common navigation algorithm, and the corresponding navigation mode is the common local navigation mode.
  • the current location is used as the starting point
  • the end of the obstacle path segment in the current connected domain is used as the intermediate target point to perform ordinary navigation. Since the current starting point and the intermediate target point are located in the same connected domain, current navigation can be performed. Ordinary navigation in the connected domain obtains the first partial navigation path.
  • the far end of the obstacle path segment and the target point are located in the connected domain of the target, which is also the same connected domain, and ordinary navigation in the target connected domain can be performed, thereby obtaining the second partial navigation path.
  • the obstacle path segment and the first part of the second partial navigation path are connected to form a navigation path.
  • the above-mentioned navigation path is not a path that enables the self-mobile robot to pass without obstacles in an absolute sense, but a navigation path constructed in segments, and the obstacle path segment is located in the middle part of the navigation path.
  • step S40 is the step of "controlling the self-mobile robot to move to the target point according to the navigation path", which specifically includes:
  • the above steps first control the self-mobile robot to walk to the near end of the obstacle path segment through ordinary local navigation, and complete the walking of the first local navigation path. After reaching the obstacle path segment, switch to the fine local navigation mode to cope with the fine navigation of the obstacle path segment, and improve the possibility of successfully passing the obstacle path segment navigation.
  • Figures 5 and 6 illustrate fine local navigation for two different scenarios. Identify whether the current obstacle path segment is passable by scanning the surrounding environment information in fine local navigation mode.
  • the obstacle path segment has been completely closed, and the judgment result is that the current obstacle path segment is impassable, and the self-controlled mobile robot abandons the navigation of the obstacle path segment.
  • the obstacle path section shown in FIG. 6 is a step obstacle, and the self-mobile robot can be controlled to pass through the obstacle path section according to the judgment result of the environment information in S43. Specifically, in order to ensure passing efficiency, an accelerated passing method is adopted, that is, accelerated obstacle navigation.
  • the self-mobile robot obtains the current environment information, and judges whether the obstacle path segment is passable based on the environment information. If it is not passable, the navigation of the obstacle path segment is directly abandoned. For example, if a closed door is detected and it is impossible to pass through, it will be given up directly.
  • the self-mobile robot is directly controlled to move along the obstacle path segment to the far end of the obstacle path segment.
  • the self-mobile robot uses the current position as the starting point and uses the far end of the obstacle path segment as the terminal to perform path planning and navigation, and obtains A navigation path passing through the obstacle path segment, the self-mobile robot is controlled to walk through the obstacle path segment along the navigation path, and reach the target connected domain.
  • the self-mobile robot analyzes the type of the obstacle based on the current environment information, and when the type of the obstacle is surmountable, such as a low step, the self-mobile robot is controlled to try to pass the path segment of the obstacle.
  • step S44 that is, after the step of "controlling the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment"
  • step S44 that is, after the step of "controlling the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment”
  • the self-mobile robot when the self-mobile robot has reached the target connected domain after passing through the obstacle path segment, the self-mobile robot automatically switches the local fine navigation mode to the normal local navigation mode, and uses the normal local navigation mode to complete the walking of the second local navigation path.
  • the above-mentioned "passable obstacle path segment” includes various types. In different work scenarios, the identification of obstacle path segments also differs due to the different types of obstacles.
  • the target point is located in an area that has been traveled during the execution of the current work task, that is, the area of the target point has been reached before.
  • the obstacle path segment can be identified based on the historical trajectory map.
  • step S20 specifically includes:
  • the target point is located in an area that has been traveled during the execution of the current work task, obtain the trajectory map of the self-mobile robot performing the current work task, and determine the obstacle path segment based on the trajectory map; wherein, the obstacle path Segments are located on the trajectory map.
  • the cleaning robot has not reached the master bedroom during this cleaning work, but based on the previous historical trajectory map, the master bedroom has been reached. If the target point is located in the master bedroom, it can be based on the historical trajectory The map identifies obstacle path segments with traversable potential.
  • step S20 "identifying obstacle path segments with possible passage” specifically includes:
  • step S20 "identifying obstacle path segments with possible passage” specifically includes:
  • the obstacle path segment with predetermined attributes is constructed through SLAM map and AI intelligent recognition technology.
  • the above step of "constructing the obstacle path segment with predetermined attributes through SLAM map and/or AI intelligent recognition technology” includes:
  • the surrounding environment information is scanned by AI intelligent identification technology, and the obstacle path segment with possible passage is identified based on the surrounding environment information.
  • the SLAM map shows that the area where the target point is located is connected to the current area, and further uses AI intelligent recognition technology to identify the attributes of the obstacle path segment, for example, the area recognized by AI as a "door” will be recognized as a "door” area Constructed as obstacle path segments.
  • AI can also identify many other obstacles with predetermined attributes, which are not completely impassable, such as sliding doors, movable tables and chairs, etc.
  • the attributes of obstacles can be analyzed. When the preset predetermined attributes are met, the path where the obstacle is located can be constructed as an obstacle path segment, thereby establishing a navigation path and improving the self-moving robot. work efficiency.
  • the cleaning robot will set up a virtual wall by marking the position of some special areas encountered during the working process, such as the carpet area, and adopt a special cleaning method during normal cleaning , avoid entering these marked areas.
  • the cleaning robot is controlled not to climb over these special areas, such as door steps and sliding door slide rails. After the cleaning of the current area is completed, the cleaning robot is controlled to climb over the special obstacle. area.
  • step S20 specifically includes:
  • the obstacle includes one or more of the sliding door guide rail area, the carpet area, and the door step;
  • the obstacle path segment is determined according to the location coordinates of the obstacle marked with attributes.
  • obstacles with marked attributes are “obstacles” that can be passed by the self-mobile robot. These obstacles are marked with attributes during normal work. Therefore, in the above method steps, by obtaining the Position coordinates, obstacles with these marked attributes can be used to construct obstacle path segments.
  • the path planning method based on obstacle marks provided by the present invention is oriented to the design of PTP path planning and navigation schemes in refined scenarios.
  • Existing PTP path planning and navigation technologies when faced with cleaning tasks in complex scenes, usually show increased navigation collisions, poor arrival and escape capabilities in small spaces, etc.
  • the present invention improves the arrival rate of the self-moving robot to narrow spaces by designing a path planning scheme that crosses connected domains and can support refined navigation, and at the same time, enhances the ability of the self-mobile robot to get out of trouble in a narrow space and its ability in fine navigation. The passability of navigation in the scene.
  • the present invention also provides a path planning system 100 based on obstacle markings, including:
  • the navigation module 102 is used to plan an unobstructed navigation path from the current starting point to the target point from the mobile robot;
  • Obstacle path identification module 104 communicated with the navigation module 102, used to identify obstacle path segments with possible passage when an unobstructed navigation path cannot be obtained;
  • the navigation path planning module 106 is communicatively connected with the obstacle path identification module 104, and is used to construct the navigation path from the starting point to the target point based on the obstacle path segment;
  • the control module 108 is in communication connection with the navigation path planning module 106, and is used for controlling the self-mobile robot to move to the target point according to the navigation path.
  • the path planning system 100 based on obstacle marks described in this embodiment corresponds to the path planning method based on obstacle marks described above.
  • the present invention also provides a self-moving robot, which is used for walking and working automatically in a working area, comprising: a body; and a controller arranged on the body.
  • the controller is used for:
  • the function of the controller is to implement the above-mentioned path planning method based on obstacle markings.
  • the function of the controller is to implement the above-mentioned path planning method based on obstacle markings.
  • the above-mentioned cleaning control method please refer to the description of the above-mentioned cleaning control method, which will not be repeated here.
  • the embodiments of the present invention may be provided as methods, systems, servers or computer program products. Accordingly, the present invention can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) having computer-usable program code embodied therein.
  • a computer-usable storage media including but not limited to disk storage and optical storage, etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

A path planning method and system based on an obstacle marker, and a self-moving robot. The method comprises the following steps: planning an obstacle-free navigation path for a self-moving robot from the current starting point to a target point (S10); if the obstacle-free navigation path cannot be obtained, identifying an obstacle path segment available for passing (S20); constructing a navigation passage from a starting point to a target point according to the identified obstacle path segment (S30); and controlling the self-moving robot to move to the target point according to the navigation passage (S40). Therefore, the path planning and navigation capabilities of a self-moving robot are improved, thereby improving the intelligence of the self-moving robot.

Description

一种基于障碍标记的路径规划方法、系统及自移动机器人A path planning method, system and self-mobile robot based on obstacle marking
本公开要求如下专利申请的优先权:于2021年12月31日提交中国专利局、申请号为202111681899.4、发明名称为“一种基于障碍标记的路径规划方法、系统及自移动机器人”的中国专利申请;上述专利申请的全部内容通过引用结合在本公开中。This disclosure claims the priority of the following patent application: a Chinese patent submitted to the China Patent Office on December 31, 2021, with the application number 202111681899.4, and the title of the invention is "A Method, System and Self-Moving Robot for Path Planning Based on Obstacle Marking" application; the entire content of the aforementioned patent application is incorporated by reference into this disclosure.
技术领域technical field
本发明属于机器人路径规划技术领域,具体涉及一种基于障碍标记的路径规划方法、系统及自移动机器人。The invention belongs to the technical field of robot path planning, and in particular relates to a path planning method and system based on obstacle marks and a self-moving robot.
背景技术Background technique
随着科技的进步,清洁机器人慢慢走入人们的日常生活。清洁机器人在室内环境中完成一次高效智能的清洁任务,需要在工作场景中规划出一条路径距离短、行走效率高且安全性能好的路径。同时,要求机器人能够避开沿途的所有静态和动态障碍物,在追求高效清扫的同时,尽可能减少机器人的磨损以延长其使用寿命。因此,移动机器人的点到点(Point-to-Point,缩写PTP)路径规划技术具有重要的应用价值,成为了国内外研究人员的研究热点。目前,已经有许多PTP路径规划算法被提出用于智能机器人。With the advancement of technology, cleaning robots have gradually entered people's daily lives. To complete an efficient and intelligent cleaning task in an indoor environment, a cleaning robot needs to plan a path in the working scene with a short path distance, high walking efficiency and good safety performance. At the same time, the robot is required to avoid all static and dynamic obstacles along the way, and while pursuing efficient cleaning, reduce the wear and tear of the robot as much as possible to prolong its service life. Therefore, the point-to-point (PTP) path planning technology of mobile robots has important application value and has become a research hotspot of researchers at home and abroad. Currently, many PTP path planning algorithms have been proposed for intelligent robots.
但是,随着人们在日常生活中越来越多的依赖于清洁机器人,希望其在最大程度上满足全屋清洁的需要,同时,希望能应对室内环境复杂多变的特性,对清洁机器人提出了更高的要求。However, as people rely more and more on cleaning robots in their daily lives, they hope that they can meet the needs of cleaning the whole house to the greatest extent. At the same time, they hope to cope with the complex and changeable characteristics of the indoor environment. high demands.
现有的清洁机器人采用PTP路径搜索算法进行路径规划和导航,在一种情况下,当清洁机器人进入一个房间,若房间门被关闭或者房间门处具有障碍物,清洁机器人离开房间时采用PTP路径搜索算法无法找到无障碍离开房间的路径,导致搜索算法失效。此时,清洁机器人会被困 在房间内,不知如何行走。Existing cleaning robots use the PTP path search algorithm for path planning and navigation. In one case, when the cleaning robot enters a room, if the door of the room is closed or there is an obstacle at the door, the cleaning robot uses the PTP path when leaving the room The search algorithm cannot find an unobstructed path out of the room, causing the search algorithm to fail. At this time, the cleaning robot will be trapped in the room and do not know how to walk.
可见,传统的PTP算法已无法满足用户对于清洁机器人在各种精细化场景中的路径规划和导航的需求。因此,如何提高清洁机器人在精细化场景中的路径规划和导航能力,成为清洁机器人研究的重点攻关技术之一。It can be seen that the traditional PTP algorithm can no longer meet the needs of users for path planning and navigation of cleaning robots in various refined scenarios. Therefore, how to improve the path planning and navigation capabilities of cleaning robots in refined scenes has become one of the key technologies in the research of cleaning robots.
发明内容Contents of the invention
因此,本发明所要解决的技术问题是现有的自移动机器人利用传统路径导航算法无法规划出导航路径,导致自移动行走设备不知如何行走以到达目标点,需要人为解困,使用体验差。Therefore, the technical problem to be solved by the present invention is that the existing self-mobile robot cannot plan a navigation path by using the traditional path navigation algorithm, resulting in that the self-mobile walking device does not know how to walk to reach the target point, and needs manual troubleshooting, resulting in poor user experience.
为解决上述技术问题,本发明提供一种基于障碍标记的路径规划方法,用于自移动机器人,包括:In order to solve the above technical problems, the present invention provides a path planning method based on obstacle markings for self-mobile robots, including:
规划所述自移动机器人从当前起始点到目标点的无障碍的导航路径;Planning an unobstructed navigation path from the current starting point to the target point of the self-mobile robot;
在无法获得无障碍的所述导航路径的情况下,识别具有通行可能的障碍路径段;In the event that said navigation path without obstacles is unavailable, identifying path segments with obstacles to pass through;
根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路;constructing a navigation path from the starting point to the target point based on the identified obstacle path segment;
控制所述自移动机器人按照所述导航通路向所述目标点移动。controlling the self-mobile robot to move to the target point according to the navigation path.
在其中一实施例中,In one of the embodiments,
所述识别具有通行可能的障碍路径段,包括:The identification of obstacle path segments with possible passage includes:
所述障碍路径段位于当前区域和目标点所在区域的连通路径上。The obstacle path segment is located on the connecting path between the current area and the area where the target point is located.
在其中一实施例中,所述根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路,具体包括:In one of the embodiments, the constructing the navigation path from the starting point to the target point according to the identified obstacle path segment specifically includes:
采用普通局部导航模式,规划所述起始点到所述障碍路径段的近端的第一局部导航路径,以及规划所述障碍路径段的远端到所述目标点的第二局部导航路径;Using a common local navigation mode, planning a first partial navigation path from the starting point to the proximal end of the obstacle path segment, and planning a second partial navigation path from the far end of the obstacle path segment to the target point;
将所述第一局部导航路径、所述障碍路径段及所述第二局部导航路径依次首尾相连构建所述导航通路。The first partial navigation path, the obstacle path segment and the second partial navigation path are sequentially connected end-to-end to construct the navigation path.
在其中一实施例中,所述控制所述自移动机器人按照所述导航通路向所述目标点移动,包括:In one of the embodiments, the controlling the self-mobile robot to move to the target point according to the navigation path includes:
在普通局部导航模式下,控制所述自移动机器人按照所述第一局部导航路径移动至所述障碍路径段的近端;In the normal local navigation mode, controlling the self-mobile robot to move to the proximal end of the obstacle path segment according to the first local navigation path;
当所述自移动机器人移动至所述障碍路径段的近端,控制所述自移动机器人由所述普通局部导航模式切换至精细局部导航模式;When the self-mobile robot moves to the near end of the obstacle path segment, controlling the self-mobile robot to switch from the normal local navigation mode to the fine local navigation mode;
在所述精细局部导航模式下,获取当前环境信息,基于所述环境信息判断所述障碍路径段是否可通行;In the fine local navigation mode, acquiring current environment information, and judging whether the obstacle path segment is passable based on the environment information;
若判断结果为可通行,控制所述自移动机器人沿着所述障碍路径段移动至所述障碍路径段的远端。If the judgment result is passable, the self-mobile robot is controlled to move along the obstacle path segment to the far end of the obstacle path segment.
在其中一实施例中,所述控制所述自移动机器人沿着所述障碍路径段移动至所述障碍路径段的远端之后,包括:In one of the embodiments, after controlling the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment, it includes:
控制所述自移动机器人由所述精细局部导航模式切换至所述普通局部导航模式;controlling the self-mobile robot to switch from the fine local navigation mode to the common local navigation mode;
控制所述自移动机器人在普通局部导航模式下由当前位置移动至所述目标点。Controlling the self-mobile robot to move from the current position to the target point in a common local navigation mode.
在其中一实施例中,所述识别具有通行可能的障碍路径段,具体包括:In one of the embodiments, the identification of obstacle path segments with possible passage includes:
若所述目标点位于当前工作任务执行过程中已行驶过的区域,获取所述自移动机器人执行当前工作任务的轨迹地图,基于所述轨迹地图确定所述障碍路径段;其中,所述障碍路径段位于所述轨迹地图上。If the target point is located in an area that has been traveled during the execution of the current work task, obtain the trajectory map of the self-mobile robot performing the current work task, and determine the obstacle path segment based on the trajectory map; wherein, the obstacle path Segments are located on the trajectory map.
在其中一实施例中,所述识别具有通行可能的障碍路径段,具体包括:In one of the embodiments, the identification of obstacle path segments with possible passage includes:
若所述目标点位于当前工作任务未驶过的区域,构建具有预定属性的所述障碍路径段;或者,If the target point is located in an area that the current work task does not drive through, constructing the obstacle path segment with predetermined attributes; or,
获取历史清扫过程中保存的历史轨迹地图,通过所述历史轨迹地图确定所述障碍路径段;其中,所述障碍路径段位于所述历史轨迹地图上。Obtaining a historical track map saved during the historical cleaning process, and determining the obstacle path segment through the historical track map; wherein, the obstacle path segment is located on the historical track map.
在其中一实施例中,所述构建预定属性的所述障碍路径段,具体包括:In one of the embodiments, the construction of the obstacle path segment with predetermined attributes specifically includes:
识别目标点所处的区域与当前区域是否连通;Identify whether the area where the target point is located is connected to the current area;
在识别目标点所处的区域与当前区域连通的情况下,扫描周围环境信 息,基于周围环境信息识别具有通行可能的所述障碍路径段。In the case where the area where the identification target point is located is connected to the current area, the surrounding environment information is scanned, and the obstacle path segment with the possibility of passing is identified based on the surrounding environment information.
在其中一实施例中,所述构建具有预定属性的所述障碍路径段,包括:In one of the embodiments, the constructing the obstacle path segment with predetermined properties includes:
通过SLAM地图和/或AI智能识别技术构造预定属性的所述障碍路径段。The obstacle path segment with predetermined attributes is constructed by using SLAM map and/or AI intelligent recognition technology.
在其中一实施例中,所述通过SLAM地图和/或AI智能识别技术构造预定属性的所述障碍路径段,包括:In one of the embodiments, the construction of the obstacle path segment with predetermined attributes through SLAM map and/or AI intelligent recognition technology includes:
通过SLAM地图识别目标点所处的区域与当前区域是否连通;Use the SLAM map to identify whether the area where the target point is located is connected to the current area;
在识别目标点所处的区域与当前区域连通的情况下,通过AI智能识别技术扫描周围环境信息,基于周围环境信息识别具有通行可能的所述障碍路径段。In the case that the area where the identification target point is located is connected to the current area, the surrounding environment information is scanned by AI intelligent identification technology, and the obstacle path segment with possible passage is identified based on the surrounding environment information.
在其中一实施例中,所述识别具有通行可能的障碍路径段,具体包括:In one of the embodiments, the identification of obstacle path segments with possible passage includes:
获取被标记属性的障碍物的位置坐标;Obtain the position coordinates of the obstacle whose attribute is marked;
根据被标记属性的所述障碍物的位置坐标确定所述障碍路径段。The obstacle path segment is determined according to the location coordinates of the obstacle marked with attributes.
此外,本发明还提供了一种基于障碍标记的路径规划系统,包括:In addition, the present invention also provides a path planning system based on obstacle markings, including:
导航模块,用于规划自移动机器人从当前起始点到目标点的无障碍的导航路径;The navigation module is used to plan an obstacle-free navigation path from the current starting point to the target point of the self-mobile robot;
障碍路径识别模块,与所述导航模块通信连接,用于在无法获得无障碍的所述导航路径的情况下,识别具有通行可能的障碍路径段;The obstacle path identification module is connected in communication with the navigation module, and is used to identify the obstacle path segment with possible passage when the obstacle-free navigation path cannot be obtained;
导航通路规划模块,与所述障碍路径识别模块通信连接,用于基于所述障碍路径段构建所述起始点到所述目标点的导航通路;A navigation path planning module, communicatively connected with the obstacle path identification module, for constructing a navigation path from the starting point to the target point based on the obstacle path segment;
控制模块,与所述导航通路规划模块通信连接,用于控制所述自移动机器人按照所述导航通路向所述目标点移动。The control module is connected in communication with the navigation path planning module, and is used to control the self-mobile robot to move to the target point according to the navigation path.
此外,本发明还提供了一种自移动机器人,用于在工作区域内自动行走和工作,包括:In addition, the present invention also provides a self-moving robot for walking and working automatically in the working area, including:
机身;body;
控制器,设置于所述机身上;a controller, arranged on the body;
其中,所述控制器用于:Wherein, the controller is used for:
获取所述自移动机器人从当前起始点到目标点的无障碍的导航路径;Obtain an unobstructed navigation path from the current starting point to the target point of the self-mobile robot;
当无法获得无障碍的所述导航路径时,识别具有通行可能的障碍路径段;When the obstacle-free navigation path cannot be obtained, identifying obstacle path segments with possible passage;
根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路;constructing a navigation path from the starting point to the target point based on the identified obstacle path segment;
控制所述自移动机器人按照所述导航通路向所述目标点移动。controlling the self-mobile robot to move to the target point according to the navigation path.
本发明提供的技术方案,具有以下优点:The technical scheme provided by the invention has the following advantages:
本发明提供的基于障碍标记的路径规划方法、系统及自移动机器人,在采用传统导航算法无法获得无障碍的导航路径的情况下,通过识别具有通行可能的障碍路径段,并根据识别的障碍路径段构建从当前起始点到目标点的导航通路,控制自移动机器人按照导航通路向目标点移动,从而提升了自移动机器人到达目标点的机会和可能,使自移动机器人更加智能,提升用户使用体验,降低了自移动机器人在采用传动导航算法无法规划出导航路径的情况下,困在当前区域内,不知如何行走的困窘情况。The path planning method and system based on obstacle marks provided by the present invention, and the self-mobile robot, in the case that the traditional navigation algorithm cannot obtain an obstacle-free navigation path, by identifying the obstacle path segment with the possibility of passing, and according to the identified obstacle path Construct a navigation path from the current starting point to the target point, and control the self-mobile robot to move to the target point according to the navigation path, thereby improving the chance and possibility of the self-mobile robot to reach the target point, making the self-mobile robot more intelligent and improving the user experience , which reduces the embarrassment that the self-mobile robot is stuck in the current area and does not know how to walk when the transmission navigation algorithm cannot plan the navigation path.
附图说明Description of drawings
为了更清楚地说明本发明具体实施方式或现有技术中的技术方案,下面将对具体实施方式或现有技术描述中所需要使用的附图作简单地介绍,显而易见,下面描述中的附图是本发明的一些实施方式,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the specific embodiments of the present invention or the technical solutions in the prior art, the accompanying drawings that need to be used in the description of the specific embodiments or the prior art will be briefly introduced below. Obviously, the accompanying drawings in the following description These are some implementations of the present invention. For those skilled in the art, other drawings can also be obtained according to these drawings without creative work.
图1为本发明实施例提供的基于障碍标记的路径规划方法的流程示意图;FIG. 1 is a schematic flowchart of a path planning method based on obstacle markers provided by an embodiment of the present invention;
图2为本发明一实施例提供的跨两个连通域的导航通路的简单示意图;Fig. 2 is a simple schematic diagram of a navigation path across two connected domains provided by an embodiment of the present invention;
图3为本发明另一实施例提供的跨两个连通域的导航通路的简单示意图;Fig. 3 is a simple schematic diagram of a navigation path across two connected domains provided by another embodiment of the present invention;
图4为本发明一实施例提供的在单连通域内的普通局部导航模式的简单场景示意图;FIG. 4 is a schematic diagram of a simple scene of a common local navigation mode in a single-connected domain provided by an embodiment of the present invention;
图5为本发明一实施例提供的障碍路径段的局部精细导航模式的简单场景示意图;FIG. 5 is a schematic diagram of a simple scene of a local fine navigation mode of an obstacle path segment provided by an embodiment of the present invention;
图6为本发明一实施例提供的障碍(台阶)路径段的局部精细导航模式简单场景示意图;Fig. 6 is a schematic diagram of a simple scene of a local fine navigation mode of an obstacle (step) path segment provided by an embodiment of the present invention;
图7为本发明实施例提供的基于障碍标记的路径规划系统。Fig. 7 is a path planning system based on obstacle markers provided by an embodiment of the present invention.
附图标记说明:Explanation of reference signs:
102-导航模块;104-障碍路径识别模块;106-导航通路规划模块;108-控制模块。102-navigation module; 104-obstacle path recognition module; 106-navigation path planning module; 108-control module.
具体实施方式Detailed ways
下面将结合附图对本发明的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。下文中将参考附图并结合实施例来详细说明本发明。需要说明的是,在不冲突的情况下,本发明中的实施例及实施例中的特征可以相互组合。The technical solutions of the present invention will be clearly and completely described below in conjunction with the accompanying drawings. Apparently, the described embodiments are part of the embodiments of the present invention, but not all of them. Hereinafter, the present invention will be described in detail with reference to the drawings and examples. It should be noted that, in the case of no conflict, the embodiments of the present invention and the features in the embodiments can be combined with each other.
需要说明的是,本发明的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。It should be noted that the terms "first" and "second" in the description and claims of the present invention and the above drawings are used to distinguish similar objects, but not necessarily used to describe a specific sequence or sequence.
在本发明中,在未作相反说明的情况下,使用的方位词如“上、下、顶、底”通常是针对附图所示的方向而言的,或者是针对部件本身在竖直、垂直或重力方向上而言的;同样地,为便于理解和描述,“内、外”是指相对于各部件本身的轮廓的内、外,但上述方位词并不用于限制本发明。In the present invention, unless stated otherwise, the used orientation words such as "upper, lower, top, bottom" are usually for the directions shown in the drawings, or for the parts themselves in the vertical, In terms of vertical or gravitational direction; similarly, for the convenience of understanding and description, "inner and outer" refer to the inner and outer relative to the outline of each component itself, but the above orientation words are not used to limit the present invention.
本实施例提供了一种基于障碍标记的路径规划方法,用于自移动机 器人。This embodiment provides a path planning method based on obstacle markings for self-mobile robots.
上述自移动机器人为自动在工作区域执行工作任务的机器人。在一具体实施场景中,自移动机器人为清洁机器人,相应的,工作区域为待清扫的房间地面。清洁机器人自动在房间内执行覆盖地面的清扫计划。在另一具体实施场景中,自移动机器人为割草机器人,相应的,工作区域为待割草的草坪。当前,上述自移动机器人还可以包括其他类型的机器人,如巡检机器人、保姆机器人等,在此不作限制。The above-mentioned self-mobile robot is a robot that automatically performs work tasks in a work area. In a specific implementation scenario, the self-mobile robot is a cleaning robot, and correspondingly, the working area is the floor of the room to be cleaned. The cleaning robot automatically executes a cleaning plan covering the floor in the room. In another specific implementation scenario, the self-mobile robot is a mowing robot, and correspondingly, the working area is a lawn to be mowed. Currently, the self-mobile robot mentioned above may also include other types of robots, such as inspection robots, nanny robots, etc., which are not limited here.
目前,已经有许多PTP(Point-to-Point,缩写PTP)路径规划算法被提出用于自移动机器人,如概率路线图法(Probabilistic Roadmap,PRM)、快速探索随机树算法(Rapidly-Exploring Random Tree,RRT)、人工势场法(Artifical Potential Field,APF)、A star算法和其他一些启发式算法。与这些算法相比,A star算法由于结合了BFS((Breadth First Search)算法和Dijkstra算法的思想,兼具了搜索效率高和规划路径短等优点,因此得到广泛应用。这些算法在路径规划时,需要在工作场景中规划出一条路径距离短、行走效率高且安全性能好的路径。同时,要求自移动机器人能够避开沿途的所有静态和动态障碍物,在追求高效清扫的同时,尽可能减少清洁机器人的磨损以延长其使用寿命。At present, many PTP (Point-to-Point, abbreviated as PTP) path planning algorithms have been proposed for self-mobile robots, such as Probabilistic Roadmap (Probabilistic Roadmap, PRM), Rapidly-Exploring Random Tree Algorithm (Rapidly-Exploring Random Tree) , RRT), Artificial Potential Field (APF), A star algorithm and some other heuristic algorithms. Compared with these algorithms, A star algorithm is widely used because it combines the ideas of BFS ((Breadth First Search) algorithm and Dijkstra algorithm, and has the advantages of high search efficiency and short planning path. These algorithms are used in path planning , it is necessary to plan a path with short distance, high walking efficiency and good safety performance in the working scene. At the same time, it is required that the self-mobile robot can avoid all static and dynamic obstacles along the way, while pursuing efficient cleaning, as much as possible Reduce wear and tear on cleaning robots to extend their lifespan.
然而,对于复杂工作场景的导航,由于工作区域通常包括多个不同的区域,多个不同的区域之间具有相互连通的路径,因此多个不同的区域也可以称之为多个不同的连通域。比如,参见图2和图3所示,自移动机器人的起始点(英文称start)和目标点(英文称goal)在不同的连通域的情况,自移动机器人需要在两个不同的连通域之间寻找一条可通行的路径。而这两个不同的连通域之间的连通路径较窄且又容易出现封闭的情况,在这种情况下,从起始点(Start)到目标点(Goal)的所有可能的通行路径均被阻挡,自移动机器人无法基于现有的导航算法获取无障碍的导航路径。However, for the navigation of complex work scenes, since the work area usually includes multiple different areas, and there are interconnected paths between multiple different areas, multiple different areas can also be called multiple different connected domains . For example, as shown in Figure 2 and Figure 3, when the starting point (English name start) and the target point (English name goal) of the self-mobile robot are in different connected domains, the self-mobile robot needs to be between two different connected domains. Find a passable path. However, the connected path between these two different connected domains is narrow and prone to closed situations. In this case, all possible passage paths from the starting point (Start) to the goal point (Goal) are blocked. , since the mobile robot cannot obtain an obstacle-free navigation path based on existing navigation algorithms.
为了在自移动机器人无法获取无障碍的导航路径的情况下,提高自移动机器人的智能性,增加自移动机器人到达目标点的可能性。本发明 提供了一种基于障碍标记的路径规划方法,该方法在具体实施时,可以包括如下步骤:In order to improve the intelligence of the self-mobile robot and increase the possibility of the self-mobile robot reaching the target point when the self-mobile robot cannot obtain an unobstructed navigation path. The present invention provides a method for path planning based on obstacle markings. When the method is specifically implemented, it may include the following steps:
S10、规划所述自移动机器人从当前起始点到目标点的无障碍的导航路径;S10. Planning an obstacle-free navigation path for the self-mobile robot from the current starting point to the target point;
S20、在无法获得无障碍的所述导航路径的情况下,识别具有通行可能的障碍路径段;S20. In the case where the obstacle-free navigation path cannot be obtained, identify an obstacle path segment that is possible to pass through;
S30、根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路;S30. Construct a navigation path from the starting point to the target point according to the identified obstacle path segment;
S40、控制所述自移动机器人按照所述导航通路向所述目标点移动。S40. Control the self-mobile robot to move to the target point according to the navigation path.
在一实施场景中,上述自移动机器人为清洁机器人。随着人们在日常生活中越来越多的依赖于清洁机器人,希望其在最大程度上满足全屋清洁的需要,同时,希望能应对室内环境复杂多变的特性。通常,对于室内工作场景,工作区域包括多个不同的房间,每个房间之间具有相互连通的路径,因此每个房间相当于一个连通域。示例性的,客厅与卧室为两个不同的连通域,之间通过卧室门的打开进行连通,因此,客厅和卧室可以理解为两个不同的连通域。如果,当前清洁机器人位于客厅,目标点位于卧室,则规划的导航路径为跨两个连通域的导航路径。可以理解的,跨两个连通域的导航与在连通域内的导航相比,由于需要通过两个不同连通域之间的狭窄连通路径,而连通路径又容易出现封闭的情况,容易导致导航路径规划失败,导致清洁机器人停在当前连通域不知如何行走,显得很笨拙,不够智能。也就是说,当清洁机器人的起始点(起点,Start)和目标点(终点,Goal)在不同的连通域(房间)的情况下,清洁机器人需要在两个不同的连通域之间寻找一条可通行的路径。In an implementation scenario, the aforementioned self-mobile robot is a cleaning robot. As people rely more and more on cleaning robots in their daily lives, they hope that they can meet the needs of cleaning the whole house to the greatest extent, and at the same time, they hope that they can cope with the complex and changeable characteristics of the indoor environment. Usually, for indoor work scenarios, the work area includes multiple different rooms, and each room has interconnected paths, so each room is equivalent to a connected domain. Exemplarily, the living room and the bedroom are two different connected domains, which are connected by opening the bedroom door. Therefore, the living room and the bedroom can be understood as two different connected domains. If the cleaning robot is currently located in the living room and the target point is located in the bedroom, the planned navigation path is a navigation path that crosses two connected domains. It is understandable that, compared with navigation within a connected domain, navigation across two connected domains needs to pass through a narrow connected path between two different connected domains, and the connected path is prone to be closed, which can easily lead to poor navigation path planning. Failure, causing the cleaning robot to stop in the current connected domain and do not know how to walk, it seems very clumsy and not intelligent enough. That is to say, when the starting point (starting point, Start) and the target point (end point, Goal) of the cleaning robot are in different connected domains (rooms), the cleaning robot needs to find a path between the two different connected domains. common path.
上述步骤S10中,所采样的导航算法为现有PTP路径导航算法。在一实施例中,导航算法采用A Star算法。当然,也可以采用其他路径导航算法,在此不作限制。这些导航算法能够在当前起始点到目标点存在通路的情况下规划出导航路径。而当,当前起始点到目标点的所有通行的路径均被障碍物阻挡时,这些常规的导航算法将失效,无法规划出上 述导航路径。In the above step S10, the sampled navigation algorithm is the existing PTP route navigation algorithm. In one embodiment, the navigation algorithm adopts the A Star algorithm. Of course, other route navigation algorithms may also be used, which is not limited here. These navigation algorithms can plan a navigation path when there is a path from the current starting point to the target point. And when all the passing paths from the current starting point to the target point are blocked by obstacles, these conventional navigation algorithms will fail, and the above-mentioned navigation paths cannot be planned.
其中,起始点,可简称为起点,英文称为Start,目标点,又可称之为终点,英文称为Goal。Among them, the starting point can be referred to simply as the starting point, which is called Start in English, and the target point can also be called the end point, which is called Goal in English.
在无法获得无障碍的导航路径的情况下,识别具有通行可能的障碍路径段。上述“具有通行可能的障碍路径段”为当前被导航算法识别为不可通行的障碍路径段。同时,考虑到该障碍路径段的标记的障碍物的属性特征,识别仍然具有通行的可能。这里,具有“通行可能”应当理解为该障碍路径段位于当前区域和目标点所在区域的连通路径上,可以是SLAM地图指示的连通路径,也可以是轨迹地图指示的连通路径,上述障碍路径段可以是曾经通行过的路径段。因此,自移动机器人认为该障碍路径段仍然具有再次通行的可能。比如,上述障碍路径段可以是当前被关闭的门或者被标记为障碍物的台阶等情况。In the event that an unobstructed navigation path is not available, path segments with obstacles are identified that are possible to pass through. The aforementioned "passable obstacle path segment" is an obstacle path segment that is currently identified as impassable by the navigation algorithm. At the same time, considering the attribute characteristics of the marked obstacles of the obstacle path segment, the identification still has the possibility of passing. Here, having "passability" should be understood as that the obstacle path segment is located on the connected path between the current area and the area where the target point is located, which can be the connected path indicated by the SLAM map or the connected path indicated by the track map. Can be a previously traveled path segment. Therefore, the self-mobile robot believes that the obstacle path segment still has the possibility to pass again. For example, the aforementioned obstacle path segment may be a currently closed door or a step marked as an obstacle.
“导航通路”实际是一条穿越障碍物的导航路径。在所有的通路均被障碍物阻挡时,可以认为,自移动机器人仍然可以尝试通过具有通行可能的障碍路径段,从而到达目的地。在清洁机器人的实施场景中,当门处有人站立时,导致路径规划失效,通过识别该通行可能的障碍路径段,自移动机器人仍然可以通过普通导航行走至门的位置,此时有可能人已经离开门的位置,就算还没有离开,人一般会主动让开,让自移动机器人通行。因此,对于这种情况,上述导航通路的构建明显提高了自移动机器人的智能性和灵活性,具有很高的实用价值。A "navigation path" is actually a navigation path through obstacles. When all passages are blocked by obstacles, it can be considered that the self-mobile robot can still try to pass through the obstacle path segment with possible passage to reach the destination. In the implementation scenario of the cleaning robot, when someone is standing at the door, the path planning fails. By identifying the possible obstacle path segment, the self-mobile robot can still walk to the door through ordinary navigation. At this time, it is possible that the person has already If you leave the door, even if you haven't left, people will usually take the initiative to get out of the way and let the mobile robot pass. Therefore, for this situation, the construction of the above-mentioned navigation pathway obviously improves the intelligence and flexibility of the self-mobile robot, and has high practical value.
本实施例提供的基于障碍标记的路径规划方法,在采用传统导航算法无法获得无障碍的导航路径的情况下,通过识别具有通行可能的障碍路径段,并根据识别的障碍路径段构建从当前起始点到目标点的导航通路,控制自移动机器人按照导航通路向目标点移动,从而提升了自移动机器人到达目标点的机会和可能,使自移动机器人更加智能,提升用户使用体验,降低了自移动机器人在采用传动导航算法无法规划出导航路径的情况下,困在当前区域内,不知如何行走的困窘情况。The path planning method based on obstacle markers provided in this embodiment, in the case that the traditional navigation algorithm cannot obtain an obstacle-free navigation path, identifies the obstacle path segments that have the possibility of passing, and constructs The navigation path from the starting point to the target point controls the self-mobile robot to move to the target point according to the navigation path, thereby improving the chance and possibility of the self-mobile robot to reach the target point, making the self-mobile robot more intelligent, improving the user experience, and reducing the self-moving The robot is trapped in the current area and does not know how to walk when the navigation path cannot be planned by the transmission navigation algorithm.
在一实施例中,步骤S30也即“根据识别的所述障碍路径段构建所述 起始点到所述目标点的导航通路”的步骤,具体包括:In one embodiment, step S30 is also the step of "constructing a navigation path from the starting point to the target point according to the identified obstacle path segment", which specifically includes:
S31、采用普通局部导航模式,规划所述起始点到所述障碍路径段的近端的第一局部导航路径,以及规划所述障碍路径段的远端到所述目标点的第二局部导航路径;S31. Using the common local navigation mode, plan a first local navigation path from the starting point to the near end of the obstacle path segment, and plan a second local navigation path from the far end of the obstacle path segment to the target point ;
S32、将所述第一局部导航路径、所述障碍路径段及所述第二局部导航路径依次首尾相连构建所述导航通路。S32. Connect the first partial navigation path, the obstacle path segment, and the second partial navigation path sequentially end-to-end to construct the navigation path.
上述普通局部导航模式,理解为清洁机器人在同一连通域内的分段导航,其对应采用的导航算法为普通导航算法,对应的导航模式为普通局部导航模式。如图4所示,以当前位置为起始点,以障碍路径段在当前连通域的一端作为中间目标点,进行普通导航,由于当前起始点和该中间目标点位于同一个连通域内,可以进行当前连通域内的普通导航,得到第一局部导航路径。相应的,障碍路径段的远端与目标点位于目标的连通域,也是同一个连通域,可以进行目标连通域内的普通导航,从而得到第二局部导航路径。The above common local navigation mode is understood as the segmented navigation of the cleaning robot in the same connected domain, the corresponding navigation algorithm adopted is the common navigation algorithm, and the corresponding navigation mode is the common local navigation mode. As shown in Figure 4, the current location is used as the starting point, and the end of the obstacle path segment in the current connected domain is used as the intermediate target point to perform ordinary navigation. Since the current starting point and the intermediate target point are located in the same connected domain, current navigation can be performed. Ordinary navigation in the connected domain obtains the first partial navigation path. Correspondingly, the far end of the obstacle path segment and the target point are located in the connected domain of the target, which is also the same connected domain, and ordinary navigation in the target connected domain can be performed, thereby obtaining the second partial navigation path.
根据上述第一局部导航路径、障碍路径段及第二局部导航路径首位相连组成导航通路。可以理解的,上述导航通路并不是绝对意义上能够使自移动机器人无障碍通行的路径,而是一个分段构建的导航路径,其障碍路径段位于该导航通路的中间部分。According to the first partial navigation path, the obstacle path segment and the first part of the second partial navigation path are connected to form a navigation path. It can be understood that the above-mentioned navigation path is not a path that enables the self-mobile robot to pass without obstacles in an absolute sense, but a navigation path constructed in segments, and the obstacle path segment is located in the middle part of the navigation path.
在一实施例中,步骤S40即“控制所述自移动机器人按照所述导航通路向所述目标点移动”的步骤,具体包括:In one embodiment, step S40 is the step of "controlling the self-mobile robot to move to the target point according to the navigation path", which specifically includes:
S41、在普通局部导航模式下,控制所述自移动机器人按照所述第一局部导航路径移动至所述障碍路径段的近端;S41. In the normal local navigation mode, control the self-mobile robot to move to the near end of the obstacle path segment according to the first local navigation path;
S42、当所述自移动机器人移动至所述障碍路径段的近端,控制所述自移动机器人由所述普通局部导航模式切换至精细局部导航模式;S42. When the self-mobile robot moves to the near end of the obstacle path segment, control the self-mobile robot to switch from the normal local navigation mode to the fine local navigation mode;
S43、在所述精细局部导航模式下,获取当前环境信息,基于所述环境信息判断所述障碍路径段是否可通行;S43. In the fine local navigation mode, acquire current environment information, and judge whether the obstacle path segment is passable based on the environment information;
S44、若判断结果为可通行,控制所述自移动机器人沿着所述障碍路径段移动至所述障碍路径段的远端。S44. If the judgment result is passable, control the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment.
也就是说,上述步骤首先通过普通局部导航,控制自移动机器人行走至障碍路径段的近端,完成第一局部导航路径的行走。在到达障碍路径段之后,切换至精细局部导航模式,来应对该障碍路径段的精细导航,提高该障碍路径段导航的成功通过可能。That is to say, the above steps first control the self-mobile robot to walk to the near end of the obstacle path segment through ordinary local navigation, and complete the walking of the first local navigation path. After reaching the obstacle path segment, switch to the fine local navigation mode to cope with the fine navigation of the obstacle path segment, and improve the possibility of successfully passing the obstacle path segment navigation.
图5和图6示出了两种不同场景的精细局部导航。通过在精细局部导航模式下扫描周围环境信息,识别当前障碍路径段是否可通行。图5中,障碍路径段已经被完全封闭,判断结果为当前障碍路径段无法通行,自控制移动机器人放弃该障碍路径段的导航。图6示出的障碍路径段为台阶障碍物,根据S43的环境信息的判断结果,可以控制自移动机器人通过该障碍路径段。具体的,为了保障通过效率,采用加速通过的方式,也即加速越障导航。Figures 5 and 6 illustrate fine local navigation for two different scenarios. Identify whether the current obstacle path segment is passable by scanning the surrounding environment information in fine local navigation mode. In Fig. 5, the obstacle path segment has been completely closed, and the judgment result is that the current obstacle path segment is impassable, and the self-controlled mobile robot abandons the navigation of the obstacle path segment. The obstacle path section shown in FIG. 6 is a step obstacle, and the self-mobile robot can be controlled to pass through the obstacle path section according to the judgment result of the environment information in S43. Specifically, in order to ensure passing efficiency, an accelerated passing method is adopted, that is, accelerated obstacle navigation.
也就是说,在精细局部导航模式下,自移动机器人获取当前环境信息,基于环境信息判断该障碍路径段是否可通行,若不可通行,则直接放弃该障碍路径段的导航。比如,检测到关闭的门,无法通行的情况,则直接放弃。当通过环境信息分析,判断结果为可通行,则直接控制自移动机器人沿着障碍路径段移动至障碍路径段的远端。That is to say, in the fine local navigation mode, the self-mobile robot obtains the current environment information, and judges whether the obstacle path segment is passable based on the environment information. If it is not passable, the navigation of the obstacle path segment is directly abandoned. For example, if a closed door is detected and it is impossible to pass through, it will be given up directly. When the environment information analysis shows that the result is passable, the self-mobile robot is directly controlled to move along the obstacle path segment to the far end of the obstacle path segment.
在一实施例中,当自移动机器人按照第一局部导航路径移动至障碍路径段的近端之后,自移动机器人以当前位置为起点,以障碍路径段的远端为终端进行路径规划导航,得到一条通过该障碍路径段的导航路径,控制自移动机器人沿着该导航路径行走通过该障碍路径段,到达目标连通域。In one embodiment, after the self-mobile robot moves to the near end of the obstacle path segment according to the first local navigation path, the self-mobile robot uses the current position as the starting point and uses the far end of the obstacle path segment as the terminal to perform path planning and navigation, and obtains A navigation path passing through the obstacle path segment, the self-mobile robot is controlled to walk through the obstacle path segment along the navigation path, and reach the target connected domain.
在一实施例中,自移动机器人通过当前环境信息分析障碍物的类型,当障碍物的类型为可翻越时,比如低矮的台阶,控制自移动机器人尝试通过该障碍物的路径段。In one embodiment, the self-mobile robot analyzes the type of the obstacle based on the current environment information, and when the type of the obstacle is surmountable, such as a low step, the self-mobile robot is controlled to try to pass the path segment of the obstacle.
在一实施例中,步骤S44也即“控制所述自移动机器人沿着所述障碍路径段移动至所述障碍路径段的远端”的步骤之后,还包括:In one embodiment, after step S44, that is, after the step of "controlling the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment", it also includes:
S441、控制所述自移动机器人由所述精细局部导航模式切换至所述普通局部导航模式;S441. Control the self-mobile robot to switch from the fine local navigation mode to the common local navigation mode;
S442、控制所述自移动机器人在普通局部导航模式下由当前位置移动至所述目标点。S442. Control the self-mobile robot to move from the current position to the target point in a common local navigation mode.
也即当通过障碍路径段之后,自移动机器人已经到达目标连通域,自移动机器人自动将局部精细导航模式切换至普通局部导航模式,采用普通局部导航模式完成第二局部导航路径的行走。That is, when the self-mobile robot has reached the target connected domain after passing through the obstacle path segment, the self-mobile robot automatically switches the local fine navigation mode to the normal local navigation mode, and uses the normal local navigation mode to complete the walking of the second local navigation path.
上述“具有通行可能的障碍路径段”包括多种类型。在不同的工作场景中,对障碍路径段的识别也因障碍物的类型不同而区别。在一种场景中,目标点位于当前工作任务执行过程中已行驶过的区域,也就是说,目标点的区域曾经到达过,在这种情况下,可以根据历史轨迹地图识别障碍路径段。The above-mentioned "passable obstacle path segment" includes various types. In different work scenarios, the identification of obstacle path segments also differs due to the different types of obstacles. In one scenario, the target point is located in an area that has been traveled during the execution of the current work task, that is, the area of the target point has been reached before. In this case, the obstacle path segment can be identified based on the historical trajectory map.
因此,在一实施例中,步骤S20中“识别具有通行可能的障碍路径段”,具体包括:Therefore, in one embodiment, "identifying obstacle path segments with possible passage" in step S20 specifically includes:
若所述目标点位于当前工作任务执行过程中已行驶过的区域,获取所述自移动机器人执行当前工作任务的轨迹地图,基于所述轨迹地图确定所述障碍路径段;其中,所述障碍路径段位于所述轨迹地图上。If the target point is located in an area that has been traveled during the execution of the current work task, obtain the trajectory map of the self-mobile robot performing the current work task, and determine the obstacle path segment based on the trajectory map; wherein, the obstacle path Segments are located on the trajectory map.
若目标点所在区域在当前工作任务执行过程中并未到达,但是在以往的工作任务执行过程中曾经被到达过。比如,在清洁机器人的场景中,清洁机器人在本次清扫工作中并未到达过主卧室,但基于以往历史轨迹地图,该主卧室被到达过,若目标点位于主卧室,则可以根据历史轨迹地图识别具有通行可能的障碍路径段。If the area where the target point is located has not been reached during the execution of the current work task, but has been reached during the execution of the previous work task. For example, in the cleaning robot scene, the cleaning robot has not reached the master bedroom during this cleaning work, but based on the previous historical trajectory map, the master bedroom has been reached. If the target point is located in the master bedroom, it can be based on the historical trajectory The map identifies obstacle path segments with traversable potential.
因此,在另一实施例中,步骤S20中“识别具有通行可能的障碍路径段”,具体包括:Therefore, in another embodiment, in step S20, "identifying obstacle path segments with possible passage" specifically includes:
获取历史清扫过程中保存的历史轨迹地图,通过所述历史轨迹地图确定所述障碍路径段;其中,所述障碍路径段位于所述历史轨迹地图上。Obtaining a historical track map saved during the historical cleaning process, and determining the obstacle path segment through the historical track map; wherein, the obstacle path segment is located on the historical track map.
上述“历史轨迹地图”也即以往工作过程中保存的轨迹地图。The above-mentioned "historical trajectory map" is also the trajectory map saved in the past work process.
在另一实施例中,步骤S20中“识别具有通行可能的障碍路径段”,具体包括:In another embodiment, in step S20, "identifying obstacle path segments with possible passage" specifically includes:
若所述目标点位于当前工作任务未驶过的区域,通过SLAM地图和AI 智能识别技术构建具有预定属性的所述障碍路径段。If the target point is located in an area not passed by the current work task, the obstacle path segment with predetermined attributes is constructed through SLAM map and AI intelligent recognition technology.
具体的,在一实施例中,上述步骤“通过SLAM地图和/或AI智能识别技术构造预定属性的所述障碍路径段”,包括:Specifically, in one embodiment, the above step of "constructing the obstacle path segment with predetermined attributes through SLAM map and/or AI intelligent recognition technology" includes:
通过SLAM地图识别目标点所处的区域与当前区域是否连通;Use the SLAM map to identify whether the area where the target point is located is connected to the current area;
在识别目标点所处的区域与当前区域连通的情况下,通过AI智能识别技术扫描周围环境信息,基于周围环境信息识别具有通行可能的所述障碍路径段。In the case that the area where the identification target point is located is connected to the current area, the surrounding environment information is scanned by AI intelligent identification technology, and the obstacle path segment with possible passage is identified based on the surrounding environment information.
具体的,SLAM地图显示目标点所处区域与当前区域可连通,进一步通过AI智能识别技术,识别障碍路径段的属性,比如,AI识别为“门”的区域,将识别为“门”的区域构建为障碍路径段。AI还可以识别很多其他预定属性的障碍物,这些预定属性的障碍物并非为完全不可通行,比如移门、活动的桌椅等。本实施例中,通过AI识别技术,可以分析障碍物的属性,当符合预设的预定属性时,可以将该障碍物所处的路径构建为障碍路径段,从而建立导航通路,提高自移动机器人的工作效率。Specifically, the SLAM map shows that the area where the target point is located is connected to the current area, and further uses AI intelligent recognition technology to identify the attributes of the obstacle path segment, for example, the area recognized by AI as a "door" will be recognized as a "door" area Constructed as obstacle path segments. AI can also identify many other obstacles with predetermined attributes, which are not completely impassable, such as sliding doors, movable tables and chairs, etc. In this embodiment, through the AI recognition technology, the attributes of obstacles can be analyzed. When the preset predetermined attributes are met, the path where the obstacle is located can be constructed as an obstacle path segment, thereby establishing a navigation path and improving the self-moving robot. work efficiency.
在清洁机器人的实施例中,清洁机器人在工作过程中会对遇到的一些特殊的区域,比如地毯区域,并通过标记特殊区域的位置的方式设置虚拟墙,在正常清扫时采用特殊的清扫方式,避免进入这些标记的区域。还有一种情况,清洁机器人在完成当前区域的清扫前,控制清洁机器人不可翻越这些特殊区域,如过门台阶、移门滑轨,在当前区域的清扫完成后,才控制清洁机器人翻越该特殊障碍的区域。In the embodiment of the cleaning robot, the cleaning robot will set up a virtual wall by marking the position of some special areas encountered during the working process, such as the carpet area, and adopt a special cleaning method during normal cleaning , avoid entering these marked areas. In another case, before the cleaning robot completes the cleaning of the current area, the cleaning robot is controlled not to climb over these special areas, such as door steps and sliding door slide rails. After the cleaning of the current area is completed, the cleaning robot is controlled to climb over the special obstacle. area.
为了应对上述特殊标记的障碍路径段情况。在一实施例中,步骤S20中“识别具有通行可能的障碍路径段”,具体包括:In order to deal with the above specially marked obstacle path segment situation. In one embodiment, "identifying obstacle path segments with possible passage" in step S20 specifically includes:
获取被标记属性的障碍物的位置坐标;其中,所述障碍物包括移门导轨区域、地毯区域、过门台阶中的一种或几种;Obtain the position coordinates of the obstacle whose attribute is marked; wherein, the obstacle includes one or more of the sliding door guide rail area, the carpet area, and the door step;
根据被标记属性的所述障碍物的位置坐标确定所述障碍路径段。The obstacle path segment is determined according to the location coordinates of the obstacle marked with attributes.
上述“被标记属性的障碍物”为自移动机器人可通过的“障碍物”,这些障碍物在正常工作中被标记了属性,因此,在上述方法步骤中,通过获取被标记属性的障碍物的位置坐标,可以利用这些被标记属性的障 碍物构建障碍路径段。The above-mentioned "obstacles with marked attributes" are "obstacles" that can be passed by the self-mobile robot. These obstacles are marked with attributes during normal work. Therefore, in the above method steps, by obtaining the Position coordinates, obstacles with these marked attributes can be used to construct obstacle path segments.
本发明所提供的基于障碍标记的路径规划方法,面向精细化场景的PTP路径规划及导航方案的设计。现有的PTP路径规划及导航技术,在面对复杂场景中的清扫任务时,通常表现出导航碰撞增加,狭小空间的到达能力和脱困能力不佳等。本发明通过设计一种跨连通域的、可支持精细化导航的路径规划方案,提高自移动机器人对狭小空间的到达率,同时,增强自移动机器人在狭小空间中的脱困能力及其在精细化场景中导航的通过性。The path planning method based on obstacle marks provided by the present invention is oriented to the design of PTP path planning and navigation schemes in refined scenarios. Existing PTP path planning and navigation technologies, when faced with cleaning tasks in complex scenes, usually show increased navigation collisions, poor arrival and escape capabilities in small spaces, etc. The present invention improves the arrival rate of the self-moving robot to narrow spaces by designing a path planning scheme that crosses connected domains and can support refined navigation, and at the same time, enhances the ability of the self-mobile robot to get out of trouble in a narrow space and its ability in fine navigation. The passability of navigation in the scene.
请参见图7,本发明还提供了一种基于障碍标记的路径规划系统100,包括:Referring to FIG. 7, the present invention also provides a path planning system 100 based on obstacle markings, including:
导航模块102,用于规划自移动机器人从当前起始点到目标点的无障碍的导航路径;The navigation module 102 is used to plan an unobstructed navigation path from the current starting point to the target point from the mobile robot;
障碍路径识别模块104,与导航模块102通信连接,用于在无法获得无障碍的导航路径的情况下,识别具有通行可能的障碍路径段;Obstacle path identification module 104, communicated with the navigation module 102, used to identify obstacle path segments with possible passage when an unobstructed navigation path cannot be obtained;
导航通路规划模块106,与障碍路径识别模块104通信连接,用于基于障碍路径段构建所述起始点到目标点的导航通路;The navigation path planning module 106 is communicatively connected with the obstacle path identification module 104, and is used to construct the navigation path from the starting point to the target point based on the obstacle path segment;
控制模块108,与导航通路规划模块106通信连接,用于控制自移动机器人按照所述导航通路向所述目标点移动。The control module 108 is in communication connection with the navigation path planning module 106, and is used for controlling the self-mobile robot to move to the target point according to the navigation path.
本实施例所述的基于障碍标记的路径规划系统100与上述的基于障碍标记的路径规划方法相互对应,本实施例中基于障碍标记的路径规划系统100中各个模块的功能在相应的方法实施例中详细阐述,在此不再赘述。The path planning system 100 based on obstacle marks described in this embodiment corresponds to the path planning method based on obstacle marks described above. In this embodiment, the functions of each module in the path planning system 100 based on obstacle marks in the corresponding method embodiment described in detail and will not be repeated here.
本发明还提供了一种自移动机器人,用于在工作区域内自动行走和工作,包括:机身;设置于所述机身上的控制器。The present invention also provides a self-moving robot, which is used for walking and working automatically in a working area, comprising: a body; and a controller arranged on the body.
其中,控制器用于:Among them, the controller is used for:
获取自移动机器人从当前起始点到目标点的无障碍的导航路径;Obtain an unobstructed navigation path from the mobile robot from the current starting point to the target point;
当无法获得无障碍的所述导航路径时,识别具有通行可能的障碍路径段;When the obstacle-free navigation path cannot be obtained, identifying obstacle path segments with possible passage;
根据识别的障碍路径段构建所述起始点到所述目标点的导航通路;constructing a navigation path from the starting point to the target point based on the identified obstacle path segment;
控制自移动机器人按照所述导航通路向所述目标点移动。Controlling the self-mobile robot to move to the target point according to the navigation path.
同理,控制器的功能是用来实现上述基于障碍标记的路径规划方法,具体内容可参照对上述清扫控制方法的描述,在此不再赘述。Similarly, the function of the controller is to implement the above-mentioned path planning method based on obstacle markings. For details, please refer to the description of the above-mentioned cleaning control method, which will not be repeated here.
本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、服务器或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器和光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that the embodiments of the present invention may be provided as methods, systems, servers or computer program products. Accordingly, the present invention can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) having computer-usable program code embodied therein.
本发明是参照根据本发明实施例的方法、设备(系统)、服务器和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其它可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其它可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), servers and computer program products according to embodiments of the invention. It should be understood that each procedure and/or block in the flowchart and/or block diagram, and a combination of procedures and/or blocks in the flowchart and/or block diagram can be realized by computer program instructions. These computer program instructions may be provided to a general purpose computer, special purpose computer, embedded processor, or processor of other programmable data processing equipment to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing equipment produce a An apparatus for realizing the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.
显然,上述所描述的实施例仅仅是本发明一部分的实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下,可以做出其它不同形式的变化或变动,都应当属于本发明保护的范围。Apparently, the above-described embodiments are only part of the embodiments of the present invention, not all of them. Based on the embodiments of the present invention, those skilled in the art may make other changes or changes in different forms without creative work, which shall fall within the protection scope of the present invention.

Claims (13)

  1. 一种基于障碍标记的路径规划方法,其特征在于,用于自移动机器人,所述方法包括:A path planning method based on obstacle markings, characterized in that it is used for a self-moving robot, the method comprising:
    规划所述自移动机器人从当前起始点到目标点的无障碍的导航路径;Planning an unobstructed navigation path from the current starting point to the target point of the self-mobile robot;
    在无法获得无障碍的所述导航路径的情况下,识别具有通行可能的障碍路径段;In the event that said navigation path without obstacles is unavailable, identifying path segments with obstacles to pass through;
    根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路;constructing a navigation path from the starting point to the target point based on the identified obstacle path segment;
    控制所述自移动机器人按照所述导航通路向所述目标点移动。controlling the self-mobile robot to move to the target point according to the navigation path.
  2. 根据权利要求1所述的基于障碍标记的路径规划方法,其特征在于,所述识别具有通行可能的障碍路径段,包括:The path planning method based on obstacle markers according to claim 1, wherein the identification of obstacle path segments with possible passage comprises:
    所述障碍路径段位于当前区域和目标点所在区域的连通路径上。The obstacle path segment is located on the connecting path between the current area and the area where the target point is located.
  3. 根据权利要求1所述的基于障碍标记的路径规划方法,其特征在于,所述根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路,具体包括:The path planning method based on obstacle markers according to claim 1, wherein said constructing a navigation path from said starting point to said target point according to said identified obstacle path segment specifically comprises:
    采用普通局部导航模式,规划所述起始点到所述障碍路径段的近端的第一局部导航路径,以及规划所述障碍路径段的远端到所述目标点的第二局部导航路径;Using a common local navigation mode, planning a first partial navigation path from the starting point to the proximal end of the obstacle path segment, and planning a second partial navigation path from the far end of the obstacle path segment to the target point;
    将所述第一局部导航路径、所述障碍路径段及所述第二局部导航路径依次首尾相连构建所述导航通路。The first partial navigation path, the obstacle path segment and the second partial navigation path are sequentially connected end-to-end to construct the navigation path.
  4. 根据权利要求3所述的基于障碍标记的路径规划方法,其特征在于,所述控制所述自移动机器人按照所述导航通路向所述目标点移动,包括:The path planning method based on obstacle markings according to claim 3, wherein the controlling the self-mobile robot to move to the target point according to the navigation path comprises:
    在普通局部导航模式下,控制所述自移动机器人按照所述第一局部导航路径移动至所述障碍路径段的近端;In the normal local navigation mode, controlling the self-mobile robot to move to the proximal end of the obstacle path segment according to the first local navigation path;
    当所述自移动机器人移动至所述障碍路径段的近端,控制所述自移动 机器人由所述普通局部导航模式切换至精细局部导航模式;When the self-mobile robot moves to the near end of the obstacle path segment, control the self-mobile robot to switch from the common local navigation mode to the fine local navigation mode;
    在所述精细局部导航模式下,获取当前环境信息,基于所述环境信息判断所述障碍路径段是否可通行;In the fine local navigation mode, acquiring current environment information, and judging whether the obstacle path segment is passable based on the environment information;
    若判断结果为可通行,控制所述自移动机器人沿着所述障碍路径段移动至所述障碍路径段的远端。If the judgment result is passable, the self-mobile robot is controlled to move along the obstacle path segment to the far end of the obstacle path segment.
  5. 根据权利要求4所述的基于障碍标记的路径规划方法,其特征在于,所述控制所述自移动机器人沿着所述障碍路径段移动至所述障碍路径段的远端之后,包括:The path planning method based on obstacle markings according to claim 4, wherein the controlling the self-mobile robot to move along the obstacle path segment to the far end of the obstacle path segment includes:
    控制所述自移动机器人由所述精细局部导航模式切换至所述普通局部导航模式;controlling the self-mobile robot to switch from the fine local navigation mode to the common local navigation mode;
    控制所述自移动机器人在普通局部导航模式下由当前位置移动至所述目标点。Controlling the self-mobile robot to move from the current position to the target point in a common local navigation mode.
  6. 根据权利要求1-5任意一项所述的基于障碍标记的路径规划方法,其特征在于,所述识别具有通行可能的障碍路径段,具体包括:The path planning method based on obstacle markers according to any one of claims 1-5, wherein the identification of obstacle path segments with possible passage includes:
    若所述目标点位于当前工作任务执行过程中已行驶过的区域,获取所述自移动机器人执行当前工作任务的轨迹地图,基于所述轨迹地图确定所述障碍路径段;其中,所述障碍路径段位于所述轨迹地图上。If the target point is located in an area that has been traveled during the execution of the current work task, obtain the trajectory map of the self-mobile robot performing the current work task, and determine the obstacle path segment based on the trajectory map; wherein, the obstacle path Segments are located on the trajectory map.
  7. 根据权利要求1-5任意一项所述的基于障碍标记的路径规划方法,其特征在于,所述识别具有通行可能的障碍路径段,具体包括:The path planning method based on obstacle markers according to any one of claims 1-5, wherein the identification of obstacle path segments with possible passage includes:
    若所述目标点位于当前工作任务未驶过的区域,构建具有预定属性的所述障碍路径段;或者,If the target point is located in an area that the current work task does not drive through, constructing the obstacle path segment with predetermined attributes; or,
    获取历史清扫过程中保存的历史轨迹地图,通过所述历史轨迹地图确定所述障碍路径段;其中,所述障碍路径段位于所述历史轨迹地图上。Obtaining a historical track map saved during the historical cleaning process, and determining the obstacle path segment through the historical track map; wherein, the obstacle path segment is located on the historical track map.
  8. 根据权利要求7所述的基于障碍标记的路径规划方法,其特征在 于,所述构建预定属性的所述障碍路径段,具体包括:The path planning method based on obstacle markings according to claim 7, wherein said constructing said obstacle path segment of predetermined attribute specifically comprises:
    识别目标点所处的区域与当前区域是否连通;Identify whether the area where the target point is located is connected to the current area;
    在识别目标点所处的区域与当前区域连通的情况下,扫描周围环境信息,基于周围环境信息识别具有通行可能的所述障碍路径段。In a case where the area where the identified target point is located is connected to the current area, the surrounding environment information is scanned, and the obstacle path segment with possible passage is identified based on the surrounding environment information.
  9. 根据权利要求8所述的基于障碍标记的路径规划方法,其特征在于,所述构建具有预定属性的所述障碍路径段,包括:The path planning method based on obstacle markers according to claim 8, wherein said constructing said obstacle path segment with predetermined attributes comprises:
    通过SLAM地图和/或AI智能识别技术构造预定属性的所述障碍路径段。The obstacle path segment with predetermined attributes is constructed by using SLAM map and/or AI intelligent recognition technology.
  10. 根据权利要求9所述的基于障碍标记的路径规划方法,其特征在于,所述通过SLAM地图和/或AI智能识别技术构造预定属性的所述障碍路径段,包括:The path planning method based on obstacle markings according to claim 9, wherein said constructing said obstacle path segment with predetermined attributes through SLAM map and/or AI intelligent recognition technology comprises:
    通过SLAM地图识别目标点所处的区域与当前区域是否连通;Use the SLAM map to identify whether the area where the target point is located is connected to the current area;
    在识别目标点所处的区域与当前区域连通的情况下,通过AI智能识别技术扫描周围环境信息,基于周围环境信息识别具有通行可能的所述障碍路径段。In the case that the area where the identification target point is located is connected to the current area, the surrounding environment information is scanned by AI intelligent identification technology, and the obstacle path segment with possible passage is identified based on the surrounding environment information.
  11. 根据权利要求1-5任意一项所述的基于障碍标记的路径规划方法,其特征在于,所述识别具有通行可能的障碍路径段,具体包括:The path planning method based on obstacle markers according to any one of claims 1-5, wherein the identification of obstacle path segments with possible passage includes:
    获取被标记属性的障碍物的位置坐标;Obtain the position coordinates of the obstacle whose attribute is marked;
    根据被标记属性的所述障碍物的位置坐标确定所述障碍路径段。The obstacle path segment is determined according to the location coordinates of the obstacle marked with attributes.
  12. 一种基于障碍标记的路径规划系统,其特征在于,包括:A path planning system based on obstacle marking, characterized in that it includes:
    导航模块,用于规划自移动机器人从当前起始点到目标点的无障碍的导航路径;The navigation module is used to plan an obstacle-free navigation path from the current starting point to the target point of the self-mobile robot;
    障碍路径识别模块,与所述导航模块通信连接,用于在无法获得无障碍的所述导航路径的情况下,识别具有通行可能的障碍路径段;The obstacle path identification module is connected in communication with the navigation module, and is used to identify the obstacle path segment with possible passage when the obstacle-free navigation path cannot be obtained;
    导航通路规划模块,与所述障碍路径识别模块通信连接,用于基于所述障碍路径段构建所述起始点到所述目标点的导航通路;A navigation path planning module, communicatively connected with the obstacle path identification module, for constructing a navigation path from the starting point to the target point based on the obstacle path segment;
    控制模块,与所述导航通路规划模块通信连接,用于控制所述自移动机器人按照所述导航通路向所述目标点移动。The control module is connected in communication with the navigation path planning module, and is used to control the self-mobile robot to move to the target point according to the navigation path.
  13. 一种自移动机器人,用于在工作区域内自动行走和工作,其特征在于,包括:A self-moving robot for autonomous walking and working in a working area, characterized in that it includes:
    机身;body;
    控制器,设置于所述机身上;a controller, arranged on the body;
    其中,所述控制器用于:Wherein, the controller is used for:
    获取所述自移动机器人从当前起始点到目标点的无障碍的导航路径;Obtain an unobstructed navigation path from the current starting point to the target point of the self-mobile robot;
    当无法获得无障碍的所述导航路径时,识别具有通行可能的障碍路径段;When the obstacle-free navigation path cannot be obtained, identifying obstacle path segments with possible passage;
    根据识别的所述障碍路径段构建所述起始点到所述目标点的导航通路;constructing a navigation path from the starting point to the target point based on the identified obstacle path segment;
    控制所述自移动机器人按照所述导航通路向所述目标点移动。controlling the self-mobile robot to move to the target point according to the navigation path.
PCT/CN2022/132723 2021-12-31 2022-11-18 Path planning method and system based on obstacle marker, and self-moving robot WO2023124621A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111681899.4A CN116414118A (en) 2021-12-31 2021-12-31 Path planning method and system based on obstacle marks and self-moving robot
CN202111681899.4 2021-12-31

Publications (1)

Publication Number Publication Date
WO2023124621A1 true WO2023124621A1 (en) 2023-07-06

Family

ID=86997491

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/132723 WO2023124621A1 (en) 2021-12-31 2022-11-18 Path planning method and system based on obstacle marker, and self-moving robot

Country Status (2)

Country Link
CN (1) CN116414118A (en)
WO (1) WO2023124621A1 (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100235033A1 (en) * 2006-09-11 2010-09-16 Kenjiro Yamamoto Moving device
CN103092204A (en) * 2013-01-18 2013-05-08 浙江大学 Mixed robot dynamic path planning method
CN104808671A (en) * 2015-05-19 2015-07-29 东南大学 Robot path planning method under home environment
CN108415428A (en) * 2018-02-11 2018-08-17 上海弗徕威智能科技有限公司 A kind of global path optimization method of mobile robot
CN110375756A (en) * 2018-11-07 2019-10-25 北京京东尚科信息技术有限公司 A kind of air navigation aid, device and computer readable storage medium
CN110716559A (en) * 2019-11-22 2020-01-21 河北工业大学 Comprehensive control method for shopping mall and supermarket goods picking robot
CN111142542A (en) * 2020-01-15 2020-05-12 苏州晨本智能科技有限公司 Omnidirectional mobile robot autonomous navigation system based on VFH local path planning method
CN111142526A (en) * 2019-12-30 2020-05-12 科沃斯机器人股份有限公司 Obstacle crossing and operation method, equipment and storage medium
CN111562788A (en) * 2020-06-04 2020-08-21 哈尔滨理工大学 Path planning and obstacle avoidance method for indoor intelligent cleaning robot
CN112050810A (en) * 2019-12-23 2020-12-08 华北电力大学(保定) Indoor positioning navigation method and system based on computer vision
CN113108796A (en) * 2021-04-19 2021-07-13 北京有竹居网络技术有限公司 Navigation method, navigation device, storage medium and equipment

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100235033A1 (en) * 2006-09-11 2010-09-16 Kenjiro Yamamoto Moving device
CN103092204A (en) * 2013-01-18 2013-05-08 浙江大学 Mixed robot dynamic path planning method
CN104808671A (en) * 2015-05-19 2015-07-29 东南大学 Robot path planning method under home environment
CN108415428A (en) * 2018-02-11 2018-08-17 上海弗徕威智能科技有限公司 A kind of global path optimization method of mobile robot
CN110375756A (en) * 2018-11-07 2019-10-25 北京京东尚科信息技术有限公司 A kind of air navigation aid, device and computer readable storage medium
CN110716559A (en) * 2019-11-22 2020-01-21 河北工业大学 Comprehensive control method for shopping mall and supermarket goods picking robot
CN112050810A (en) * 2019-12-23 2020-12-08 华北电力大学(保定) Indoor positioning navigation method and system based on computer vision
CN111142526A (en) * 2019-12-30 2020-05-12 科沃斯机器人股份有限公司 Obstacle crossing and operation method, equipment and storage medium
CN111142542A (en) * 2020-01-15 2020-05-12 苏州晨本智能科技有限公司 Omnidirectional mobile robot autonomous navigation system based on VFH local path planning method
CN111562788A (en) * 2020-06-04 2020-08-21 哈尔滨理工大学 Path planning and obstacle avoidance method for indoor intelligent cleaning robot
CN113108796A (en) * 2021-04-19 2021-07-13 北京有竹居网络技术有限公司 Navigation method, navigation device, storage medium and equipment

Also Published As

Publication number Publication date
CN116414118A (en) 2023-07-11

Similar Documents

Publication Publication Date Title
US20230409032A1 (en) Method for controlling an autonomous, mobile robot
CN108981701B (en) Indoor positioning and navigation method based on laser SLAM
Beeson et al. Towards autonomous topological place detection using the extended voronoi graph
US9149170B2 (en) Navigating autonomous coverage robots
WO2022237321A1 (en) Path fusing and planning method for passing region, robot, and chip
JP2021535485A (en) Searching for areas where robots are used by autonomous mobile robots
WO2021047348A1 (en) Method and apparatus for establishing passable area map, method and apparatus for processing passable area map, and mobile device
JP2020533720A (en) Exploring an unknown environment with an autonomous mobile robot
DE102016114594A1 (en) Method for controlling an autonomous mobile robot
Visser et al. Including communication success in the estimation of information gain for multi-robot exploration
CN112826373B (en) Cleaning method, device, equipment and storage medium of cleaning robot
WO2022247538A1 (en) Map region merging method and apparatus, autonomous mobile device and storage medium
DE102017121127A1 (en) Exploration of an unknown environment by an autonomous mobile robot
US11947015B1 (en) Efficient coverage planning of mobile robotic devices
WO2023124621A1 (en) Path planning method and system based on obstacle marker, and self-moving robot
CN112015187A (en) Semantic map construction method and system for intelligent mobile robot
DE102016114593A1 (en) Method for controlling an autonomous mobile robot
KR20240042369A (en) Robot-friendly building, robot and system for controling multi-robot driving in the building
CN113358118B (en) End-to-end autonomous navigation method for indoor mobile robot in unstructured environment
CN113110499A (en) Judging method of passing area, route searching method, robot and chip
US20220043443A1 (en) Smart Navigation System
CN112137512B (en) Sweeping robot sweeping area detection method, device, equipment, system and medium
EP4300244A1 (en) Method and system for navigation of robot from one area to another area
KR100919513B1 (en) Semantic map for autonomous navigation of robot
WO2022247544A1 (en) Map partitioning method and apparatus, and autonomous mobile device and storage medium

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: 22913879

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE