WO2023092835A1 - Obstacle avoidance during edgewise sweeping of unmanned sweeper - Google Patents

Obstacle avoidance during edgewise sweeping of unmanned sweeper Download PDF

Info

Publication number
WO2023092835A1
WO2023092835A1 PCT/CN2022/071307 CN2022071307W WO2023092835A1 WO 2023092835 A1 WO2023092835 A1 WO 2023092835A1 CN 2022071307 W CN2022071307 W CN 2022071307W WO 2023092835 A1 WO2023092835 A1 WO 2023092835A1
Authority
WO
WIPO (PCT)
Prior art keywords
obstacle
point
point cloud
tree
ignoring
Prior art date
Application number
PCT/CN2022/071307
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 WO2023092835A1 publication Critical patent/WO2023092835A1/en

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/26Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/762Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/764Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/56Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
    • G06V20/58Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads

Definitions

  • the present application relates to the field of intelligent driving, and in particular to a method, device and equipment for avoiding obstacles when an unmanned sweeper sweeps alongside.
  • the present application provides a method, device and equipment for avoiding obstacles when an unmanned sweeper sweeps alongside.
  • an obstacle avoidance method when an unmanned sweeper cleans side by side includes: before colliding with the obstacle, obtaining the point cloud of each obstacle and each obstacle
  • the image of each obstacle in the point cloud is an obstacle point; the point cloud of each obstacle is segmented; the image of each obstacle and the segmentation result of the point cloud are used to segment the Obstacle points are classified; according to the type of the obstacle point and the data in the point cloud of each obstacle, the preset ignoring rules are matched, the ignoring rules include tree ignoring rules, and the tree ignoring rules
  • the matching conditions for the obstacle point include that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to a preset cycle; according to the matching result, it is determined whether the obstacle The object point is ignored, and the ignored process is not to perform a detour operation; the cleaning path of the unmanned sweeper is planned according to the processing result of the obstacle point.
  • an obstacle avoidance device for an unmanned sweeper during side-by-side cleaning, the device includes: an acquisition module, used to acquire the point cloud and For the image of each obstacle, the points in the point cloud of each obstacle are obstacle points; the segmentation module is used to segment the point cloud of each obstacle; the classification module is used to combine the points of each obstacle The image of the obstacle and the segmentation result of the point cloud are used to classify the obstacle points; the matching module is used to match the preset data with the type of the obstacle point and the data in the point cloud of each obstacle.
  • Matching is performed by ignoring rules, the ignoring rules include tree ignoring rules, and the conditions met by the obstacle points matched with the tree ignoring rules include that the obstacle points are located in the tree area marked in the offline map, and the offline map
  • the tree area marked in is updated according to a preset period; the determination module is used to determine whether to perform ignore processing on the obstacle point according to the matching result, and the ignore processing is not to perform a detour operation; the planning module is used to determine according to the matching result
  • the cleaning path of the unmanned cleaning vehicle is planned based on the processing results of the obstacle points.
  • an electronic device including: a processor; a memory for storing processor-executable instructions; wherein, when the processor executes the executable instructions, it is used to implement the first aspect the method described.
  • a computer-readable storage medium on which a computer program is stored, and when the program is executed by a processor, the steps of the method described in the above-mentioned first aspect are implemented.
  • the technical solution provided by the embodiment of the present application may include the following beneficial effects:
  • the obstacle before the collision with the obstacle, when the unmanned sweeper cleans up the garbage on the edge of the road, the obstacle is handled in addition to Ignore processing is introduced outside the line, that is, the detour operation is not performed on the identified obstacles.
  • the points in the point cloud of each obstacle that is, obstacle points
  • the data in the point cloud of each obstacle and the image information of each obstacle are combined.
  • the point type is matched with the preset ignore rules, and whether to ignore each obstacle point is determined according to the matching effect, and then the cleaning path is planned according to whether to execute the ignore operation.
  • the unmanned sweeper no longer detours all obstacles, it can solve the problem of cleaning quality degradation and safety hazards caused by frequent detours of the unmanned sweeper.
  • the obstacle point matching the tree ignoring rule needs to be located in the tree area marked in the offline map to reduce the error that may occur during matching, and the tree area marked in the offline map is updated regularly to reduce seasonal changes, artificial pruning, etc. impact on the accuracy of matching results.
  • Fig. 1 is a flow chart of an obstacle avoidance method for an unmanned sweeper when sweeping alongside according to an exemplary embodiment of the present application.
  • Fig. 2 is a schematic diagram of a tree area marked in an offline map according to an exemplary embodiment of the present application.
  • Fig. 3 is a schematic diagram of an unmanned sweeper handling shrub obstacles according to an exemplary embodiment of the present application.
  • Fig. 4 is a flow chart of an obstacle avoidance method for an unmanned sweeper when sweeping alongside according to another exemplary embodiment of the present application.
  • Fig. 5 is a schematic structural diagram of an obstacle avoidance device for an unmanned sweeper when sweeping alongside according to an exemplary embodiment of the present application.
  • Fig. 6 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
  • first, second, third, etc. may be used in this application to describe various information, the information should not be limited to these terms. These terms are only used to distinguish information of the same type from one another. For example, without departing from the scope of the present application, first information may also be called second information, and similarly, second information may also be called first information. Depending on the context, the word “if” as used herein may be interpreted as “at” or “when” or “in response to a determination.”
  • the present application proposes an obstacle avoidance method when an unmanned sweeper sweeps side-by-side, and introduces the process of ignoring obstacles.
  • Classify the identified obstacles before colliding with them judge whether the identified obstacles will actually collide with the unmanned cleaning vehicle according to the type, height, location and other information of the obstacles and judge after the collision Whether it will affect the driving safety of unmanned cleaning vehicles, ignore the obstacles that will not actually cause collisions or will not affect driving safety after collisions, that is, do not perform detour operations.
  • the judging method is to match the above items of information of the obstacle with preset rules, and determine whether to perform detour processing according to the matching result. As shown in Figure 1, the above obstacle avoidance method will be described in detail next.
  • each obstacle Before colliding with an obstacle, obtain the point cloud of each obstacle and the image of each obstacle, and the points in the point cloud of each obstacle are obstacle points; During cleaning, identifying existing obstacles and dealing with them all take place before collisions with obstacles.
  • the point cloud of each obstacle includes a plurality of points, and the points in the point cloud of each obstacle are referred to as obstacle points in this application.
  • the obtained point cloud of each obstacle contains the three-dimensional space information of each obstacle point, and each obstacle point corresponds to a three-dimensional space coordinate, which can reflect the height information of each obstacle point.
  • the image of each obstacle is acquired to classify each obstacle point.
  • point clouds There are many ways to acquire point clouds, such as using lidar, binocular camera, and depth camera. According to different acquisition methods, each point in the point cloud can also contain color information (RGB value) and reflection intensity information.
  • segmenting the point cloud of each obstacle is to divide the obstacle points belonging to the same obstacle into one piece, so as to distinguish different obstacles, and the obstacle points in the divided obstacle point cloud have similar characteristics.
  • the segmented point cloud of each obstacle is one-to-one matched with each obstacle in the acquired image, so as to know the type of each divided obstacle point cloud.
  • the divided point cloud of each obstacle can be projected onto the image of each obstacle above, and the type of obstacle point in the point cloud of each obstacle can be known according to the position where the point cloud projection of each obstacle is located. .
  • the ignore rule includes a tree ignore rule
  • the tree ignore rule matches the
  • the conditions that the obstacle point meets include that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to the preset cycle; the data in the point cloud of each obstacle is the above-mentioned
  • the information of each obstacle point contained in the obstacle point cloud includes the three-dimensional space coordinates of each obstacle point, and the information of each obstacle point according to the different acquisition methods of each obstacle point cloud can also include color information (RGB value ) and reflection intensity information.
  • the preset ignoring rules are formulated for obstacles that will not actually collide with the unmanned sweeper or will not affect the driving safety of the unmanned sweeper after the collision, including the tree ignoring rule, and the obstacle points that match the tree ignoring rule need It is located in the tree area 110 marked in the offline map, that is, the closed polygonal area 110 shown in FIG. 2 .
  • the tree area 110 marked in the offline map needs to be updated regularly, and the update cycle can be set according to seasonal changes or historical operating data , can also be set by referring to other factors, which is not limited in this application.
  • the tree area 110 marked in the offline map can be generated by manual marking, but this method requires a huge amount of work when implemented in a large area and multiple regions, and is almost infeasible. Therefore, in an embodiment of the present application, an automatic generation method is adopted, and in order to ensure the reliability of the data, the tree area 110 marked in the offline map is based on the history of tree obstacles collected by at least one unmanned sweeper in at least one day Point cloud generation.
  • the process of automatically generating the tree area 110 marked in the above-mentioned offline map may include the following steps.
  • Packetization can generate the tree area 110 marked in the offline map, and the default value is set according to the actual operating conditions of the unmanned sweeper and its own needs.
  • the clustering algorithm used in the process of generating the tree area 110 marked in the offline map has Various, such as KNN algorithm, K-means algorithm, Mean-shift algorithm.
  • KNN algorithm K-means algorithm
  • Mean-shift algorithm K-means algorithm
  • algorithms used for convex hulling the clustered historical point clouds whose number of points is greater than the preset value such as Graham Scan algorithm, Jarvis algorithm, and Melkman algorithm.
  • the part of filtering false detection points in the process of generating the tree region 110 marked in the above-mentioned offline map includes first dividing the offline map into blocks, and then performing three-dimensional analysis on each divided block. Rasterize, and project the obtained historical point cloud into each grid, then filter the points in the historical point cloud of each grid that do not meet the preset voting mechanism, and finally merge the filtered points Historical point cloud in raster.
  • the preset voting mechanism can be set according to the historical operation data of the unmanned sweeper.
  • the tree ignoring rule is aimed at tree-type obstacles located on the roadside, including tree-like obstacles with some branches and leaves sticking out of the roadside, and the falling leaves will collide with unmanned sweepers but will not affect driving safety.
  • the obstacle point matching the tree ignoring rule in addition to satisfying the condition of being located in the tree area 110 marked in the offline map, the obstacle point matching the tree ignoring rule also needs to satisfy that the type of the obstacle point is a tree, and the obstacle point is in the Within the preset range of the working range of the unmanned sweeper, and the height of the obstacle point is greater than the preset height.
  • the value of the preset range can be set as required, and it can be a circle with the unmanned sweeper as the center, or a rectangular area where the unmanned sweeper is located, which is not limited in this application.
  • the preset height can be set according to the size, body height and historical operation data of the unmanned sweeper under the condition of ensuring that even if a collision occurs, it will not affect driving safety.
  • the preset ignoring rules also include a first ignoring rule, and the first ignoring rule is aimed at obstacles located above the sweeping brush of the unmanned sweeper and will not collide with the unmanned sweeper, These obstacles are located on the curb but partially protrude from the curb.
  • the obtained point cloud is projected onto a two-dimensional plane during collision detection.
  • the conditions met by the obstacle point matching the first ignoring rule include:
  • the height 210 of the obstacle point is greater than the height 220 of the brush 320 in the unmanned sweeper
  • the obstacle point is inside the roadside section; the roadside section is generated according to the detection results of the roadside, and the roadside section is located at the intersection of the vertical surface of the roadside and the driving road surface of the unmanned sweeper.
  • the line segment 400 in Figure 3 is in the same plane as the vertical plane along the road and is perpendicular to the line segment along the road. From a top view, it is a point on the line segment along the road, which can be understood as a line segment along the road in Figure 3
  • the inner side and the outer side of the roadside section, and the side where the unmanned sweeper is located is the inner side 401 of the roadside section.
  • the horizontal distance 230 between the obstacle point and the obstacle point cloud where the obstacle point is located is the closest to the unmanned sweeper and the point on the inside of the road along the line segment is less than the body 310 in the unmanned sweeper.
  • FIG. 3 In the situation shown in FIG. 3 , the parts of the bushes 330 on the inner side 401 of the roadside segment are ignored by the unmanned sweeper. It should be noted that Figure 3 is only for illustration and does not represent all situations.
  • the height 210 of the obstacle point and the obstacle point cloud where the obstacle point is located are closest to the unmanned sweeper and along the road.
  • the lateral distance 230 between the points on the segment inner side 401 is determined according to the three-dimensional space positions of different obstacle points, and is not limited to the situation shown in FIG. 3 .
  • the vector cross multiplication method can be used to calculate the distance from the obstacle point to the roadside segment, and the distance from the obstacle point on the inside of the roadside segment to the roadside segment is set as positive.
  • the distance from the obstacle point on the outside of the road along the line to the road along the line is negative, or the positive and negative relations corresponding to the inside and outside of the road along the line are exchanged, according to the positive and negative conditions of the calculated distance from the obstacle point to the road along the line.
  • the preset ignoring rules also include a second ignoring rule.
  • the second ignoring rule is aimed at obstacles located on the curb that will not intersect with the unmanned sweeper at all, and ignore them. The operation can improve the calculation efficiency; and the false detection point that is misjudged as an obstacle due to the unevenness of the roadside, the height of the above false detection point is very low, it will collide with the sweeping brush but will not affect the edge of the unmanned sweeper Influence, ignoring false detection points can improve the quality of edge cleaning.
  • the conditions met by the obstacle point matching the second ignore rule include: the obstacle point is within the preset range of the working range of the unmanned sweeper, and the type of the obstacle point is non-human and non-vehicle, and the obstacle point
  • the type is the roadside or on the outside of the roadside section, wherein the roadside section is generated according to the detection results of the roadside and is located at the intersection of the vertical surface of the roadside and the driving road surface of the unmanned sweeper.
  • the method of judging whether the obstacle point is located on the inside or outside of the roadside segment is similar to the above, and will not be repeated here.
  • S105 Determine whether to perform ignore processing on the obstacle point according to the matching result, and the ignore processing is not to perform a detour operation; in an embodiment of the present application, if the obstacle point matches any preset ignore rule The obstacle point is then ignored.
  • the type of the obstacle point and the three-dimensional space coordinates of the obstacle point match with a preset tree ignoring rule, and the condition that the obstacle point matching the tree ignoring rule satisfies includes the obstacle
  • the type of the object point is a tree, and it is within the radius of 1 meter of the unmanned sweeper, and the height of the obstacle point is higher than 1 meter, and the obstacle point is located in the tree area marked in the offline map, The tree area marked in the offline map is updated according to a preset cycle;
  • the present application provides an obstacle avoidance device for unmanned sweeping vehicles during side-by-side cleaning, as shown in Figure 5, the device includes:
  • the obtaining module 510 is used to obtain the point cloud of each obstacle and the image of each said obstacle before colliding with the obstacle, and the points in the point cloud of each said obstacle are obstacle points;
  • a segmentation module 520 configured to segment the point cloud of each obstacle
  • a classification module 530 configured to classify the obstacle points in combination with the images of the obstacles and the segmentation results of the point cloud
  • the matching module 540 is configured to match preset ignore rules according to the type of the obstacle point and the data in the point cloud of each obstacle, the ignore rules include tree ignore rules, and the tree ignore rules
  • the conditions met by the matched obstacle point include that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to a preset cycle;
  • a determining module 550 configured to determine whether to perform ignore processing on the obstacle point according to the matching result, the ignore processing being not to perform a detour operation;
  • the planning module 560 is configured to plan the cleaning path of the unmanned cleaning vehicle according to the processing results of the obstacle points.
  • the embodiment of the obstacle avoidance device when the unmanned sweeper sweeps side by side in this application can be applied to electronic equipment, and the device embodiment can be realized by software, or by hardware or a combination of software and hardware.
  • the device embodiment can be realized by software, or by hardware or a combination of software and hardware.
  • software implementation as an example, as a device in a logical sense, it is formed by reading the corresponding computer program instructions in the non-volatile memory into the memory for operation through the processor of the file processing where it is located.
  • FIG. 6 it is a hardware structure diagram of the computer equipment where the file processing device of the embodiment of this specification is located, except for the processor 610, memory 630, network interface 620, and non-volatile memory shown in Figure 6
  • the electronic device in which the device 631 is located in the embodiment may generally include other hardware according to the actual function of the electronic device, and details will not be repeated here.
  • the present application also provides a computer-readable storage medium, the storage medium stores a computer program, and the computer program is used to perform the side-cleaning of the unmanned sweeping vehicle described in the present application. when the obstacle avoidance method.

Abstract

A method and apparatus for obstacle avoidance during edgewise sweeping of an unmanned sweeper. The method comprises: before collisions with obstacles can occur, acquiring a point cloud and an image of each obstacle; segmenting the acquired point cloud; classifying points in the point cloud of each obstacle; then, matching the points in the point cloud of each obstacle with a preset ignoring rule; determining, according to a matching result, whether to execute ignoring processing; and then, planning a sweeping path of an unmanned sweeper according to a processing result. The ignoring processing is introduced into an obstacle processing method, such that the detour frequency of an unmanned sweeper can be reduced, thereby improving the edgewise sweeping quality and reducing potential safety hazards. In addition, a preset ignoring rule comprises a tree ignoring rule, and points in the point cloud of each obstacle that match the preset ignoring rule need to be located in a tree area that is marked in an offline map, and the tree area is updated periodically, such that the influence on the matching accuracy caused by matching errors and changes in the tree area due to seasons and manual pruning can be reduced.

Description

无人清扫车贴边清扫时的避障Obstacle avoidance when unmanned sweeper sweeps side by side 技术领域technical field
本申请涉及智能驾驶领域,尤其涉及用于无人清扫车贴边清扫时避障的方法、装置及设备。The present application relates to the field of intelligent driving, and in particular to a method, device and equipment for avoiding obstacles when an unmanned sweeper sweeps alongside.
背景技术Background technique
城市垃圾容易堆积在难以清扫的道路边沿,采用人工驾驶环卫车的方式进行贴边清扫需要驾驶员熟练掌握良好的驾驶技术,由此所带来的时间成本和人力成本较高。采用无人清扫车进行贴边清扫能够降低清扫成本,但为了尽可能地避免碰撞,无人清扫车对识别出的所有障碍物均执行绕行操作,由此会导致清扫效果下降并带来安全隐患。Urban garbage is easy to accumulate on the edge of the road, which is difficult to clean. The use of manual driving sanitation vehicles for edge cleaning requires the driver to master good driving skills, which brings high time and labor costs. The use of unmanned sweeping vehicles for edge cleaning can reduce cleaning costs, but in order to avoid collisions as much as possible, unmanned sweeping vehicles perform detour operations on all identified obstacles, which will reduce the cleaning effect and bring safety Hidden danger.
发明内容Contents of the invention
为克服现有技术中存在的问题,本申请提供了用于无人清扫车贴边清扫时避障的方法、装置及设备。In order to overcome the problems existing in the prior art, the present application provides a method, device and equipment for avoiding obstacles when an unmanned sweeper sweeps alongside.
根据本申请的第一方面,提供一种无人清扫车贴边清扫时的避障方法,所述方法包括:在与障碍物发生碰撞前,获取各障碍物的点云及各所述障碍物的图像,各所述障碍物的点云中的点为障碍物点;对各所述障碍物的点云进行分割;结合各所述障碍物的图像及所述点云的分割结果对所述障碍物点进行分类;根据所述障碍物点的类型及各所述障碍物的点云中的数据与预设的忽略规则进行匹配,所述忽略规则包括树木忽略规则,与所述树木忽略规则匹配的所述障碍物点满足的条件包括所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;根据匹配结果确定是否对所述障碍物点执行忽略处理,所述忽略处理为不执行绕行操作;根据对所述障碍物点的处理结果规划所述无人清扫车的清扫路径。According to the first aspect of the present application, there is provided an obstacle avoidance method when an unmanned sweeper cleans side by side, the method includes: before colliding with the obstacle, obtaining the point cloud of each obstacle and each obstacle The image of each obstacle in the point cloud is an obstacle point; the point cloud of each obstacle is segmented; the image of each obstacle and the segmentation result of the point cloud are used to segment the Obstacle points are classified; according to the type of the obstacle point and the data in the point cloud of each obstacle, the preset ignoring rules are matched, the ignoring rules include tree ignoring rules, and the tree ignoring rules The matching conditions for the obstacle point include that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to a preset cycle; according to the matching result, it is determined whether the obstacle The object point is ignored, and the ignored process is not to perform a detour operation; the cleaning path of the unmanned sweeper is planned according to the processing result of the obstacle point.
根据本申请的第二方面,提供一种无人清扫车贴边清扫时的避障装置,所述装置包括:获取模块,用于在与障碍物发生碰撞前,获取各障碍物的点云及各所述障碍物的图像,各所述障碍物的点云中的点为障碍物点;分割模块,用于对各所述障碍物的点云进行分割;分类模块,用于结合各所述障碍物的图像及所述点云的分割结果对所述障碍物点进行分类;匹配模块,用于根据所述障碍物点的类型及各所述障碍物的点云中的数据与预设的忽略规则进行匹配,所述忽略规则包括树木忽略规则,与所述树木忽略规则匹 配的所述障碍物点满足的条件包括所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;确定模块,用于根据匹配结果确定是否对所述障碍物点执行忽略处理,所述忽略处理为不执行绕行操作;规划模块,用于根据对所述障碍物点的处理结果规划所述无人清扫车的清扫路径。According to the second aspect of the present application, there is provided an obstacle avoidance device for an unmanned sweeper during side-by-side cleaning, the device includes: an acquisition module, used to acquire the point cloud and For the image of each obstacle, the points in the point cloud of each obstacle are obstacle points; the segmentation module is used to segment the point cloud of each obstacle; the classification module is used to combine the points of each obstacle The image of the obstacle and the segmentation result of the point cloud are used to classify the obstacle points; the matching module is used to match the preset data with the type of the obstacle point and the data in the point cloud of each obstacle. Matching is performed by ignoring rules, the ignoring rules include tree ignoring rules, and the conditions met by the obstacle points matched with the tree ignoring rules include that the obstacle points are located in the tree area marked in the offline map, and the offline map The tree area marked in is updated according to a preset period; the determination module is used to determine whether to perform ignore processing on the obstacle point according to the matching result, and the ignore processing is not to perform a detour operation; the planning module is used to determine according to the matching result The cleaning path of the unmanned cleaning vehicle is planned based on the processing results of the obstacle points.
根据本申请的第三方面,提供一种电子设备,包括:处理器;用于存储处理器可执行指令的存储器;其中,所述处理器执行所述可执行指令时,用于实现第一方面所述的方法。According to a third aspect of the present application, there is provided an electronic device, including: a processor; a memory for storing processor-executable instructions; wherein, when the processor executes the executable instructions, it is used to implement the first aspect the method described.
根据本申请实施例的第四方面,提供一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现上述第一方面所述方法的步骤。According to a fourth aspect of the embodiments of the present application, there is provided a computer-readable storage medium, on which a computer program is stored, and when the program is executed by a processor, the steps of the method described in the above-mentioned first aspect are implemented.
本申请的实施例提供的技术方案可以包括以下有益效果:本申请实施例中,在与障碍物发生碰撞之前,无人清扫车在道路边沿的垃圾进行清理时,对障碍物的处理方式除了绕行之外引入了忽略处理,即不对识别出的障碍物执行绕行操作。首先根据获取到的各障碍物的点云及各障碍物的图像信息对各障碍物点云中的点(即障碍物点)进行分类,结合各障碍物的点云中的数据及各障碍物点的类型与预先设定的忽略规则进行匹配,根据匹配效果确定是否对各障碍物点进行忽略处理,随后再根据是否执行忽略操作规划清扫路径。由于无人清扫车不再对所有的障碍物执行绕行处理,所以能够解决无人清扫车频繁绕行导致的清扫质量下降的问题及安全隐患。此外,匹配树木忽略规则的障碍物点需要位于离线地图中标注的树木区域内以降低匹配时可能产生的误差,且离线地图中标注的树木区域定期更新以减小因季节变化、人工修剪等原因对匹配结果准确性的影响。The technical solution provided by the embodiment of the present application may include the following beneficial effects: In the embodiment of the present application, before the collision with the obstacle, when the unmanned sweeper cleans up the garbage on the edge of the road, the obstacle is handled in addition to Ignore processing is introduced outside the line, that is, the detour operation is not performed on the identified obstacles. Firstly, according to the acquired point cloud of each obstacle and the image information of each obstacle, the points in the point cloud of each obstacle (that is, obstacle points) are classified, and the data in the point cloud of each obstacle and the image information of each obstacle are combined. The point type is matched with the preset ignore rules, and whether to ignore each obstacle point is determined according to the matching effect, and then the cleaning path is planned according to whether to execute the ignore operation. Since the unmanned sweeper no longer detours all obstacles, it can solve the problem of cleaning quality degradation and safety hazards caused by frequent detours of the unmanned sweeper. In addition, the obstacle point matching the tree ignoring rule needs to be located in the tree area marked in the offline map to reduce the error that may occur during matching, and the tree area marked in the offline map is updated regularly to reduce seasonal changes, artificial pruning, etc. impact on the accuracy of matching results.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本申请。It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
附图说明Description of drawings
此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本申请的实施例,并与说明书一起用于解释本申请的原理。The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description serve to explain the principles of the application.
图1是本申请根据一示例性实施例示出的一种无人清扫车贴边清扫时的避障方法流程图。Fig. 1 is a flow chart of an obstacle avoidance method for an unmanned sweeper when sweeping alongside according to an exemplary embodiment of the present application.
图2是本申请根据一示例性实施例示出的离线地图中标注的树木区域示意图。Fig. 2 is a schematic diagram of a tree area marked in an offline map according to an exemplary embodiment of the present application.
图3是本申请根据一示例性实施例示出的无人清扫车处理灌木障碍物的示意图。Fig. 3 is a schematic diagram of an unmanned sweeper handling shrub obstacles according to an exemplary embodiment of the present application.
图4是本申请根据另一示例性实施例示出的一种无人清扫车贴边清扫时的避障方法流程图。Fig. 4 is a flow chart of an obstacle avoidance method for an unmanned sweeper when sweeping alongside according to another exemplary embodiment of the present application.
图5是本申请根据一示例性实施例示出的一种无人清扫车贴边清扫时的避障装置的结构示意图。Fig. 5 is a schematic structural diagram of an obstacle avoidance device for an unmanned sweeper when sweeping alongside according to an exemplary embodiment of the present application.
图6是本申请根据一示例性实施例示出的一种电子设备的结构示意图。Fig. 6 is a schematic structural diagram of an electronic device according to an exemplary embodiment of the present application.
具体实施方式Detailed ways
这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本申请相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本申请的一些方面相一致的装置和方法的例子。Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numerals in different drawings refer to the same or similar elements unless otherwise indicated. The implementations described in the following exemplary embodiments do not represent all implementations consistent with this application. Rather, they are merely examples of apparatuses and methods consistent with aspects of the present application as recited in the appended claims.
在本申请使用的术语是仅仅出于描述特定实施例的目的,而非旨在限制本申请。在本申请和所附权利要求书中所使用的单数形式的“一种”、“所述”和“该”也旨在包括多数形式,除非上下文清楚地表示其他含义。还应当理解,本文中使用的术语“和/或”是指并包含一个或多个相关联的列出项目的任何或所有可能组合。The terminology used in this application is for the purpose of describing particular embodiments only, and is not intended to limit the application. As used in this application and the appended claims, the singular forms "a", "the", and "the" are intended to include the plural forms as well, unless the context clearly dictates otherwise. It should also be understood that the term "and/or" as used herein refers to and includes any and all possible combinations of one or more of the associated listed items.
应当理解,尽管在本申请可能采用术语第一、第二、第三等来描述各种信息,但这些信息不应限于这些术语。这些术语仅用来将同一类型的信息彼此区分开。例如,在不脱离本申请范围的情况下,第一信息也可以被称为第二信息,类似地,第二信息也可以被称为第一信息。取决于语境,如在此所使用的词语“如果”可以被解释成为“在……时”或“当……时”或“响应于确定”。It should be understood that although the terms first, second, third, etc. may be used in this application to describe various information, the information should not be limited to these terms. These terms are only used to distinguish information of the same type from one another. For example, without departing from the scope of the present application, first information may also be called second information, and similarly, second information may also be called first information. Depending on the context, the word "if" as used herein may be interpreted as "at" or "when" or "in response to a determination."
城市垃圾容易堆积在难以清扫的道路边沿,采用人工驾驶环卫车的方式进行贴边清扫需要驾驶员熟练掌握良好的驾驶技术和操作技术,由此所带来的时间成本和人力成本较高。采用无人清扫车进行贴边清扫能够降低清扫成本,在无需人工介入的情况下完成贴边清扫任务。但为了尽可能地避免碰撞以保证行车安全,无人清扫车对识别出的所有障碍物均执行绕行操作,不会进一步地判断障碍物实际上是否会与之发生碰撞,由此会导致清扫效果下降。此外,无人清扫车因频繁绕行会频繁占用外车道从而带来安全隐患。Urban garbage is easy to accumulate on the edge of the road that is difficult to clean. Using a manual driving sanitation vehicle to clean the edge requires the driver to be proficient in driving and operating techniques, which brings high time and labor costs. The use of unmanned sweeping vehicles for edge cleaning can reduce cleaning costs and complete edge cleaning tasks without manual intervention. However, in order to avoid collisions as much as possible to ensure driving safety, the unmanned sweeper performs detour operations on all identified obstacles, and will not further judge whether the obstacles will actually collide with them, which will lead to cleaning The effect drops. In addition, unmanned sweeping vehicles frequently occupy the outer lanes due to frequent detours, which poses safety hazards.
本申请针对上述问题提出了一种无人清扫车贴边清扫时的避障方法,引入了对障碍物的忽略处理。在与障碍物发生碰撞前对识别出的障碍物进行分类,根据障碍物的类型、高度、所处位置等信息判断识别出的障碍物实际上是否会与无人清扫车发生碰撞及判断 碰撞后是否会影响无人清扫车的行车安全,对实际不会产生碰撞或碰撞后不会影响行车安全障碍物执行忽略处理,即不执行绕行操作。判断的方法在于将障碍物的上述各项信息与预设的规则进行匹配,根据匹配结果确定是否执行绕行处理。如图1所示,接下来详细介绍上述避障方法。In view of the above problems, the present application proposes an obstacle avoidance method when an unmanned sweeper sweeps side-by-side, and introduces the process of ignoring obstacles. Classify the identified obstacles before colliding with them, judge whether the identified obstacles will actually collide with the unmanned cleaning vehicle according to the type, height, location and other information of the obstacles and judge after the collision Whether it will affect the driving safety of unmanned cleaning vehicles, ignore the obstacles that will not actually cause collisions or will not affect driving safety after collisions, that is, do not perform detour operations. The judging method is to match the above items of information of the obstacle with preset rules, and determine whether to perform detour processing according to the matching result. As shown in Figure 1, the above obstacle avoidance method will be described in detail next.
S101,在与障碍物发生碰撞前,获取各障碍物的点云及各所述障碍物的图像,各所述障碍物的点云中的点为障碍物点;无人清扫车在进行贴边清扫时,识别存在的障碍物并对障碍物进行处理均发生在与障碍物发生碰撞之前。各障碍物的点云中均包含多个点,本申请将各障碍物的点云中的点称为障碍物点。获取到的各障碍物的点云中包含各障碍物点的三维空间信息,每个障碍物点对应一个三维空间坐标,可以反映出各障碍物点的高度信息。获取各障碍物的图像是为了对各障碍物点进行分类。点云的获取方式有多种,例如使用激光雷达、双目相机、深度相机进行获取,根据获取方式的不同点云中的每个点还可以含有颜色信息(RGB值)和反射强度信息。S101. Before colliding with an obstacle, obtain the point cloud of each obstacle and the image of each obstacle, and the points in the point cloud of each obstacle are obstacle points; During cleaning, identifying existing obstacles and dealing with them all take place before collisions with obstacles. The point cloud of each obstacle includes a plurality of points, and the points in the point cloud of each obstacle are referred to as obstacle points in this application. The obtained point cloud of each obstacle contains the three-dimensional space information of each obstacle point, and each obstacle point corresponds to a three-dimensional space coordinate, which can reflect the height information of each obstacle point. The image of each obstacle is acquired to classify each obstacle point. There are many ways to acquire point clouds, such as using lidar, binocular camera, and depth camera. According to different acquisition methods, each point in the point cloud can also contain color information (RGB value) and reflection intensity information.
S102,对各所述障碍物的点云进行分割;获取到的各障碍物的点云实际上是一堆点的集合,其中的点(即上述的障碍物点)属于哪一个障碍物是未知的,因此对各障碍物的点云进行分割即将属于同一个障碍物的障碍物点划分到一块,从而区分开不同的障碍物,划分出的同一块障碍物点云内的障碍物点具有相似的特性。S102. Segment the point cloud of each obstacle; the acquired point cloud of each obstacle is actually a collection of points, and it is unknown which obstacle a point (ie, the above-mentioned obstacle point) belongs to Therefore, segmenting the point cloud of each obstacle is to divide the obstacle points belonging to the same obstacle into one piece, so as to distinguish different obstacles, and the obstacle points in the divided obstacle point cloud have similar characteristics.
S103,结合各所述障碍物的图像及所述点云的分割结果对所述障碍物点进行分类;S103, classify the obstacle points in combination with the images of the obstacles and the segmentation results of the point cloud;
将分割后的各障碍物的点云与获取到的图像中的各障碍物一一对应起来,从而得知划分出的每一块障碍物点云的类型。作为例子,可以将划分出的各障碍物的点云投影到上述各障碍物的图像上,即可根据各障碍物点云投影所在的位置得知各障碍物的点云中障碍物点的类型。The segmented point cloud of each obstacle is one-to-one matched with each obstacle in the acquired image, so as to know the type of each divided obstacle point cloud. As an example, the divided point cloud of each obstacle can be projected onto the image of each obstacle above, and the type of obstacle point in the point cloud of each obstacle can be known according to the position where the point cloud projection of each obstacle is located. .
S104,根据所述障碍物点的类型及各所述障碍物的点云中的数据与预设的忽略规则进行匹配,所述忽略规则包括树木忽略规则,与所述树木忽略规则匹配的所述障碍物点满足的条件包括所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;各障碍物的点云中的数据即为上述各障碍物的点云中包含的各障碍物点的信息,其中包括各障碍物点的三维空间坐标,根据各障碍物点云获取方式的不同各障碍物点的信息还可以包含颜色信息(RGB值)和反射强度信息。预设的忽略规则针对实际上不会与无人清扫车发生碰撞或碰撞后不会影响无人清扫车行车安全的障碍物进行制定,其中包括树木忽略规则,匹配树木忽略规则的障碍物点需要位于离线地图中标注的树木区域110内,即图2所示的封闭的多边形区域110。此外,由 于树木区域可能会因为季节、人工修剪等原因发生改变从而影响匹配结果的准确性,因此离线地图中标注的树木区域110需要定期更新,更新的周期可以根据季节变化或历史运营数据设定,也可以参考其他因素自行设定,本申请对其不作限定。S104. According to the type of the obstacle point and the data in the point cloud of each obstacle, match with a preset ignore rule, the ignore rule includes a tree ignore rule, and the tree ignore rule matches the The conditions that the obstacle point meets include that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to the preset cycle; the data in the point cloud of each obstacle is the above-mentioned The information of each obstacle point contained in the obstacle point cloud includes the three-dimensional space coordinates of each obstacle point, and the information of each obstacle point according to the different acquisition methods of each obstacle point cloud can also include color information (RGB value ) and reflection intensity information. The preset ignoring rules are formulated for obstacles that will not actually collide with the unmanned sweeper or will not affect the driving safety of the unmanned sweeper after the collision, including the tree ignoring rule, and the obstacle points that match the tree ignoring rule need It is located in the tree area 110 marked in the offline map, that is, the closed polygonal area 110 shown in FIG. 2 . In addition, since the tree area may change due to seasons, manual pruning, etc., which will affect the accuracy of the matching results, the tree area 110 marked in the offline map needs to be updated regularly, and the update cycle can be set according to seasonal changes or historical operating data , can also be set by referring to other factors, which is not limited in this application.
离线地图中标注的树木区域110可以通过人工标注生成,但这种方法在大范围多地区中实现时需要的工作量极大,几乎不可行。因此,在本申请一实施例中采用自动生成的方法,并且为了保证数据的可靠性,离线地图中标注的树木区域110基于至少一台无人清扫车在至少一天内采集的树木障碍物的历史点云生成。自动生成上述离线地图中标注的树木区域110的过程可以包括以下几个步骤,首先获取上述由至少一台无人清扫车在至少一天内采集的树木障碍物的历史点云,随后过滤掉历史点云中的误检点,然后对过滤后的历史点云130(如图2所示)进行聚类,最后对聚类后的各类历史点云中点的数量大于预设值的点云进行凸包化则可生成离线地图中标注的树木区域110,预设值根据无人清扫车的实际运营状况和自身需求设定。由于获取的历史点云族类密度变化不大、族数不固定且进行离线处理时对处理速度没有严格的要求,因此在生成离线地图中标注的树木区域110的过程中采用的聚类算法有多种,例如KNN算法、K-means算法、Mean-shift算法。此外,对聚类后的各类历史点云中点的数量大于预设值的点云进行凸包化所采用的算法也包括多种,例如Graham Scan算法、Jarvis算法、Melkman算法。The tree area 110 marked in the offline map can be generated by manual marking, but this method requires a huge amount of work when implemented in a large area and multiple regions, and is almost infeasible. Therefore, in an embodiment of the present application, an automatic generation method is adopted, and in order to ensure the reliability of the data, the tree area 110 marked in the offline map is based on the history of tree obstacles collected by at least one unmanned sweeper in at least one day Point cloud generation. The process of automatically generating the tree area 110 marked in the above-mentioned offline map may include the following steps. First, obtain the above-mentioned historical point cloud of tree obstacles collected by at least one unmanned sweeper within at least one day, and then filter out the historical points misdetected points in the cloud, and then cluster the filtered historical point cloud 130 (as shown in Figure 2), and finally carry out convex processing on the point clouds whose number of points in the clustered various historical point clouds is greater than the preset value. Packetization can generate the tree area 110 marked in the offline map, and the default value is set according to the actual operating conditions of the unmanned sweeper and its own needs. Since the obtained historical point cloud family density does not change much, the number of families is not fixed, and there is no strict requirement on the processing speed when performing offline processing, the clustering algorithm used in the process of generating the tree area 110 marked in the offline map has Various, such as KNN algorithm, K-means algorithm, Mean-shift algorithm. In addition, there are many algorithms used for convex hulling the clustered historical point clouds whose number of points is greater than the preset value, such as Graham Scan algorithm, Jarvis algorithm, and Melkman algorithm.
在本申请又一实施例中,生成上述离线地图中标注的树木区域110的过程中过滤误检点的部分包括,先将所述离线地图进行区块划分,再对划分出的各个区块进行三维栅格化处理,并将获取到的历史点云投射到各个栅格中,然后将不满足预设投票机制的各个栅格中的历史点云中的点过滤,最后合并过滤后的各所述栅格中的历史点云。预设的投票机制可以根据无人清扫车的历史运营数据自行设定,例如假设划分出的一个区块中有采集到的n天的历史点云,有超过2n/3天的历史点云在该区块中的某个栅格中均有投射的点,那么则采用此栅格中的点云,否则认为投射到该栅格中的历史点云均为误检点。In yet another embodiment of the present application, the part of filtering false detection points in the process of generating the tree region 110 marked in the above-mentioned offline map includes first dividing the offline map into blocks, and then performing three-dimensional analysis on each divided block. Rasterize, and project the obtained historical point cloud into each grid, then filter the points in the historical point cloud of each grid that do not meet the preset voting mechanism, and finally merge the filtered points Historical point cloud in raster. The preset voting mechanism can be set according to the historical operation data of the unmanned sweeper. For example, if there are n days of historical point clouds collected in a divided block, there are more than 2n/3 days of historical point clouds in the If there are projected points in a certain grid in this block, then the point cloud in this grid is used, otherwise, the historical point cloud projected into this grid is considered to be false detection points.
树木忽略规则针对位于路沿面上的树木类障碍物,其中包括部分枝条和树叶探出路沿面,且垂落的树叶会与无人清扫车发生碰撞但不影响行车安全的树木类障碍物。在本申请一实施例中,除了满足位于离线地图中标注的树木区域110这一条件外,与树木忽略规则匹配的障碍物点还需要同时满足障碍物点的类型为树木、且障碍物点在无人清扫车工作范围的预设范围内,且障碍物点的高度大于预设高度。预设范围的取值按需进行设定,可以是以无人清扫车为圆心的一个圆,也可以是无人清扫车所在的一块矩形区域,本申请在此不作限定。预设高度在保证即使发生碰撞也不会影响行车安全的条件下,可 以根据无人清扫车的体型、车身高度以及历史运营数据进行设定。The tree ignoring rule is aimed at tree-type obstacles located on the roadside, including tree-like obstacles with some branches and leaves sticking out of the roadside, and the falling leaves will collide with unmanned sweepers but will not affect driving safety. In an embodiment of the present application, in addition to satisfying the condition of being located in the tree area 110 marked in the offline map, the obstacle point matching the tree ignoring rule also needs to satisfy that the type of the obstacle point is a tree, and the obstacle point is in the Within the preset range of the working range of the unmanned sweeper, and the height of the obstacle point is greater than the preset height. The value of the preset range can be set as required, and it can be a circle with the unmanned sweeper as the center, or a rectangular area where the unmanned sweeper is located, which is not limited in this application. The preset height can be set according to the size, body height and historical operation data of the unmanned sweeper under the condition of ensuring that even if a collision occurs, it will not affect driving safety.
除了树木忽略规则针对的树木类障碍物以外,还存在符合上述制定预设忽略规则所针对的两种情况的其他障碍物。在本申请一实施例中,预设的忽略规则还包括第一忽略规则,第一忽略规则针对的是位于无人清扫车的扫刷上方,不会与无人清扫车发生碰撞的障碍物,此类障碍物位于路沿面上但有部分探出路沿面。出于对计算效率的考虑,在进行碰撞检测时是将获得的点云投影到二维平面中进行,有一些位于扫刷上方但实际不会与扫刷发生碰撞的障碍物在现有技术中也被认为可能发生碰撞从而被执行绕行操作,因此影响了贴边清扫的效果,例如路沿面上的观赏性灌木330,如图3所示。为了方便理解第一忽略规则中的各个条件,结合图3进行阐述,与所述第一忽略规则匹配的障碍物点满足的条件包括:In addition to the tree-type obstacles targeted by the tree-ignoring rules, there are other obstacles that meet the above two situations that the preset neglecting rules target. In an embodiment of the present application, the preset ignoring rules also include a first ignoring rule, and the first ignoring rule is aimed at obstacles located above the sweeping brush of the unmanned sweeper and will not collide with the unmanned sweeper, These obstacles are located on the curb but partially protrude from the curb. In consideration of computational efficiency, the obtained point cloud is projected onto a two-dimensional plane during collision detection. There are some obstacles that are located above the brush but do not actually collide with the brush in the prior art It is also considered that a collision may occur and a detour operation is performed, thus affecting the effect of welt cleaning, such as ornamental shrubs 330 on the curb surface, as shown in FIG. 3 . In order to facilitate the understanding of the various conditions in the first ignoring rule, it will be explained in conjunction with FIG. 3 , the conditions met by the obstacle point matching the first ignoring rule include:
(1)障碍物点的高度210大于无人清扫车中扫刷320的高度220;(1) The height 210 of the obstacle point is greater than the height 220 of the brush 320 in the unmanned sweeper;
(2)且障碍物点的类型为非人且非车;(2) And the type of obstacle point is non-human and non-vehicle;
(3)且障碍物点在无人清扫车工作范围的预设范围内;(3) And the obstacle point is within the preset range of the working range of the unmanned sweeper;
(4)且障碍物点在路沿线段的内侧;路沿线段根据路沿检测结果生成,路沿线段位于路沿的垂直面与无人清扫车行驶路面的交线处,无人清扫车在路沿线段的内侧。图3中的线段400与路沿垂直面在同一平面内且垂直于路沿线段,从俯视视角进行观察其为路沿线段上的一个点,在图3中可将其作为路沿线段来理解路沿线段的内侧与外侧,无人清扫车所在的一侧为路沿线段的内侧401。(4) And the obstacle point is inside the roadside section; the roadside section is generated according to the detection results of the roadside, and the roadside section is located at the intersection of the vertical surface of the roadside and the driving road surface of the unmanned sweeper. The inner side of the road along the segment. The line segment 400 in Figure 3 is in the same plane as the vertical plane along the road and is perpendicular to the line segment along the road. From a top view, it is a point on the line segment along the road, which can be understood as a line segment along the road in Figure 3 The inner side and the outer side of the roadside section, and the side where the unmanned sweeper is located is the inner side 401 of the roadside section.
(5)且障碍物点所在的障碍物点云中至少存在一个点在所述路沿线段的外侧402;(5) and there is at least one point in the obstacle point cloud where the obstacle point is located is outside 402 of the roadside segment;
(6)且障碍物点与所述障碍物点所在的障碍物点云中与无人清扫车最靠近且在路沿线段内侧的点之间的横向距离230小于无人清扫车中车身310到所述无人清扫车中扫刷320的边缘的距离240。(6) And the horizontal distance 230 between the obstacle point and the obstacle point cloud where the obstacle point is located is the closest to the unmanned sweeper and the point on the inside of the road along the line segment is less than the body 310 in the unmanned sweeper. The distance 240 between the edges of the brushes 320 in the unmanned cleaning vehicle.
在图3所示的情况下,灌木330在路沿线段内侧401的部分均被无人清扫车执行忽略处理。需要说明的是,图3仅作示意,不代表所有情况,障碍物点的高度210以及障碍物点和在该障碍物点所在的障碍物点云中与无人清扫车最靠近且在路沿线段内侧401的点之间的横向距离230根据不同障碍物点的三维空间位置确定,并非仅限定为图3所示的情况。In the situation shown in FIG. 3 , the parts of the bushes 330 on the inner side 401 of the roadside segment are ignored by the unmanned sweeper. It should be noted that Figure 3 is only for illustration and does not represent all situations. The height 210 of the obstacle point and the obstacle point cloud where the obstacle point is located are closest to the unmanned sweeper and along the road. The lateral distance 230 between the points on the segment inner side 401 is determined according to the three-dimensional space positions of different obstacle points, and is not limited to the situation shown in FIG. 3 .
判断障碍物点位于路沿线段的内侧还是外侧可以使用向量叉乘法计算障碍物点到路沿线段的距离,将在路沿线段内侧的障碍物点到路沿线段的距离设定为正,在路沿线段 外侧的障碍物点到路沿线段的距离为负,或者将路沿线段内侧与外侧对应的正负关系互换,根据计算出的障碍物点到路沿线段的距离的正负情况则可以得知该障碍物点在路沿线段的内侧或外侧。To determine whether the obstacle point is located on the inside or outside of the roadside segment, the vector cross multiplication method can be used to calculate the distance from the obstacle point to the roadside segment, and the distance from the obstacle point on the inside of the roadside segment to the roadside segment is set as positive. The distance from the obstacle point on the outside of the road along the line to the road along the line is negative, or the positive and negative relations corresponding to the inside and outside of the road along the line are exchanged, according to the positive and negative conditions of the calculated distance from the obstacle point to the road along the line Then it can be known that the obstacle point is inside or outside of the roadside segment.
在本申请另一实施例中,预设的忽略规则还包括第二忽略规则,第二忽略规则针对的是位于路沿面上完全不会与无人清扫车产生交集的障碍物,对其执行忽略操作能够提高计算效率;以及因路沿存在凹凸不平而被误判为障碍物的误检点,上述误检点的高度很低,会与扫刷产生碰撞但不会对无人清扫车的贴边产生影响,忽略掉误检点可提高贴边清扫的质量。与第二忽略规则匹配的障碍物点满足的条件包括:障碍物点在所述无人清扫车工作范围的预设范围内,且障碍物点的类型为非人且非车,且障碍物点类型为路沿或在所述路沿线段的外侧,其中路沿线段根据路沿检测结果生成且位于路沿的垂直面与所述无人清扫车行驶路面的交线处,无人清扫车在所述路沿线段的内侧。判断障碍物点位于路沿线段的内侧还是外侧的方法与上述类似,不在此赘述。In another embodiment of the present application, the preset ignoring rules also include a second ignoring rule. The second ignoring rule is aimed at obstacles located on the curb that will not intersect with the unmanned sweeper at all, and ignore them. The operation can improve the calculation efficiency; and the false detection point that is misjudged as an obstacle due to the unevenness of the roadside, the height of the above false detection point is very low, it will collide with the sweeping brush but will not affect the edge of the unmanned sweeper Influence, ignoring false detection points can improve the quality of edge cleaning. The conditions met by the obstacle point matching the second ignore rule include: the obstacle point is within the preset range of the working range of the unmanned sweeper, and the type of the obstacle point is non-human and non-vehicle, and the obstacle point The type is the roadside or on the outside of the roadside section, wherein the roadside section is generated according to the detection results of the roadside and is located at the intersection of the vertical surface of the roadside and the driving road surface of the unmanned sweeper. The inner side of the road along the line segment. The method of judging whether the obstacle point is located on the inside or outside of the roadside segment is similar to the above, and will not be repeated here.
S105,根据匹配结果确定是否对所述障碍物点执行忽略处理,所述忽略处理为不执行绕行操作;在本申请一实施例中,若障碍物点与任一预设的忽略规则匹配一致则对该障碍物点执行忽略处理。S105. Determine whether to perform ignore processing on the obstacle point according to the matching result, and the ignore processing is not to perform a detour operation; in an embodiment of the present application, if the obstacle point matches any preset ignore rule The obstacle point is then ignored.
S106,根据对所述障碍物点的处理结果规划所述无人清扫车的清扫路径。S106. Planning the cleaning path of the unmanned cleaning vehicle according to the processing result of the obstacle point.
下面结合一优选实施例,对本申请提出的一种无人清扫车贴边清扫时的避障方法进行阐述,具体步骤如图4所示:Below, in combination with a preferred embodiment, an obstacle avoidance method for an unmanned sweeping vehicle proposed in this application is described, and the specific steps are shown in Figure 4:
S201,在与障碍物发生碰撞前,利用激光雷达获取无人清扫车工作范围内各障碍物的点云,利用相机获取所述各障碍物的图像,各所述障碍物的点云中的点为障碍物点,每一个障碍物点对应一个三维空间坐标;S201. Before colliding with the obstacle, use the laser radar to obtain the point cloud of each obstacle within the working range of the unmanned sweeper, use the camera to obtain the image of each obstacle, and the points in the point cloud of each obstacle is an obstacle point, and each obstacle point corresponds to a three-dimensional space coordinate;
S202,对各所述障碍物的点云进行分割;S202. Segment the point cloud of each obstacle;
S203,将分割后的所述点云投影到各所述障碍物的图像上,根据所述点云在所述障碍物图像上投射的位置对所述障碍物点进行分类;S203. Project the segmented point cloud onto the images of the obstacles, and classify the obstacle points according to the projected positions of the point clouds on the obstacle images;
S204,根据所述障碍物点的类型及所述障碍物点的三维空间坐标与预设的树木忽略规则进行匹配,与所述树木忽略规则匹配的所述障碍物点满足的条件包括所述障碍物点的类型为树木、且在无人清扫车半径1米的范围之内、且所述障碍物点的高度高于1米、且所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;S204. According to the type of the obstacle point and the three-dimensional space coordinates of the obstacle point, match with a preset tree ignoring rule, and the condition that the obstacle point matching the tree ignoring rule satisfies includes the obstacle The type of the object point is a tree, and it is within the radius of 1 meter of the unmanned sweeper, and the height of the obstacle point is higher than 1 meter, and the obstacle point is located in the tree area marked in the offline map, The tree area marked in the offline map is updated according to a preset cycle;
S205,若所述障碍物点与所述树木忽略规则匹配则对所述障碍物点执行忽略处理;S205, if the obstacle point matches the tree ignoring rule, perform ignore processing on the obstacle point;
S206,根据是否对所述障碍物点执行忽略处理规划所述无人清扫车的清扫路径。S206. Planning the cleaning path of the unmanned cleaning vehicle according to whether to ignore the obstacle point.
基于上述方法实施例,本申请提供了一种无人清扫车贴边清扫时的避障装置,如图5所示,该装置包括:Based on the above-mentioned method embodiment, the present application provides an obstacle avoidance device for unmanned sweeping vehicles during side-by-side cleaning, as shown in Figure 5, the device includes:
获取模块510,用于在与障碍物发生碰撞前,获取各障碍物的点云及各所述障碍物的图像,各所述障碍物的点云中的点为障碍物点;The obtaining module 510 is used to obtain the point cloud of each obstacle and the image of each said obstacle before colliding with the obstacle, and the points in the point cloud of each said obstacle are obstacle points;
分割模块520,用于对各所述障碍物的点云进行分割;A segmentation module 520, configured to segment the point cloud of each obstacle;
分类模块530,用于结合各所述障碍物的图像及所述点云的分割结果对所述障碍物点进行分类;A classification module 530, configured to classify the obstacle points in combination with the images of the obstacles and the segmentation results of the point cloud;
匹配模块540,用于根据所述障碍物点的类型及各所述障碍物的点云中的数据与预设的忽略规则进行匹配,所述忽略规则包括树木忽略规则,与所述树木忽略规则匹配的所述障碍物点满足的条件包括所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;The matching module 540 is configured to match preset ignore rules according to the type of the obstacle point and the data in the point cloud of each obstacle, the ignore rules include tree ignore rules, and the tree ignore rules The conditions met by the matched obstacle point include that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to a preset cycle;
确定模块550,用于根据匹配结果确定是否对所述障碍物点执行忽略处理,所述忽略处理为不执行绕行操作;A determining module 550, configured to determine whether to perform ignore processing on the obstacle point according to the matching result, the ignore processing being not to perform a detour operation;
规划模块560,用于根据对所述障碍物点的处理结果规划所述无人清扫车的清扫路径。The planning module 560 is configured to plan the cleaning path of the unmanned cleaning vehicle according to the processing results of the obstacle points.
上述装置中各个模块的功能和作用的实现过程具体详见上述方法中对应步骤的实现过程,在此不再赘述。For the implementation process of the functions and effects of each module in the above-mentioned device, please refer to the implementation process of the corresponding steps in the above-mentioned method for details, and details will not be repeated here.
本申请中无人清扫车贴边清扫时的避障装置的实施例可以应用在电子设备上,装置实施例可以通过软件实现,也可以通过硬件或者软硬件结合的方式实现。以软件实现为例,作为一个逻辑意义上的装置,是通过其所在文件处理的处理器将非易失性存储器中对应的计算机程序指令读取到内存中运行形成的。从硬件层面而言,如图6所示,为本说明书实施例文件处理装置所在计算机设备的一种硬件结构图,除了图6所示的处理器610、内存630、网络接口620、以及非易失性存储器640之外,实施例中装置631所在电子设备,通常根据该电子设备的实际功能,还可以包括其他硬件,对此不再赘述。The embodiment of the obstacle avoidance device when the unmanned sweeper sweeps side by side in this application can be applied to electronic equipment, and the device embodiment can be realized by software, or by hardware or a combination of software and hardware. Taking software implementation as an example, as a device in a logical sense, it is formed by reading the corresponding computer program instructions in the non-volatile memory into the memory for operation through the processor of the file processing where it is located. From the perspective of hardware, as shown in Figure 6, it is a hardware structure diagram of the computer equipment where the file processing device of the embodiment of this specification is located, except for the processor 610, memory 630, network interface 620, and non-volatile memory shown in Figure 6 In addition to the volatile memory 640, the electronic device in which the device 631 is located in the embodiment may generally include other hardware according to the actual function of the electronic device, and details will not be repeated here.
另外,相应于上述方法实施例,本申请还提供了一种计算机可读存储介质,所述存储介质存储有计算机程序,所述计算机程序用于执行本申请所述的无人清扫车贴边清扫 时的避障方法。In addition, corresponding to the above-mentioned method embodiment, the present application also provides a computer-readable storage medium, the storage medium stores a computer program, and the computer program is used to perform the side-cleaning of the unmanned sweeping vehicle described in the present application. when the obstacle avoidance method.
上述对本说明书特定实施例进行了描述。其它实施例在所附权利要求书的范围内。在一些情况下,在权利要求书中记载的动作或步骤可以按照不同于实施例中的顺序来执行并且仍然可以实现期望的结果。另外,在附图中描绘的过程不一定要求示出的特定顺序或者连续顺序才能实现期望的结果。在某些实施方式中,多任务处理和并行处理也是可以的或者可能是有利的。以上实施方式中的各种技术特征可以任意进行组合,只要特征之间的组合不存在冲突或矛盾,但是限于篇幅,未进行一一描述,因此上述实施方式中的各种技术特征的任意进行组合也属于本说明书申请的范围。The foregoing describes specific embodiments of this specification. Other implementations are within the scope of the following claims. In some cases, the actions or steps recited in the claims can be performed in an order different from that in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. Multitasking and parallel processing are also possible or may be advantageous in certain embodiments. The various technical features in the above embodiments can be combined arbitrarily, as long as there is no conflict or contradiction between the combinations of features, but due to space limitations, they are not described one by one, so the various technical features in the above embodiments can be combined arbitrarily It also belongs to the scope of this specification application.
本领域技术人员在考虑说明书及实践这里申请的发明后,将容易想到本说明书的其它实施方案。本说明书旨在涵盖本说明书的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本说明书的一般性原理并包括本说明书未申请的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本说明书的真正范围和精神由权利要求指出。Other embodiments of the description will readily occur to those skilled in the art from consideration of the specification and practice of the invention claimed herein. This description is intended to cover any modification, use or adaptation of this description. These modifications, uses or adaptations follow the general principles of this description and include common knowledge or conventional technical means in this technical field for which this description does not apply . The specification and examples are to be considered exemplary only, with a true scope and spirit of the specification indicated by the appended claims.
以上所述仅为本说明书的较佳实施例而已,并不用以限制本说明书,凡在本说明书的精神和原则之内,所做的任何修改、等同替换、改进等,均应包含在本说明书保护的范围之内。The above descriptions are only preferred embodiments of this specification, and are not intended to limit this specification. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of this specification shall be included in this specification. within the scope of protection.

Claims (10)

  1. 一种无人清扫车贴边清扫时的避障方法,包括:A method for avoiding obstacles when an unmanned sweeper sweeps alongside, comprising:
    在与障碍物发生碰撞前,获取各障碍物的点云及各所述障碍物的图像,各所述障碍物的点云中的点为障碍物点;Before colliding with the obstacle, obtain the point cloud of each obstacle and the image of each said obstacle, and the points in the point cloud of each said obstacle are obstacle points;
    对各所述障碍物的点云进行分割;Segmenting the point cloud of each obstacle;
    结合各所述障碍物的图像及所述点云的分割结果对所述障碍物点进行分类;classifying the obstacle points in combination with the images of the obstacles and the segmentation results of the point cloud;
    根据所述障碍物点的类型及各所述障碍物的点云中的数据与预设的忽略规则进行匹配,所述忽略规则包括树木忽略规则,与所述树木忽略规则匹配的所述障碍物点满足的条件包括所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;According to the type of the obstacle point and the data in the point cloud of each obstacle, match with the preset ignore rule, the ignore rule includes the tree ignore rule, and the obstacle matched with the tree ignore rule The condition that the point satisfies includes that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to a preset cycle;
    根据匹配结果确定是否对所述障碍物点执行忽略处理,所述忽略处理为不执行绕行操作;Determine whether to perform ignore processing on the obstacle point according to the matching result, and the ignore processing is not to perform a detour operation;
    根据对所述障碍物点的处理结果规划所述无人清扫车的清扫路径。The cleaning path of the unmanned cleaning vehicle is planned according to the processing results of the obstacle points.
  2. 根据权利要求1所述的方法,其特征在于,所述离线地图中标注的树木区域基于至少一台所述无人清扫车在至少一天内采集的树木障碍物的历史点云生成。The method according to claim 1, wherein the tree area marked in the offline map is generated based on historical point clouds of tree obstacles collected by at least one of the unmanned sweeping vehicles in at least one day.
  3. 根据权利要求2所述的方法,其特征在于,生成所述离线地图中标注的树木区域的过程包括:The method according to claim 2, wherein the process of generating the marked tree area in the offline map comprises:
    将所述离线地图进行区块划分;dividing the offline map into blocks;
    对划分出的所述区块进行三维栅格化处理,将所述历史点云投射到各所述栅格中;performing three-dimensional rasterization processing on the divided blocks, and projecting the historical point cloud into each of the rasters;
    将不满足预设投票机制的所述栅格中的所述历史点云中的点过滤;filtering points in the historical point cloud in the grid that do not satisfy a preset voting mechanism;
    合并过滤后的各所述栅格中的所述历史点云。Merging the historical point clouds in each of the filtered grids.
  4. 根据权利要求1所述的方法,其特征在于,所述与所述树木忽略规则匹配的所述障碍物点满足的条件还包括:The method according to claim 1, wherein the condition that the obstacle point matched with the tree ignoring rule satisfies also includes:
    所述障碍物点的类型为树木、且所述障碍物点在所述无人清扫车工作范围的预设范围内且所述障碍物点的高度大于预设高度。The type of the obstacle point is a tree, and the obstacle point is within the preset range of the working range of the unmanned sweeper, and the height of the obstacle point is greater than the preset height.
  5. 根据权利要求1所述的方法,其特征在于,所述忽略规则还包括第一忽略规则,与所述第一忽略规则匹配的所述障碍物点满足条件包括:The method according to claim 1, wherein the ignoring rule further comprises a first ignoring rule, and the obstacle point matching the first ignoring rule satisfies a condition comprising:
    所述障碍物点的高度大于所述无人清扫车中扫刷的高度;The height of the obstacle point is greater than the height of the brush in the unmanned sweeper;
    且所述障碍物点的类型为非人且非车;And the type of the obstacle point is non-human and non-vehicle;
    且所述障碍物点在所述无人清扫车工作范围的预设范围内;And the obstacle point is within the preset range of the working range of the unmanned sweeper;
    且所述障碍物点在路沿线段的内侧,所述路沿线段根据路沿检测结果生成且位于路 沿的垂直面与所述无人清扫车行驶路面的交线处,所述无人清扫车在所述路沿线段的内侧;And the obstacle point is inside the roadside segment, which is generated according to the curb detection result and is located at the intersection of the vertical surface of the roadside and the driving road surface of the unmanned sweeper, and the unmanned sweeper the vehicle is on the inside of said kerb segment;
    且所述障碍物点所在的障碍物点云中至少存在一个点在所述路沿线段的外侧;And there is at least one point in the obstacle point cloud where the obstacle point is located is outside the roadside segment;
    且所述障碍物点与所述障碍物点所在的障碍物点云中与所述无人清扫车最靠近且在所述路沿线段内侧的点之间的横向距离小于所述无人清扫车中车身到所述无人清扫车中扫刷的边缘的距离。And the lateral distance between the obstacle point and the point in the obstacle point cloud where the obstacle point is located is closest to the unmanned sweeper and inside the road along the line segment is smaller than that of the unmanned sweeper The distance from the middle body to the edge of the brush in the unmanned sweeping vehicle.
  6. 根据权利要求1所述的方法,其特征在于,所述忽略规则还包括第二忽略规则,与所述第二忽略规则匹配的所述障碍物点满足的条件包括:The method according to claim 1, wherein the ignoring rule further includes a second ignoring rule, and the conditions met by the obstacle point matching the second ignoring rule include:
    所述障碍物点在所述无人清扫车工作范围的预设范围内;The obstacle point is within the preset range of the working range of the unmanned sweeper;
    且所述障碍物点的类型为非人且非车;And the type of the obstacle point is non-human and non-vehicle;
    且所述障碍物点类型为路沿或在所述路沿线段的外侧,所述路沿线段根据路沿检测结果生成且位于路沿的垂直面与所述无人清扫车行驶路面的交线处,所述无人清扫车在所述路沿线段的内侧。And the type of the obstacle point is the roadside or the outside of the roadside line segment, the roadside line segment is generated according to the roadside detection result and is located at the intersection of the vertical surface of the roadside and the driving road surface of the unmanned sweeper , the unmanned sweeper is on the inner side of the road along the line segment.
  7. 根据权利要求1所述的方法,其特征在于,所述根据匹配结果确定是否对所述障碍物点执行忽略处理包括:The method according to claim 1, wherein the determining whether to ignore the obstacle point according to the matching result comprises:
    若所述障碍物点与任一所述忽略规则匹配一致则对所述障碍物点执行忽略处理。If the obstacle point matches any one of the ignore rules, ignore processing is performed on the obstacle point.
  8. 一种无人清扫车贴边清扫时的避障装置,包括:An obstacle avoidance device for an unmanned sweeper when sweeping alongside, comprising:
    获取模块,用于在与障碍物发生碰撞前,获取各障碍物的点云及各所述障碍物的图像,各所述障碍物的点云中的点为障碍物点;The acquisition module is used to acquire the point cloud of each obstacle and the image of each obstacle before the collision with the obstacle, and the points in the point cloud of each obstacle are obstacle points;
    分割模块,用于对各所述障碍物的点云进行分割;A segmentation module, configured to segment the point cloud of each obstacle;
    分类模块,用于结合各所述障碍物的图像及所述点云的分割结果对所述障碍物点进行分类;A classification module, configured to classify the obstacle points in combination with the images of the obstacles and the segmentation results of the point cloud;
    匹配模块,用于根据所述障碍物点的类型及各所述障碍物的点云中的数据与预设的忽略规则进行匹配,所述忽略规则包括树木忽略规则,与所述树木忽略规则匹配的所述障碍物点满足的条件包括所述障碍物点位于离线地图中标注的树木区域内,所述离线地图中标注的树木区域按照预设周期更新;A matching module, configured to match a preset ignoring rule according to the type of the obstacle point and the data in the point cloud of each obstacle, the ignoring rule includes a tree ignoring rule, and matches the tree ignoring rule The condition that the obstacle point satisfies includes that the obstacle point is located in the tree area marked in the offline map, and the tree area marked in the offline map is updated according to a preset cycle;
    确定模块,用于根据匹配结果确定是否对所述障碍物点执行忽略处理,所述忽略处理为不执行绕行操作;A determining module, configured to determine whether to perform ignore processing on the obstacle point according to the matching result, and the ignore processing is not to perform a detour operation;
    规划模块,用于根据对所述障碍物点的处理结果规划所述无人清扫车的清扫路径。A planning module, configured to plan the cleaning path of the unmanned cleaning vehicle according to the processing results of the obstacle points.
  9. 一种电子设备,包括:An electronic device comprising:
    处理器;以及processor; and
    用于存储所述处理器可执行指令的存储器;memory for storing said processor-executable instructions;
    其中,所述处理器执行所述可执行指令时,用于实现权利要求1至7任意一项所述的方法。Wherein, when the processor executes the executable instruction, it is used to realize the method described in any one of claims 1-7.
  10. 一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该程序被处理器执行时实现权利要求1至7任意一项所述的方法。A computer-readable storage medium, on which a computer program is stored, characterized in that, when the program is executed by a processor, the method according to any one of claims 1 to 7 is implemented.
PCT/CN2022/071307 2021-11-26 2022-01-11 Obstacle avoidance during edgewise sweeping of unmanned sweeper WO2023092835A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111423157.1A CN115240160A (en) 2021-11-26 2021-11-26 Obstacle avoidance method, device and equipment for edge pasting cleaning of unmanned sweeper
CN202111423157.1 2021-11-26

Publications (1)

Publication Number Publication Date
WO2023092835A1 true WO2023092835A1 (en) 2023-06-01

Family

ID=83665947

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/071307 WO2023092835A1 (en) 2021-11-26 2022-01-11 Obstacle avoidance during edgewise sweeping of unmanned sweeper

Country Status (2)

Country Link
CN (1) CN115240160A (en)
WO (1) WO2023092835A1 (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160176338A1 (en) * 2014-12-19 2016-06-23 Caterpillar Inc. Obstacle Detection System
CN105955275A (en) * 2016-05-26 2016-09-21 华讯方舟科技有限公司 Robot path programming method and system
KR20180059188A (en) * 2016-11-25 2018-06-04 연세대학교 산학협력단 Method of Generating 3d-Background Map Except Dynamic Obstacles Using Deep Learning
CN110515095A (en) * 2019-09-29 2019-11-29 北京智行者科技有限公司 Data processing method and system based on multiple laser radars
CN111736603A (en) * 2020-06-22 2020-10-02 广州赛特智能科技有限公司 Unmanned sweeper and long-distance welting sweeping method thereof
CN111796299A (en) * 2020-06-10 2020-10-20 东风汽车集团有限公司 Obstacle sensing method and device and unmanned sweeper
US20210191404A1 (en) * 2018-02-28 2021-06-24 Five AI Limited Path planning in mobile robots
CN113377111A (en) * 2021-06-30 2021-09-10 杭州电子科技大学 Task scheduling system and method for unmanned sweeper
CN113467457A (en) * 2021-07-08 2021-10-01 无锡太机脑智能科技有限公司 Graph optimization path planning method for edge-pasting sweeping of unmanned sanitation vehicle

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160176338A1 (en) * 2014-12-19 2016-06-23 Caterpillar Inc. Obstacle Detection System
CN105955275A (en) * 2016-05-26 2016-09-21 华讯方舟科技有限公司 Robot path programming method and system
KR20180059188A (en) * 2016-11-25 2018-06-04 연세대학교 산학협력단 Method of Generating 3d-Background Map Except Dynamic Obstacles Using Deep Learning
US20210191404A1 (en) * 2018-02-28 2021-06-24 Five AI Limited Path planning in mobile robots
CN110515095A (en) * 2019-09-29 2019-11-29 北京智行者科技有限公司 Data processing method and system based on multiple laser radars
CN111796299A (en) * 2020-06-10 2020-10-20 东风汽车集团有限公司 Obstacle sensing method and device and unmanned sweeper
CN111736603A (en) * 2020-06-22 2020-10-02 广州赛特智能科技有限公司 Unmanned sweeper and long-distance welting sweeping method thereof
CN113377111A (en) * 2021-06-30 2021-09-10 杭州电子科技大学 Task scheduling system and method for unmanned sweeper
CN113467457A (en) * 2021-07-08 2021-10-01 无锡太机脑智能科技有限公司 Graph optimization path planning method for edge-pasting sweeping of unmanned sanitation vehicle

Also Published As

Publication number Publication date
CN115240160A (en) 2022-10-25

Similar Documents

Publication Publication Date Title
Xia et al. Geometric primitives in LiDAR point clouds: A review
CN108763287B (en) Construction method of large-scale passable regional driving map and unmanned application method thereof
WO2018068653A1 (en) Point cloud data processing method and apparatus, and storage medium
Pagad et al. Robust method for removing dynamic objects from point clouds
WO2020134082A1 (en) Path planning method and apparatus, and mobile device
CN110363861B (en) Laser radar point cloud-based field crop three-dimensional reconstruction method
Zhou et al. Self‐supervised learning to visually detect terrain surfaces for autonomous robots operating in forested terrain
CN108509820B (en) Obstacle segmentation method and device, computer equipment and readable medium
WO2017020466A1 (en) Urban road recognition method, apparatus, storage medium and device based on laser point cloud
CN106199558A (en) Barrier method for quick
WO2022188663A1 (en) Target detection method and apparatus
CN108564650B (en) Lane tree target identification method based on vehicle-mounted 2D LiDAR point cloud data
CN111105495A (en) Laser radar mapping method and system fusing visual semantic information
CN110009029A (en) Feature matching method based on point cloud segmentation
CN110705385B (en) Method, device, equipment and medium for detecting angle of obstacle
WO2023216470A1 (en) Drivable area detection method and apparatus, and device
WO2022016311A1 (en) Point cloud-based three-dimensional reconstruction method and apparatus, and computer device
CN114454875A (en) Urban road automatic parking method and system based on reinforcement learning
CN111026136A (en) Port unmanned sweeper intelligent scheduling method and device based on monitoring equipment
CN115461262A (en) Autonomous driving using surface element maps
CN116109601A (en) Real-time target detection method based on three-dimensional laser radar point cloud
CN113008296A (en) Method and vehicle control unit for detecting a vehicle environment by fusing sensor data on a point cloud plane
CN115346183A (en) Lane line detection method, terminal and storage medium
Khoche et al. Semantic 3d grid maps for autonomous driving
Börcs et al. A marked point process model for vehicle detection in aerial LiDAR point clouds

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

Country of ref document: EP

Kind code of ref document: A1