WO2022067534A1 - Occupancy grid map generation method and device - Google Patents

Occupancy grid map generation method and device Download PDF

Info

Publication number
WO2022067534A1
WO2022067534A1 PCT/CN2020/118950 CN2020118950W WO2022067534A1 WO 2022067534 A1 WO2022067534 A1 WO 2022067534A1 CN 2020118950 W CN2020118950 W CN 2020118950W WO 2022067534 A1 WO2022067534 A1 WO 2022067534A1
Authority
WO
WIPO (PCT)
Prior art keywords
point cloud
road surface
curved
ground
occupied
Prior art date
Application number
PCT/CN2020/118950
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 华为技术有限公司
Priority to PCT/CN2020/118950 priority Critical patent/WO2022067534A1/en
Priority to CN202080004371.0A priority patent/CN112543938B/en
Publication of WO2022067534A1 publication Critical patent/WO2022067534A1/en

Links

Images

Classifications

    • 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/588Recognition of the road, e.g. of lane markings; Recognition of the vehicle driving pattern in relation to the road
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S17/00Systems using the reflection or reradiation of electromagnetic waves other than radio waves, e.g. lidar systems
    • G01S17/88Lidar systems specially adapted for specific applications
    • G01S17/89Lidar systems specially adapted for specific applications for mapping or imaging
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S17/00Systems using the reflection or reradiation of electromagnetic waves other than radio waves, e.g. lidar systems
    • G01S17/88Lidar systems specially adapted for specific applications
    • G01S17/93Lidar systems specially adapted for specific applications for anti-collision purposes
    • 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 computer technology, and in particular, to a method and apparatus for generating an occupancy grid map.
  • the occupancy grid map (OGM) in the scale map is the most widely used.
  • the detection area can be divided into grids of a certain number and size, and the probability of each grid being occupied can be determined according to the detection results of the detector, and the occupied probability of each grid can be reflected to the corresponding detection area.
  • the occupancy grid map can be obtained, in which the detector can be a point cloud sensor. Therefore, the occupancy grid map can reflect the obstacle information in the detection area.
  • the current method for obtaining the occupancy grid map is not accurate enough to accurately reflect the obstacle information in the detection area.
  • the present application provides a method and device for generating an occupancy grid map, which can obtain an accurate occupancy grid map.
  • an embodiment of the present application provides a method for generating an occupancy grid map, including: acquiring a point cloud of a surrounding environment collected by a point cloud sensor; acquiring an obstacle point cloud and a ground surface from the point cloud of the surrounding environment point cloud; according to the ground point cloud and the characteristics of the ground, fit a curved driving road surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; driving from the curved surface
  • the road surface area to be driven is determined in the road surface, and the road surface area to be driven is divided into a plurality of grids; according to the obstacle point cloud, the probability of each grid being occupied is determined; according to the occupied probability of each grid Probability and the area of the road to be traveled, generate a surface occupancy grid map.
  • the curved road surface is fitted based on the characteristics of the ground, and the road surface area to be driven is determined from the curved road surface.
  • the occupancy probability of each grid in the obtained road surface area is Accuracy increases, increasing the accuracy of the resulting occupancy raster map.
  • fitting the curved road surface includes: acquiring the centerline of the road where the ground is located; The vertical distance of the center line is less than or equal to the first point of the preset distance; using polynomial curve interpolation to fit each of the first points to obtain the road center fitting curve; fitting the curve according to the road center to obtain the curved road surface, The road center fitting curve is the center line of the curved road surface.
  • This scheme presents a specific realization of fitting curved road surface.
  • the determining the probability that each of the occupied grids is occupied according to the obstacle point cloud includes: extracting the distance between the obstacle point cloud and the curved road surface Each second point whose height difference is less than or equal to the maximum height of the vehicle; according to each of the second points, determine the probability that each of the occupied grids is occupied.
  • This solution can avoid misjudging the hanging objects on the road surface or the tops of bridge holes or tunnels as obstacles, and improves the accuracy of determining the probability that each grid in the road surface area to be driven is occupied, thereby improving the generated occupancy grid. accuracy of the grid map.
  • the determining the probability that each of the occupied grids is occupied according to the second point includes: for any one of the second points, determining the second point The first grid occupied by the point, and the influence probability of the second point on the first grid; add the influence probability of the second point occupying the same grid on the grid to obtain each of the grids The preselected occupancy probability of the grid; for any grid in each of the grids, the occupancy probability of the grid is obtained according to the first preselected occupancy probability of the grid and the occupancy probability of the grid at the previous moment.
  • determining the area of the road to be driven from the curved road surface includes: determining the area to be driven from the curved road surface according to the field of view of the point cloud sensor and the curved road surface. driving road area.
  • the determining the area of the road to be driven from the curved road surface according to the field of view of the point cloud sensor and the curved road surface includes: according to the field of view of the point cloud sensor and the curved road surface , determine a first length, the first length is less than or equal to the length of the curved road surface; from the curved road surface, the length is determined as the first length, and the width is the first width of the road surface area to be driven , the first width is the width of the curved road surface.
  • the determining the area of the road to be driven from the curved road surface according to the field of view of the point cloud sensor and the curved road surface includes: according to the field of view of the point cloud sensor and the curved road surface , determine a first length and a second width, the first length is less than or equal to the length of the curved driving surface, and the second width is less than or equal to the width of the curved driving surface; determine from the curved driving surface The length is the first length, and the width is the to-be-running road surface area of the second width.
  • one side of the road surface area to be driven is coincident with the side of the curved driving surface area close to the mobile platform. This scheme determines the road area to be driven more reasonably and accurately.
  • an embodiment of the present application provides an apparatus for generating an occupancy grid map, including: an acquisition module for acquiring a point cloud of the surrounding environment collected by a point cloud sensor; and a processing module for: from the surrounding environment Obtain the obstacle point cloud and the ground point cloud from the point cloud of the mobile platform; and fit the curved driving road surface according to the characteristics of the ground point cloud and the ground, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is equipped with on the mobile platform; and determining a road surface area to travel from the curved road surface, the road surface area to travel is divided into a plurality of grids; and determining each grid according to the obstacle point cloud occupied probability; and generating a surface occupied grid map according to the occupied probability of each grid and the to-be-traveled road surface area.
  • the processing module is specifically configured to: acquire the centerline of the road where the ground is located; acquire the first point cloud whose vertical distance from the centerline is less than or equal to a preset distance One point; use polynomial curve interpolation to fit each of the first points to obtain the road center fitting curve; according to the road center fitting curve, obtain the curved driving surface, and the road center fitting curve is the curved driving road surface the centerline.
  • the processing module is specifically configured to: extract each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle; According to each of the second points, the probability that each of the occupied grids is occupied is determined.
  • the processing module is specifically configured to: determine the road surface area to be driven from the curved driving road surface according to the field of view of the point cloud sensor and the curved driving road surface.
  • the processing module is specifically configured to: determine a first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the curved surface The length of the driving road surface; the length of the curved driving road surface is determined as the first length and the width is the first width of the road surface area to be driven, and the first width is the width of the curved driving road surface.
  • the processing module is specifically configured to: determine a first length and a second width according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or is equal to the length of the curved driving surface, and the second width is less than or equal to the width of the curved driving surface; the length determined from the curved driving surface is the first length, and the width is all the second width. Describe the road area to be driven.
  • one side of the road surface area to be driven is coincident with the side of the curved driving surface area close to the mobile platform.
  • embodiments of the present application provide a point cloud sensor, including: at least one processor; and a memory communicatively connected to the at least one processor; wherein the memory stores data that can be used by the at least one processor Instructions to be executed, the instructions being executed by the at least one processor to enable the at least one processor to perform the method of the first aspect or any possible implementation of the first aspect.
  • an embodiment of the present application provides a mobile platform on which the point cloud sensor described in the third aspect is mounted.
  • an embodiment of the present application provides a mobile platform, including a point cloud sensor and a processor; the point cloud sensor is configured to collect a point cloud of a surrounding environment, and send the point cloud of the surrounding environment to the processing the processor; the processor is configured to receive the point cloud of the surrounding environment, obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment; and, according to the characteristics of the ground point cloud and the ground, fit a curved driving road surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; is divided into a plurality of grids; and, according to the obstacle point cloud, determine the probability that each grid is occupied; and, according to the probability that each grid is occupied and the road area to be driven, generate The surface occupies the raster map.
  • the processor is further configured to execute the method described in any possible implementation manner of the first aspect.
  • an embodiment of the present application provides a storage medium, wherein the storage medium includes a computer program, and the computer program is used to implement the first aspect or any possible implementation manner of the first aspect. method.
  • FIG. 1 is a schematic diagram of a current plane occupying a grid map
  • FIG. 2 is a schematic diagram 1 of a scene for obtaining an occupied grid map of a road surface provided by an embodiment of the present application;
  • FIG. 3 is a schematic diagram 2 of a scene for obtaining a grid map of road occupancy provided by an embodiment of the present application;
  • FIG. 4 is a schematic diagram 3 of a scenario for obtaining a grid map of road occupancy provided by an embodiment of the present application
  • FIG. 5 is a schematic diagram 4 of a scenario for acquiring a grid map of road occupancy provided by an embodiment of the present application
  • FIG. 6 is a schematic diagram 5 of a scenario for obtaining an occupied grid map of a road surface provided by an embodiment of the present application;
  • FIG. 7 is a schematic diagram 6 of a scenario for obtaining an occupied grid map of a road surface provided by an embodiment of the present application.
  • FIG. 8 is a flowchart of a method for generating an occupancy grid map provided by an embodiment of the present application.
  • FIG. 9 is a schematic diagram of a road centerline provided by an embodiment of the present application.
  • FIG. 10 is a schematic diagram of a road surface area to be driven according to an embodiment of the application.
  • FIG. 11 is a schematic diagram of a second point in an obstacle point cloud provided by an embodiment of the present application.
  • FIG. 12 is a schematic diagram of a curved surface occupying a grid map provided by an embodiment of the present application.
  • FIG. 13 is a schematic block diagram of an apparatus for generating an occupancy grid map provided by an embodiment of the present application.
  • FIG. 14 is a schematic block diagram of a mobile platform provided by an embodiment of the present application.
  • FIG. 15 is a schematic block diagram of an electronic device according to an embodiment of the present application.
  • the flat occupancy grid map is based on the assumption that the detection area is a plane, and divides the plane detection area into multiple grids.
  • the detector such as radar and camera
  • a schematic diagram of a plane occupied grid map can be shown in Figure 1. The darker the color filled in the grid, the greater the probability that the grid is occupied.
  • Curved occupancy grid map refers to dividing the surface detection area into multiple grids. According to the detection data of the surrounding environment by the detector, the probability that each grid is occupied by obstacles is determined. The probability that each grid is occupied by obstacles is reflected to the corresponding grid in the surface detection area, and the grid map of surface occupancy is obtained.
  • Figures 2 to 7 are schematic diagrams of several scenarios for obtaining the occupancy grid map of the road surface.
  • the vehicles in Figures 2 to 7 are equipped with detectors.
  • the road in Figure 2 is a flat road.
  • the road in Fig. 3 is a curved road with an upward slope
  • the road in Fig. 4 is a curved road with a downward slope
  • the road in Fig. 5 is a curved road with unevenness
  • the road is a road with bridge holes and tunnels.
  • the road is assumed to be a plane road, and the plane road is fitted based on the ground point cloud obtained by the detector, and a drivable area is determined from the plane road according to the field of view of the detector.
  • the drivable area is divided into multiple grids, and the probability that each grid is occupied by obstacles is determined according to the obstacle point cloud obtained by the detector, and the probability that each grid is occupied by obstacles is reflected to the corresponding drivable area. on the grid to get the plane occupancy grid map.
  • the curved road surface is fitted based on the actual characteristics of the ground, which can improve the accuracy of the obtained occupancy grid map.
  • FIG. 8 illustrates a method for generating an occupancy grid map provided by the implementation of the present application.
  • the execution subject of this embodiment may be a generating device for occupying a grid map.
  • the method of this embodiment includes:
  • Step S801 acquiring the point cloud of the surrounding environment collected by the point cloud sensor.
  • the point cloud sensor in this embodiment may be a time of flight (TOF) sensor, or a radar or a camera.
  • the radar can be a lidar, and the lidar can be a rotating lidar or a solid-state lidar.
  • the point cloud sensor can be mounted on the mobile platform to obtain the point cloud of the surrounding environment of the mobile platform.
  • the mobile platform can be a vehicle, such as an autonomous vehicle.
  • the device for generating the occupancy grid map in this embodiment may be all or part of the point cloud sensor, or all or part of the mobile platform equipped with the point cloud sensor, or may be connected to the point cloud sensor or the mobile platform for communication All or part of the server or end device of the relationship.
  • Step S802 Obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment.
  • the point cloud of the surrounding environment includes the obstacle point cloud and the ground point cloud.
  • the ground point cloud can be extracted from the point cloud of the surrounding environment first, and the remaining point cloud is the obstacle point cloud.
  • the ground point cloud fast segmentation algorithm can be used to extract the ground point cloud from the point cloud of the surrounding environment.
  • the method of this embodiment can accurately extract the ground point cloud from the point cloud of the surrounding environment. For example, in the scene shown in FIG. 3 , the method of this embodiment to extract the ground point cloud from the point cloud of the surrounding environment The point cloud corresponding to the uphill will not be misjudged as the obstacle point cloud.
  • Step S803 Fitting a curved driving road surface according to the ground point cloud and the characteristics of the ground.
  • the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform.
  • the surface driving road can be fitted according to the ground point cloud.
  • the curved road surface is fitted, including the following a1 to a4:
  • the road in this embodiment is a road traveled by a mobile platform equipped with a point cloud sensor, wherein the centerline of the road where the ground is located may indicate the characteristics of the ground.
  • the range of the centerline can be calculated according to the boundary in the width direction of the road, and then the equation of the centerline of the road where the ground is located can be obtained, which is used to indicate the centerline of the road where the ground is located.
  • the center line of the road where the ground is located is parallel to the extending direction of the road.
  • 901 shown in FIG. 9 is the center line of the road where the ground is located.
  • acquiring the first point in the ground point cloud whose vertical distance from the center line is less than or equal to a preset distance includes: filtering the ground point cloud, obtaining a filtered ground point cloud, and determining the filtered ground point The point in the cloud whose vertical distance from the center line is less than or equal to the preset distance is the first point.
  • polynomial curve interpolation is used to fit each first point to obtain a road center fitting curve.
  • the curved road surface is obtained, and the road center fitting curve is the center line of the curved road surface.
  • moving a line segment with the same width of the road along the center fitting curve can form a straight surface, that is, a curved road surface.
  • the first end of the fitted curve through the center of the road, the width of the road on which the mobile platform where the point cloud sensor is located, and the first line segment perpendicular to the extending direction of the road can be obtained, and the first line segment can be obtained.
  • the obtained surface with the road center fitting curve as the center line is the curved driving surface. It can be understood that the first line segment is always perpendicular to the extending direction of the road during the moving process.
  • the curved road surface is equivalent to a curved surface obtained by moving the first line segment from the first end of the road center fitting curve to the second end of the road center fitting curve along the road center fitting curve.
  • Step S804 Determine the road surface area to be driven from the curved road surface, and the road surface area to be driven is divided into a plurality of grids.
  • the side of the road surface area to be driven close to the mobile platform can be overlapped with the side of the curved road surface close to the mobile platform, and the point cloud sensor is mounted on the mobile platform.
  • the road surface area to be driven is determined from the curved road surface, which may specifically include the following b1 to b2:
  • the preset length may be stored in the generating device occupying the grid map.
  • the area of the road surface to be driven determined in this specific implementation is an area in the curved road surface where the length is the preset length and the width is the first width.
  • the road surface area to be traveled can be abstracted as a plane formed by a straight line perpendicular to the advancing direction of the movable platform along the arc curve in the center of the road from moving a preset length.
  • the road surface area to be driven is divided into a plurality of grids of the same size, such as M ⁇ N grids of the same size, wherein M and N are both positive integers.
  • the length of the road surface area to be driven is a preset length, the efficiency of determining the road surface area to be driven is relatively high.
  • the area to be driven on the road surface may be determined from the curved road surface according to the detection range of the sensor and the curved road surface, which may specifically include the following c1 to c2:
  • the first length is the farthest distance that the point cloud sensor can detect, and when the farthest distance that the point cloud sensor can detect is greater than or When equal to the length of the curved road surface, the first length is equal to the length of the curved road surface.
  • the road surface area to be driven is an area of the curved road surface where the length is the first length and the width is the first width.
  • the road surface area to be driven is divided into a plurality of grids of the same size, as shown in FIG. 10 .
  • the road area to be driven in FIG. 10 may be the road area to be driven obtained in the scenario shown in FIG. 3 . It can be understood that there are grids of different sizes in the road area to be driven because the grids are visually different.
  • the driving road surface is fitted to a curved surface. In fact, the size of each grid included in the road surface area to be driven is the same.
  • the determined road surface area to be driven on is more reasonable and accurate.
  • the area to be driven on the road surface may be determined from the curved road surface according to the detection range of the sensor, which may specifically include the following d1 to d2:
  • the first length is less than or equal to the length of the curved road surface
  • the second width is less than or equal to the width of the curved road surface.
  • the method for determining the first length is the same as above, and details are not repeated here.
  • the second width when the maximum width that can be detected by the point cloud sensor is smaller than the first width of the curved road surface, the second width is the maximum width that the point cloud sensor can detect. When greater than or equal to the first width, the second width is equal to the first width.
  • the determined road surface area to be driven on is more reasonable and accurate.
  • Step S805 Determine the probability that each grid is occupied according to the obstacle point cloud.
  • the method for determining the probability that each grid in the road surface area to be driven is occupied according to the obstacle point cloud may refer to the current general method, which will not be repeated here.
  • each The probability that the grid is occupied can include the following e1 ⁇ e2:
  • the vertical height difference between each second point and the curved road surface is less than or equal to the maximum height of the vehicle.
  • a, b, c are constants, m is an integer greater than or equal to 2, n is a positive integer, such as 1 or 2 or 3, and k is a positive integer, such as 1 or 2 or 3.
  • 111 is a side view of a curved driving road surface, and the points between the curve 112 and the curve 111 are the second points.
  • each second point determine the probability that each grid in the road surface area to be driven is occupied.
  • the method for determining the influence probability of the second point on the first grid may refer to the current general method, which will not be repeated here.
  • the initial occupancy probability of each grid is 0.
  • the method for obtaining the occupancy probability of the first grid may refer to the current general method, which will not be repeated here.
  • the method e1-e2 determines the probability that each grid in the road area to be driven is occupied can avoid misjudging the hanging objects on the road surface or the top of a bridge or tunnel as an obstacle, which improves the determination of the probability of being occupied in the road area to be driven.
  • Step S806 according to the occupied probability of each grid in the road surface area to be driven and the road surface area to be driven, generate a grid map occupied by the curved surface.
  • the surface occupied grid map can be generated. Specifically, as shown in Figure 12, the darker the color, the greater the probability that the grid is occupied.
  • the curved road surface is fitted based on the characteristics of the ground, and the road surface area to be driven is determined from the curved road surface. area, and generate a surface occupied grid map, that is, the ground point cloud is no longer flatly fitted, but the surface is fitted to obtain a curved driving road surface that conforms to the actual characteristics of the ground, then the occupancy probability of each grid in the road area to be driven is obtained. will increase the accuracy of the resulting occupancy raster map.
  • FIG. 13 is a schematic block diagram of an apparatus for generating an occupancy grid map provided by an embodiment of the present application.
  • the apparatus in this embodiment includes an acquisition module 1301 and a processing module 1302 .
  • the acquisition module 1301 is used to acquire the point cloud of the surrounding environment collected by the point cloud sensor;
  • the processing module 1302 is used for:
  • the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform;
  • the road surface area to travel is divided into a plurality of grids
  • a grid map occupied by a curved surface is generated.
  • processing module 1302 is specifically used for:
  • the curved driving surface is obtained, and the road center fitting curve is the center line of the curved driving road surface.
  • processing module 1302 is specifically used for:
  • the probability that each of the occupied grids is occupied is determined.
  • processing module 1302 is specifically used for:
  • a road surface area to be driven is determined from the curved road surface.
  • processing module 1302 is specifically used for:
  • the length of the road surface area to be driven is determined as the first length and the width is the first width, and the first width is the width of the curved driving surface.
  • processing module 1302 is specifically used for:
  • a first length and a second width are determined, the first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the the width of the surface driving surface;
  • a length of the first length and a width of the to-be-run surface area of the second width are determined from the curved running surface.
  • one side of the road surface area to be driven is coincident with the side of the curved road surface area close to the mobile platform.
  • the apparatus in this embodiment can be used to execute the technical solutions in the foregoing method embodiments, and the implementation principles and technical effects thereof are similar, and details are not described herein again.
  • FIG. 14 is a schematic block diagram of a mobile platform provided by an embodiment of the present application.
  • the apparatus of this embodiment includes: a point cloud sensor 1401 and a processor 1402;
  • the point cloud sensor is used for collecting the point cloud of the surrounding environment, and sending the point cloud of the surrounding environment to the processor;
  • the processor is configured to receive the point cloud of the surrounding environment, obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment; and, according to the characteristics of the ground point cloud and the ground, fit a curved surface for driving a road surface, where the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; and a road surface area to be driven is determined from the curved road surface, and the road surface area to be driven is divided is a plurality of grids; and, according to the obstacle point cloud, determine the probability that each grid is occupied; and, according to the probability that each grid is occupied and the road area to be driven, generate a curved surface occupied Raster map.
  • the processor 1402 is specifically configured to:
  • the curved driving surface is obtained, and the road center fitting curve is the center line of the curved driving road surface.
  • the processor 1402 is specifically configured to:
  • the probability that each of the occupied grids is occupied is determined.
  • the processor 1402 is specifically configured to: determine the road surface area to be driven from the curved driving road surface according to the field of view of the point cloud sensor and the curved driving road surface.
  • processor 1402 the processor 1402:
  • the length of the road surface area to be driven is determined as the first length and the width is the first width, and the first width is the width of the curved driving surface.
  • the processor 1402 is specifically configured to:
  • a first length and a second width are determined, the first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the the width of the surface driving surface;
  • a length of the first length and a width of the to-be-run surface area of the second width are determined from the curved running surface.
  • one side of the road surface area to be driven is coincident with the side of the curved road surface area close to the mobile platform.
  • the mobile platform in this embodiment can be used to execute the technical solutions in the foregoing method embodiments, and the implementation principles and technical effects thereof are similar, and details are not described herein again.
  • Embodiments of the present application further provide a mobile platform, where a point cloud sensor is mounted on the mobile platform, and the point cloud sensor can execute the methods in the foregoing method embodiments.
  • FIG. 15 is a schematic block diagram of an electronic device according to an embodiment of the present application.
  • the electronic device in this embodiment may be a mobile platform, or a chip, a chip system, or a processor that supports the mobile platform to implement the above method; the electronic device may be a point cloud sensor, or a point cloud sensor that supports the implementation of the above method chip, system-on-chip, or processor.
  • the electronic device in this embodiment can be used to implement the method described in the foregoing method embodiment, and for details, reference may be made to the description in the foregoing method embodiment.
  • the electronic device may include one or more processors 1501, and the processors 1501 may also be referred to as processing units, which may implement certain control functions.
  • the processor 1501 may be a general-purpose processor or a special-purpose processor, or the like.
  • the processor 1501 may also store instructions and/or data 1503, and the instructions and/or data 1503 may be executed by the processor, so that the electronic device executes the above method embodiments method described.
  • the processor 1501 may include a transceiver unit for implementing receiving and transmitting functions.
  • the transceiver unit may be a transceiver circuit, or an interface, or an interface circuit.
  • Transceiver circuits, interfaces or interface circuits used to implement receiving and transmitting functions may be separate or integrated.
  • the above-mentioned transceiver circuit, interface or interface circuit can be used for reading and writing code/data, or the above-mentioned transceiver circuit, interface or interface circuit can be used for signal transmission or transmission.
  • the electronic device may include one or more memories 1502 on which instructions 1504 may be stored, and the instructions may be executed on the processor, so that the electronic device executes the above method embodiments method described.
  • data may also be stored in the memory.
  • instructions and/or data may also be stored in the processor.
  • the processor and the memory can be provided separately or integrated together. For example, the corresponding relationship described in the above method embodiments may be stored in a memory or in a processor.
  • the electronic device may further include a transceiver 1505 and/or an antenna 1506 .
  • the processor 1501 may be referred to as a processing unit, and controls the electronic device.
  • the transceiver 1505 may be referred to as a transceiver unit, a transceiver, a transceiver circuit or a transceiver, etc., and is used to implement a transceiver function.
  • An embodiment of the present application further provides a storage medium, characterized in that, the storage medium includes a computer program, and the computer program is used to implement the method in the foregoing method embodiment.
  • CMOS complementary metal oxide semiconductor
  • NMOS nMetal-oxide-semiconductor
  • PMOS P-type metal oxide semiconductor
  • BJT bipolar junction transistor
  • BiCMOS bipolar CMOS
  • SiGe silicon germanium
  • GaAs gallium arsenide
  • the processor in this embodiment of the present application may be an integrated circuit chip, which has a signal processing capability.
  • each step of the above method embodiments may be completed by a hardware integrated logic circuit in a processor or an instruction in the form of software.
  • the above-mentioned processor may be a general-purpose processor, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or other possible Programming logic devices, discrete gate or transistor logic devices, discrete hardware components.
  • the memory in this embodiment of the present application may be a volatile memory or a non-volatile memory, or may include both volatile and non-volatile memory.
  • the non-volatile memory may be read-only memory (ROM), programmable read-only memory (PROM), erasable programmable read-only memory (EPROM), electrically programmable Erase programmable read-only memory (electrically EPROM, EEPROM) or flash memory.
  • Volatile memory may be random access memory (RAM), which acts as an external cache.
  • RAM random access memory
  • DRAM dynamic random access memory
  • SDRAM synchronous DRAM
  • SDRAM double data rate synchronous dynamic random access memory
  • ESDRAM enhanced synchronous dynamic random access memory
  • SLDRAM synchronous link dynamic random access memory
  • direct rambus RAM direct rambus RAM
  • the above-described embodiments are implemented using software, they may be implemented in whole or in part in the form of a computer program product.
  • the computer program product includes one or more computer instructions. When the computer instructions are loaded and executed on a computer, all or part of the processes or functions described in the embodiments of the present application are generated.
  • the computer may be a general purpose computer, special purpose computer, computer network, or other programmable device.
  • the computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be downloaded from a website site, computer, server, or data center Transmission to another website site, computer, server, or data center by wire (eg, coaxial cable, optical fiber, digital subscriber line, DSL) or wireless (eg, infrared, wireless, microwave, etc.).
  • the computer-readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that includes an integration of one or more available media.
  • the available media may be magnetic media (eg, floppy disks, hard disks, magnetic tapes), optical media (eg, high-density digital video discs (DVDs)), or semiconductor media (eg, solid state disks, SSD)) etc.
  • the disclosed system, apparatus and method may be implemented in other manners.
  • the apparatus embodiments described above are only illustrative.
  • the division of the units is only a logical function division. In actual implementation, there may be other division methods.
  • multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not implemented.
  • the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.
  • the units described as separate components may or may not be physically separated, and components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution in this embodiment.
  • each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit.
  • the functions, if implemented in the form of software functional units and sold or used as independent products, may be stored in a computer-readable storage medium.
  • the technical solution of the present application can be embodied in the form of a software product in essence, or the part that contributes to the prior art or the part of the technical solution.
  • the computer software product is stored in a storage medium, including Several instructions are used to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in the various embodiments of the present application.
  • the character "/" generally indicates that the associated objects are an "or” relationship.
  • At least one of or “at least one of” herein mean all or any combination of the listed items, eg, "at least one of A, B, and C", It can be expressed as: A alone exists, B alone exists, C alone exists, A and B exist simultaneously, B and C exist simultaneously, and A, B and C exist simultaneously, where A can be singular or plural, and B can be Singular or plural, C can be singular or plural.
  • B corresponding to A means that B is associated with A, and B can be determined according to A.
  • determining B according to A does not mean that B is only determined according to A, and B may also be determined according to A and/or other information.

Abstract

An occupancy grid map generation method and device. The method comprises: acquiring point clouds of a surrounding environment collected by a point cloud sensor (S801); acquiring an obstacle point cloud and a ground point cloud from the point clouds of the surrounding environment (S802); fitting a curved driving pavement according to features of the ground point cloud and the ground, the ground being the ground of a road on which a mobile platform is located, and the point cloud sensor being carried on the mobile platform (S803); determining, from the curved driving pavement, a pavement area ready for driving on, the pavement area ready for driving on being divided into a plurality of grids (S804); determining, according to the obstacle point cloud, the probability that each grid is occupied (S805); and generating a curved occupancy grid map according to the probability that each grid is occupied and the pavement area ready for driving on (S806).

Description

占据栅格地图的生成方法和装置Method and device for generating occupancy grid map 技术领域technical field
本申请涉及计算机技术,尤其涉及一种占据栅格地图的生成方法和装置。The present application relates to computer technology, and in particular, to a method and apparatus for generating an occupancy grid map.
背景技术Background technique
机器人地图有多种分类方式,包括尺度地图、拓扑地图和语义地图等,其中尺度地图中的占据栅格地图(occupancy grid map,OGM)应用最为广泛。其中,可通过将检测区域划分成一定数量和大小的栅格,根据探测器的检测结果,确定每个栅格被占据的概率,将每个栅格被占据的概率反应至检测区域中相应的栅格上,便可得到占据栅格地图,其中的探测器可为点云传感器。因此,占据栅格地图可以反应检测区域中的障碍物信息。There are many classification methods for robot maps, including scale maps, topological maps, and semantic maps. Among them, the occupancy grid map (OGM) in the scale map is the most widely used. Among them, the detection area can be divided into grids of a certain number and size, and the probability of each grid being occupied can be determined according to the detection results of the detector, and the occupied probability of each grid can be reflected to the corresponding detection area. On the grid, the occupancy grid map can be obtained, in which the detector can be a point cloud sensor. Therefore, the occupancy grid map can reflect the obstacle information in the detection area.
但是目前获取占据栅格地图的方法,得到的占据栅格地图不够准确,不能准确的反应检测区域中的障碍物信息。However, the current method for obtaining the occupancy grid map is not accurate enough to accurately reflect the obstacle information in the detection area.
发明内容SUMMARY OF THE INVENTION
本申请提供一种占据栅格地图的生成方法和装置,可以得到准确的占据栅格地图。The present application provides a method and device for generating an occupancy grid map, which can obtain an accurate occupancy grid map.
第一方面,本申请实施例提供一种占据栅格地图的生成方法,包括:获取点云传感器采集到的周围环境的点云;从所述周围环境的点云中获取障碍物点云和地面点云;根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;根据所述障碍物点云,确定各所述栅格被占据的概率;根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。In a first aspect, an embodiment of the present application provides a method for generating an occupancy grid map, including: acquiring a point cloud of a surrounding environment collected by a point cloud sensor; acquiring an obstacle point cloud and a ground surface from the point cloud of the surrounding environment point cloud; according to the ground point cloud and the characteristics of the ground, fit a curved driving road surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; driving from the curved surface The road surface area to be driven is determined in the road surface, and the road surface area to be driven is divided into a plurality of grids; according to the obstacle point cloud, the probability of each grid being occupied is determined; according to the occupied probability of each grid Probability and the area of the road to be traveled, generate a surface occupancy grid map.
本方案中,基于地面的特征拟合曲面行驶路面,从曲面行驶路面中确定待行驶路面区域,待行驶路面区域被划分为多个栅格,以及根据各栅格占据的概率和待行驶路面区域,生成曲面占据栅格地图,即不再对地面点云进行平面拟合,而是曲面拟合得到符合地面实际特征的曲面行驶路面,那么得到的待行驶路面区域每个栅格的占据概率的准确性会提高,从而提高了生成的占据栅格地图的准确性。In this scheme, the curved road surface is fitted based on the characteristics of the ground, and the road surface area to be driven is determined from the curved road surface. , to generate a surface occupied grid map, that is, the ground point cloud is no longer plane fitted, but the curved road surface that conforms to the actual characteristics of the ground is obtained by surface fitting, then the occupancy probability of each grid in the obtained road surface area is Accuracy increases, increasing the accuracy of the resulting occupancy raster map.
在一种可选的实施方式中,所述根据所述地面点云和地面的特征,拟合曲面行驶路面,包括:获取地面所在的道路的中心线;获取所述地面点云中与所述中心线的垂直距离小于或等于预设距离的第一点;采用多项式曲线插值拟合各所述第一点,得到道路中心拟合曲线;根据道路中心拟合曲线,得到所述曲面行驶路面,所述道路中心拟合曲线为所述曲面行驶路面的中心线。In an optional implementation manner, according to the ground point cloud and the characteristics of the ground, fitting the curved road surface includes: acquiring the centerline of the road where the ground is located; The vertical distance of the center line is less than or equal to the first point of the preset distance; using polynomial curve interpolation to fit each of the first points to obtain the road center fitting curve; fitting the curve according to the road center to obtain the curved road surface, The road center fitting curve is the center line of the curved road surface.
本方案给出了拟合曲面行驶路面的一种具体实现。This scheme presents a specific realization of fitting curved road surface.
在一种可选的实施方式中,所述根据所述障碍物点云,确定各所述占据栅格被占据的概率,包括:提取所述障碍物点云中与所述曲面行驶路面之间的高度差小于或等于车辆的 最大高度的各第二点;根据各所述第二点,确定各所述占据栅格被占据的概率。In an optional implementation manner, the determining the probability that each of the occupied grids is occupied according to the obstacle point cloud includes: extracting the distance between the obstacle point cloud and the curved road surface Each second point whose height difference is less than or equal to the maximum height of the vehicle; according to each of the second points, determine the probability that each of the occupied grids is occupied.
本方案可以避免将行驶路面上面的悬挂物或者桥洞或隧道的顶部误判为障碍物,提高了确定待行驶路面区域中的各栅格被占据的概率的准确度,进而提高了生成的占据栅格地图的准确度。This solution can avoid misjudging the hanging objects on the road surface or the tops of bridge holes or tunnels as obstacles, and improves the accuracy of determining the probability that each grid in the road surface area to be driven is occupied, thereby improving the generated occupancy grid. accuracy of the grid map.
在一种可选的实施方式中,所述根据所述第二点,确定各所述占据栅格被占据的概率,包括:对于各第二点中的任意一个第二点,确定该第二点所占据的第一栅格,以及该第二点在该第一栅格所产生的影响概率;将占据同一栅格的第二点对该栅格的影响概率相加,得到各所述栅格的预选占据概率;对于各所述栅格中任意一个栅格,根据该栅格的第一预选占据概率和上一时刻该栅格的占据概率,得到该栅格的占据概率。In an optional implementation manner, the determining the probability that each of the occupied grids is occupied according to the second point includes: for any one of the second points, determining the second point The first grid occupied by the point, and the influence probability of the second point on the first grid; add the influence probability of the second point occupying the same grid on the grid to obtain each of the grids The preselected occupancy probability of the grid; for any grid in each of the grids, the occupancy probability of the grid is obtained according to the first preselected occupancy probability of the grid and the occupancy probability of the grid at the previous moment.
在一种可选的实施方式中,从所述曲面行驶路面中确定待行驶路面区域,包括:根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域。In an optional implementation manner, determining the area of the road to be driven from the curved road surface includes: determining the area to be driven from the curved road surface according to the field of view of the point cloud sensor and the curved road surface. driving road area.
可选的,所述根据所述点云传感器的视野范围和曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域,包括:根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度,所述第一长度小于或等于所述曲面行驶路面的长度;从所述曲面行驶路面中确定长度为所述第一长度,宽度为第一宽度的所述待行驶路面区域,所述第一宽度为所述曲面行驶路面的宽度。Optionally, the determining the area of the road to be driven from the curved road surface according to the field of view of the point cloud sensor and the curved road surface includes: according to the field of view of the point cloud sensor and the curved road surface , determine a first length, the first length is less than or equal to the length of the curved road surface; from the curved road surface, the length is determined as the first length, and the width is the first width of the road surface area to be driven , the first width is the width of the curved road surface.
可选的,所述根据所述点云传感器的视野范围和曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域,包括:根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度和第二宽度,所述第一长度小于或等于所述曲面行驶路面的长度,所述第二宽度小于或等于所述曲面行驶路面的宽度;从所述曲面行驶路面中确定长度为所述第一长度,宽度为所述第二宽度的所述待行驶路面区域。Optionally, the determining the area of the road to be driven from the curved road surface according to the field of view of the point cloud sensor and the curved road surface includes: according to the field of view of the point cloud sensor and the curved road surface , determine a first length and a second width, the first length is less than or equal to the length of the curved driving surface, and the second width is less than or equal to the width of the curved driving surface; determine from the curved driving surface The length is the first length, and the width is the to-be-running road surface area of the second width.
本方案由于待行驶路面区域的长度基于传感器探测范围确定,因此,确定的待行驶路面区域更合理准确。In this solution, since the length of the road surface area to be driven is determined based on the detection range of the sensor, the determined road surface area to be driven on is more reasonable and accurate.
在一种可选的实施方式中,所述待行驶路面区域的一侧与所述曲面行驶路面靠近移动平台的一侧重合。本方案确定待行驶路面区域更合理准确。In an optional implementation manner, one side of the road surface area to be driven is coincident with the side of the curved driving surface area close to the mobile platform. This scheme determines the road area to be driven more reasonably and accurately.
第二方面,本申请实施例提供一种占据栅格地图的生成装置,包括:获取模块,用于获取点云传感器采集到的周围环境的点云;处理模块,用于:从所述周围环境的点云中获取障碍物点云和地面点云;以及根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;以及从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;以及根据所述障碍物点云,确定各所述栅格被占据的概率;以及根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。In a second aspect, an embodiment of the present application provides an apparatus for generating an occupancy grid map, including: an acquisition module for acquiring a point cloud of the surrounding environment collected by a point cloud sensor; and a processing module for: from the surrounding environment Obtain the obstacle point cloud and the ground point cloud from the point cloud of the mobile platform; and fit the curved driving road surface according to the characteristics of the ground point cloud and the ground, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is equipped with on the mobile platform; and determining a road surface area to travel from the curved road surface, the road surface area to travel is divided into a plurality of grids; and determining each grid according to the obstacle point cloud occupied probability; and generating a surface occupied grid map according to the occupied probability of each grid and the to-be-traveled road surface area.
在一种可选的实施方式中,所述处理模块具体用于:获取地面所在的道路的中心线;获取所述地面点云中与所述中心线的垂直距离小于或等于预设距离的第一点;采用多项式曲线插值拟合各所述第一点,得到道路中心拟合曲线;根据道路中心拟合曲线,得到所述曲面行驶路面,所述道路中心拟合曲线为所述曲面行驶路面的中心线。In an optional implementation manner, the processing module is specifically configured to: acquire the centerline of the road where the ground is located; acquire the first point cloud whose vertical distance from the centerline is less than or equal to a preset distance One point; use polynomial curve interpolation to fit each of the first points to obtain the road center fitting curve; according to the road center fitting curve, obtain the curved driving surface, and the road center fitting curve is the curved driving road surface the centerline.
在一种可选的实施方式中,所述处理模块具体用于:提取所述障碍物点云中与所述曲面行驶路面之间的高度差小于或等于车辆的最大高度的各第二点;根据各所述第二点,确 定各所述占据栅格被占据的概率。In an optional implementation manner, the processing module is specifically configured to: extract each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle; According to each of the second points, the probability that each of the occupied grids is occupied is determined.
在一种可选的实施方式中,所述处理模块具体用于:根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域。In an optional implementation manner, the processing module is specifically configured to: determine the road surface area to be driven from the curved driving road surface according to the field of view of the point cloud sensor and the curved driving road surface.
在一种可选的实施方式中,所述处理模块具体用于:根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度,所述第一长度小于或等于所述曲面行驶路面的长度;从所述曲面行驶路面中确定长度为所述第一长度,宽度为第一宽度的所述待行驶路面区域,所述第一宽度为所述曲面行驶路面的宽度。In an optional implementation manner, the processing module is specifically configured to: determine a first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the curved surface The length of the driving road surface; the length of the curved driving road surface is determined as the first length and the width is the first width of the road surface area to be driven, and the first width is the width of the curved driving road surface.
在一种可选的实施方式中,所述处理模块具体用于:根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度和第二宽度,所述第一长度小于或等于所述曲面行驶路面的长度,所述第二宽度小于或等于所述曲面行驶路面的宽度;从所述曲面行驶路面中确定长度为所述第一长度,宽度为所述第二宽度的所述待行驶路面区域。In an optional implementation manner, the processing module is specifically configured to: determine a first length and a second width according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or is equal to the length of the curved driving surface, and the second width is less than or equal to the width of the curved driving surface; the length determined from the curved driving surface is the first length, and the width is all the second width. Describe the road area to be driven.
在一种可选的实施方式中,所述待行驶路面区域的一侧与所述曲面行驶路面靠近移动平台的一侧重合。In an optional implementation manner, one side of the road surface area to be driven is coincident with the side of the curved driving surface area close to the mobile platform.
第三方面,本申请实施例提供一种点云传感器,包括:至少一个处理器;以及与所述至少一个处理器通信连接的存储器;其中,所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行第一方面或第一方面任一可能的实施方式中所述的方法。In a third aspect, embodiments of the present application provide a point cloud sensor, including: at least one processor; and a memory communicatively connected to the at least one processor; wherein the memory stores data that can be used by the at least one processor Instructions to be executed, the instructions being executed by the at least one processor to enable the at least one processor to perform the method of the first aspect or any possible implementation of the first aspect.
第四方面,本申请实施例提供一种移动平台,所述移动平台上搭载有第三方面所述的点云传感器。In a fourth aspect, an embodiment of the present application provides a mobile platform on which the point cloud sensor described in the third aspect is mounted.
第五方面,本申请实施例提供一种移动平台,包括点云传感器和处理器;所述点云传感器用于采集周围环境的点云,以及将所述周围环境的点云发送至所述处理器;所述处理器用于接收所述周围环境的点云,从所述周围环境的点云中获取障碍物点云和地面点云;以及,根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;以及,从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;以及,根据所述障碍物点云,确定各所述栅格被占据的概率;以及,根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。In a fifth aspect, an embodiment of the present application provides a mobile platform, including a point cloud sensor and a processor; the point cloud sensor is configured to collect a point cloud of a surrounding environment, and send the point cloud of the surrounding environment to the processing the processor; the processor is configured to receive the point cloud of the surrounding environment, obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment; and, according to the characteristics of the ground point cloud and the ground, fit a curved driving road surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; is divided into a plurality of grids; and, according to the obstacle point cloud, determine the probability that each grid is occupied; and, according to the probability that each grid is occupied and the road area to be driven, generate The surface occupies the raster map.
在一种可选的实施方式中,所述处理器还用于执行第一方面任一可能的实施方式中所述的方法。In an optional implementation manner, the processor is further configured to execute the method described in any possible implementation manner of the first aspect.
第六方面,本申请实施例提供一种存储介质,其特征在于,所述存储介质包括计算机程序,所述计算机程序用于实现第一方面或第一方面任一可能的实施方式中所述的方法。In a sixth aspect, an embodiment of the present application provides a storage medium, wherein the storage medium includes a computer program, and the computer program is used to implement the first aspect or any possible implementation manner of the first aspect. method.
附图说明Description of drawings
图1为目前的平面占据栅格地图的示意图;1 is a schematic diagram of a current plane occupying a grid map;
图2为本申请实施例提供的获取路面的占据栅格地图的场景示意图一;FIG. 2 is a schematic diagram 1 of a scene for obtaining an occupied grid map of a road surface provided by an embodiment of the present application;
图3为本申请实施例提供的获取路面的占据栅格地图的场景示意图二;FIG. 3 is a schematic diagram 2 of a scene for obtaining a grid map of road occupancy provided by an embodiment of the present application;
图4为本申请实施例提供的获取路面的占据栅格地图的场景示意图三;FIG. 4 is a schematic diagram 3 of a scenario for obtaining a grid map of road occupancy provided by an embodiment of the present application;
图5为本申请实施例提供的获取路面的占据栅格地图的场景示意图四;FIG. 5 is a schematic diagram 4 of a scenario for acquiring a grid map of road occupancy provided by an embodiment of the present application;
图6为本申请实施例提供的获取路面的占据栅格地图的场景示意图五;FIG. 6 is a schematic diagram 5 of a scenario for obtaining an occupied grid map of a road surface provided by an embodiment of the present application;
图7为本申请实施例提供的获取路面的占据栅格地图的场景示意图六;FIG. 7 is a schematic diagram 6 of a scenario for obtaining an occupied grid map of a road surface provided by an embodiment of the present application;
图8为本申请实施例提供的占据栅格地图的生成方法的流程图;8 is a flowchart of a method for generating an occupancy grid map provided by an embodiment of the present application;
图9为本申请实施例提供的道路中心线的示意图;9 is a schematic diagram of a road centerline provided by an embodiment of the present application;
图10为本申请实施例提供的待行驶路面区域的示意图;10 is a schematic diagram of a road surface area to be driven according to an embodiment of the application;
图11为本申请实施例提供的障碍物点云中的第二点的示意图;11 is a schematic diagram of a second point in an obstacle point cloud provided by an embodiment of the present application;
图12为本申请实施例提供的曲面占据栅格地图的示意图;12 is a schematic diagram of a curved surface occupying a grid map provided by an embodiment of the present application;
图13为本申请实施例提供的占据栅格地图的生成装置的示意性框图;13 is a schematic block diagram of an apparatus for generating an occupancy grid map provided by an embodiment of the present application;
图14为本申请实施例提供的移动平台的示意性框图;14 is a schematic block diagram of a mobile platform provided by an embodiment of the present application;
图15为本申请实施例的电子设备的一种示意性框图。FIG. 15 is a schematic block diagram of an electronic device according to an embodiment of the present application.
具体实施方式Detailed ways
首先对本申请涉及的要素进行说明。First, the elements involved in the present application will be described.
平面占据栅格地图(flat occupancy grid map,FOGM),是基于检测区域为平面的假设,将平面检测区域划分成多个栅格,根据探测器(比如雷达、摄像头)对周围环境的检测数据,确定每个栅格被障碍物占据的概率,将每个栅格被障碍物占据的概率反应至检测区域中相应的栅格上,得到平面占据栅格地图。平面占据栅格地图的一种示意图可如图1所示,栅格中填充的颜色越深,表示该栅格被占据的概率越大。The flat occupancy grid map (FOGM) is based on the assumption that the detection area is a plane, and divides the plane detection area into multiple grids. According to the detection data of the surrounding environment by the detector (such as radar and camera), Determine the probability that each grid is occupied by obstacles, reflect the probability that each grid is occupied by obstacles to the corresponding grids in the detection area, and obtain a plane occupied grid map. A schematic diagram of a plane occupied grid map can be shown in Figure 1. The darker the color filled in the grid, the greater the probability that the grid is occupied.
曲面占据栅格地图(curved occupancy grid map,COGM),是指把曲面检测区域划分成多个栅格,根据探测器对周围环境的检测数据,确定每个栅格被障碍物占据的概率,将每个栅格被障碍物占据的概率反应至曲面检测区域中相应的栅格上,得到曲面占据栅格地图。Curved occupancy grid map (COGM) refers to dividing the surface detection area into multiple grids. According to the detection data of the surrounding environment by the detector, the probability that each grid is occupied by obstacles is determined. The probability that each grid is occupied by obstacles is reflected to the corresponding grid in the surface detection area, and the grid map of surface occupancy is obtained.
为了更好的理解的本申请,下面对目前存在的问题进行说明。For a better understanding of the present application, the existing problems are described below.
图2~图7为获取路面的占据栅格地图的几种场景示意图,参见图2~图7,图2~图7中的车辆上搭载有探测器,图2中的道路为平面道路,图3中的道路为具有上坡的曲面道路,图4中的道路为具有下坡的曲面道路,图5中的道路为凹凸不平的曲面道路,图6中的道路上方具有悬挂物,图7中的道路为具有桥洞、隧道的道路。Figures 2 to 7 are schematic diagrams of several scenarios for obtaining the occupancy grid map of the road surface. Refer to Figures 2 to 7. The vehicles in Figures 2 to 7 are equipped with detectors. The road in Figure 2 is a flat road. The road in Fig. 3 is a curved road with an upward slope, the road in Fig. 4 is a curved road with a downward slope, the road in Fig. 5 is a curved road with unevenness, the road in Fig. The road is a road with bridge holes and tunnels.
而目前不论是在哪种场景下,均将道路假设为平面道路,基于探测器获取到的地面点云拟合平面路面,根据探测器的视野范围从平面路面中确定一可行驶区域,将该可行驶区域划分成多个栅格,根据探测器获取到的障碍物点云确定每个栅格被障碍物占据的概率,将每个栅格被障碍物占据的概率反应至可行驶区域中相应的栅格上,得到平面占据栅格地图。At present, no matter what kind of scene it is in, the road is assumed to be a plane road, and the plane road is fitted based on the ground point cloud obtained by the detector, and a drivable area is determined from the plane road according to the field of view of the detector. The drivable area is divided into multiple grids, and the probability that each grid is occupied by obstacles is determined according to the obstacle point cloud obtained by the detector, and the probability that each grid is occupied by obstacles is reflected to the corresponding drivable area. on the grid to get the plane occupancy grid map.
可以理解的是,目前得到平面占据栅格地图的方法,在图3~图5所示的场景下,由于实际路面不是平面,因此在将路面拟合成平面道路得到的平面占据栅格地图并不准确。进一步地,在图3所示的场景下,还有可能存在将上坡的道路误判为障碍物的情况,在图4所示的场景下,存在将下坡的路面误判为自由可行驶的平面区域的情况,在图5所示的场景下,还有可能存在将上坡的路面误判为障碍物的情况,以及存在将下坡的路面误判为自由可行驶的平面区域的情况。在图6和图7所示的场景下,则存在将悬挂物误判为障碍物的情况,在图7的场景下,存在将桥洞,隧道的顶盖误判为 障碍物的情况。也就是说,目前得到平面占据栅格地图的方法,由于将路面假设为平面路面,和/或,在确定每个栅格被障碍物占据的概率时使用了所有的障碍物点云数据,使得得到的平面占据栅格地图不够准确。It can be understood that, in the current method of obtaining a plane occupied grid map, in the scenarios shown in Figures 3 to 5, since the actual road surface is not a plane, the plane occupied grid map obtained by fitting the road surface to a plane road and Inaccurate. Further, in the scenario shown in FIG. 3 , there may be a situation where the uphill road is misjudged as an obstacle, and in the scenario shown in FIG. 4 , the downhill road may be misjudged as free to drive. In the scenario shown in Figure 5, there may be cases where the uphill road is misjudged as an obstacle, and the downhill road is misjudged as a freely drivable flat area. . In the scenarios shown in Figures 6 and 7, there are cases where the hanging objects are misjudged as obstacles, and in the scene in Figure 7, there are cases where bridge holes and the roof of the tunnel are misjudged as obstacles. That is to say, the current method for obtaining a grid map of plane occupancy, because the road surface is assumed to be a plane road surface, and/or, all the obstacle point cloud data are used in determining the probability of each grid being occupied by obstacles, so that The resulting plane occupancy raster map is not accurate enough.
为了解决上述技术问题,本申请中基于地面的实际特征拟合曲面路面,可以提高得到的占据栅格地图的准确度。In order to solve the above technical problems, in the present application, the curved road surface is fitted based on the actual characteristics of the ground, which can improve the accuracy of the obtained occupancy grid map.
下面采用具体的实施例对本申请的占据栅格地图的生成方法进行说明。The method for generating an occupancy grid map of the present application will be described below using specific embodiments.
图8为本申请实施提供的占据栅格地图的生成方法进行说明。本实施例的执行主体可为占据栅格地图的生成装置,参见图8,本实施例的方法包括:FIG. 8 illustrates a method for generating an occupancy grid map provided by the implementation of the present application. The execution subject of this embodiment may be a generating device for occupying a grid map. Referring to FIG. 8 , the method of this embodiment includes:
步骤S801、获取点云传感器采集周围环境的点云。Step S801 , acquiring the point cloud of the surrounding environment collected by the point cloud sensor.
其中,本实施例的点云传感器可以为飞行时间(time of flight,TOF)传感器,或者雷达或者摄像头。雷达可为激光雷达,激光雷达可为旋转激光雷达或固态激光雷达。点云传感器可搭载在移动平台上以获取移动平台周围环境的点云。移动平台可以为车辆,比如自动驾驶车辆等。The point cloud sensor in this embodiment may be a time of flight (TOF) sensor, or a radar or a camera. The radar can be a lidar, and the lidar can be a rotating lidar or a solid-state lidar. The point cloud sensor can be mounted on the mobile platform to obtain the point cloud of the surrounding environment of the mobile platform. The mobile platform can be a vehicle, such as an autonomous vehicle.
本实施例中的占据栅格地图的生成装置可以是点云传感器的全部或部分,还可以是搭载点云传感器的移动平台的全部或部分,还可以是与点云传感器或移动平台具有通信连接关系的服务器或者终端设备的全部或部分。The device for generating the occupancy grid map in this embodiment may be all or part of the point cloud sensor, or all or part of the mobile platform equipped with the point cloud sensor, or may be connected to the point cloud sensor or the mobile platform for communication All or part of the server or end device of the relationship.
步骤S802、从周围环境的点云中获取障碍物点云和地面点云。Step S802: Obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment.
可以理解的是,周围环境的点云包括障碍物点云和地面点云,可先从周围环境的点云中提取地面点云,剩下的点云即为障碍物点云。It can be understood that the point cloud of the surrounding environment includes the obstacle point cloud and the ground point cloud. The ground point cloud can be extracted from the point cloud of the surrounding environment first, and the remaining point cloud is the obstacle point cloud.
可选的,可采用地面点云快速分割算法,从周围环境的点云中提取地面点云。Optionally, the ground point cloud fast segmentation algorithm can be used to extract the ground point cloud from the point cloud of the surrounding environment.
也就是说,本实施例的方法可以准确的从周围环境的点云中提取地面点云,比如在图3所示的场景下,本实施例从周围环境的点云中提取地面点云的方法不会将上坡对应的点云误判为障碍物点云。That is to say, the method of this embodiment can accurately extract the ground point cloud from the point cloud of the surrounding environment. For example, in the scene shown in FIG. 3 , the method of this embodiment to extract the ground point cloud from the point cloud of the surrounding environment The point cloud corresponding to the uphill will not be misjudged as the obstacle point cloud.
步骤S803、根据地面点云和地面的特征,拟合曲面行驶路面,地面为移动平台所在的道路的地面,点云传感器搭载在移动平台上。Step S803: Fitting a curved driving road surface according to the ground point cloud and the characteristics of the ground. The ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform.
在得到地面点云后,可根据地面点云,拟合曲面行驶路面。After the ground point cloud is obtained, the surface driving road can be fitted according to the ground point cloud.
在一种具体的实现中,根据地面点云和地面的特征,拟合曲面行驶路面,包括如下的a1~a4:In a specific implementation, according to the ground point cloud and the characteristics of the ground, the curved road surface is fitted, including the following a1 to a4:
a1、获取地面所在的道路的中心线。a1. Obtain the centerline of the road where the ground is located.
可以理解的是,本实施例的道路为搭载点云传感器的移动平台所行驶的道路,其中,地面所在的道路的中心线可以指示地面的特征。It can be understood that the road in this embodiment is a road traveled by a mobile platform equipped with a point cloud sensor, wherein the centerline of the road where the ground is located may indicate the characteristics of the ground.
在具体的实现中,根据道路宽度方向的边界,可以计算中心线所在的范围,进而可获取地面所在的道路的中心线的方程,该方程用于指示地面所在的道路的中心线。其中,地面所在的道路的中心线与道路的延伸方向平行。In a specific implementation, the range of the centerline can be calculated according to the boundary in the width direction of the road, and then the equation of the centerline of the road where the ground is located can be obtained, which is used to indicate the centerline of the road where the ground is located. The center line of the road where the ground is located is parallel to the extending direction of the road.
示例性地,参见图9,图9中所示的901即为地面所在的道路的中心线。For example, referring to FIG. 9 , 901 shown in FIG. 9 is the center line of the road where the ground is located.
a2、获取地面点云中与该中心线的垂直距离小于或等于预设距离的第一点。a2. Obtain the first point in the ground point cloud whose vertical distance from the center line is less than or equal to the preset distance.
比如,点云传感器所在的移动平台行驶的道路的中心线的方程为a 1x i+b 1y j=0,则根据该方程计算各地面点云中的各点与该中心线的垂直距离,地面点云中与该中心线的垂直距离小于或等于预设距离的点为第一点。可以理解的是,第一点的数量为多个。 For example, the equation of the center line of the road where the mobile platform where the point cloud sensor is located is a 1 x i +b 1 y j =0, then calculate the vertical distance between each point in the point cloud and the center line according to this equation , the point in the ground point cloud whose vertical distance from the center line is less than or equal to the preset distance is the first point. It can be understood that the number of the first points is plural.
可选的,获取地面点云中与该中心线的垂直距离小于或等于预设距离的第一点,包括:对地面点云进行滤波,得到滤波后的地面点云,确定滤波后的地面点云中与该中心线的垂直距离小于或等于预设距离的点为第一点。Optionally, acquiring the first point in the ground point cloud whose vertical distance from the center line is less than or equal to a preset distance includes: filtering the ground point cloud, obtaining a filtered ground point cloud, and determining the filtered ground point The point in the cloud whose vertical distance from the center line is less than or equal to the preset distance is the first point.
a3、采用多项式曲线插值拟合各第一点,得到道路中心拟合曲线。a3. Use polynomial curve interpolation to fit each first point to obtain the road center fitting curve.
得到多个第一点后,采用多项式曲线插值拟合各第一点,得到道路中心拟合曲线。其中,多项式曲线插值,可以是L项式曲线插值,其中,L为大于或等于2的整数,比如,L=2或3或4或5或6。After a plurality of first points are obtained, polynomial curve interpolation is used to fit each first point to obtain a road center fitting curve. The polynomial curve interpolation may be L-nomial curve interpolation, where L is an integer greater than or equal to 2, for example, L=2 or 3 or 4 or 5 or 6.
a4、根据道路中心拟合曲线,得到曲面行驶路面,道路中心拟合曲线为曲面行驶路面的中心线。a4. According to the fitting curve of the road center, the curved road surface is obtained, and the road center fitting curve is the center line of the curved road surface.
根据直线面的形成原理,将道路宽度等宽的线段沿着中心拟合曲线移动可形成一个直线面,即曲面行驶路面。According to the formation principle of a straight surface, moving a line segment with the same width of the road along the center fitting curve can form a straight surface, that is, a curved road surface.
具体地,可获取过道路中心拟合曲线的第一端、宽度为点云传感器所在的移动平台行驶的道路的宽度以及与道路的延伸方向相垂直的第一线段,将该第一线段从道路中心拟合曲线的第一端沿道路中心拟合曲线移动至道路中心拟合曲线第二端,得到的以道路中心拟合曲线为中心线的曲面即为曲面行驶路面。可以理解的是,第一线段在移动过程中,始终与道路的延伸方向相垂直。Specifically, the first end of the fitted curve through the center of the road, the width of the road on which the mobile platform where the point cloud sensor is located, and the first line segment perpendicular to the extending direction of the road can be obtained, and the first line segment can be obtained. Moving from the first end of the road center fitting curve to the second end of the road center fitting curve along the road center fitting curve, the obtained surface with the road center fitting curve as the center line is the curved driving surface. It can be understood that the first line segment is always perpendicular to the extending direction of the road during the moving process.
或者说,曲面行驶路面相当于第一线段从道路中心拟合曲线的第一端沿道路中心拟合曲线移动至道路中心拟合曲线第二端,得到的曲面。In other words, the curved road surface is equivalent to a curved surface obtained by moving the first line segment from the first end of the road center fitting curve to the second end of the road center fitting curve along the road center fitting curve.
步骤S804、从该曲面行驶路面中确定待行驶路面区域,待行驶路面区域被划分为多个栅格。Step S804: Determine the road surface area to be driven from the curved road surface, and the road surface area to be driven is divided into a plurality of grids.
其中,待行驶路面区域靠近移动平台的一侧可与曲面行驶路面靠近移动平台的一侧重合,点云传感器搭载在该移动平台上。Among them, the side of the road surface area to be driven close to the mobile platform can be overlapped with the side of the curved road surface close to the mobile platform, and the point cloud sensor is mounted on the mobile platform.
在一种具体的实现中,从该曲面行驶路面中确定待行驶路面区域,具体可包括如下的b1~b2:In a specific implementation, the road surface area to be driven is determined from the curved road surface, which may specifically include the following b1 to b2:
b1、获取预设长度。b1. Obtain a preset length.
其中,预设长度可以存储在占据栅格地图的生成装置中。Wherein, the preset length may be stored in the generating device occupying the grid map.
b2、从曲面行驶路面中确定长度为预设长度,宽度为第一宽度的待行驶路面区域,第一宽度为曲面行驶路面的宽度。b2. Determine the length from the curved driving road surface as the preset length and the width as the road surface area to be driven with the first width, and the first width is the width of the curved driving road surface.
也就是说,该具体的实现中确定的待行驶路面区域为曲面行驶路面中长度为预设长度,宽度为第一宽度的区域。或者说,可将待行驶路面区域抽象看作与可移动平台前进方向垂直的直线沿着道路中心弧形曲线从移动预设长度形成的平面。That is to say, the area of the road surface to be driven determined in this specific implementation is an area in the curved road surface where the length is the preset length and the width is the first width. In other words, the road surface area to be traveled can be abstracted as a plane formed by a straight line perpendicular to the advancing direction of the movable platform along the arc curve in the center of the road from moving a preset length.
在得到待行驶路面区域后,将待行驶路面区域划分成多个大小相同的栅格,比如M×N个大小相同的栅格,其中,M、N均为正整数。After the road surface area to be driven is obtained, the road surface area to be driven is divided into a plurality of grids of the same size, such as M×N grids of the same size, wherein M and N are both positive integers.
该具体实现中,由于待行驶路面区域的长度为预设长度,因此,确定待行驶路面区域的效率较高。In this specific implementation, since the length of the road surface area to be driven is a preset length, the efficiency of determining the road surface area to be driven is relatively high.
在另一种具体的实现中,可根据传感器的探测范围和曲面行驶路面,从该曲面行驶路面中确定待行驶路面区域,具体可包括如下的c1~c2:In another specific implementation, the area to be driven on the road surface may be determined from the curved road surface according to the detection range of the sensor and the curved road surface, which may specifically include the following c1 to c2:
c1、根据点云传感器的视野范围和曲面行驶路面,确定第一长度,第一长度小于或等于曲面行驶路面的长度。c1. Determine the first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the length of the curved road surface.
其中,在点云传感器能够探测到的最远距离小于曲面行驶路面的长度时,第一长度为点云传感器能够探测到的最远距离,在在点云传感器能够探测到的最远距离大于或等于曲面行驶路面的长度时,第一长度等于曲面行驶路面的长度。Among them, when the farthest distance that the point cloud sensor can detect is less than the length of the curved road surface, the first length is the farthest distance that the point cloud sensor can detect, and when the farthest distance that the point cloud sensor can detect is greater than or When equal to the length of the curved road surface, the first length is equal to the length of the curved road surface.
c2、从曲面行驶路面中确定长度为第一长度,宽度为第一宽度的待行驶路面区域,第一宽度为曲面行驶路面的宽度。c2. Determine the length as the first length and the width as the to-be-running road surface area of the first width from the curved driving road surface, and the first width is the width of the curved driving road surface.
也就是说,待行驶路面区域为曲面行驶路面中长度为第一长度,宽度为第一宽度的区域。That is to say, the road surface area to be driven is an area of the curved road surface where the length is the first length and the width is the first width.
在得到待行驶路面区域后,将待行驶路面区域划分成多个大小相同的栅格,具体可如图10所示。参见图10,图10中的待行驶路面区域可以是在图3所示的场景下得到的待行驶路面区域,可以理解的是,该待行驶路面区域中存在视觉上大小不同的栅格是因为行驶路面被拟合成曲面造成的,实际上待行驶路面区域包括的各栅格的大小是相同的。After obtaining the road surface area to be driven, the road surface area to be driven is divided into a plurality of grids of the same size, as shown in FIG. 10 . Referring to FIG. 10 , the road area to be driven in FIG. 10 may be the road area to be driven obtained in the scenario shown in FIG. 3 . It can be understood that there are grids of different sizes in the road area to be driven because the grids are visually different. The driving road surface is fitted to a curved surface. In fact, the size of each grid included in the road surface area to be driven is the same.
该具体实现中,由于待行驶路面区域的长度基于传感器探测范围确定,因此,确定的待行驶路面区域更合理准确。In this specific implementation, since the length of the road surface area to be driven is determined based on the detection range of the sensor, the determined road surface area to be driven on is more reasonable and accurate.
在又一种具体的实现中,可根据传感器的探测范围,从该曲面行驶路面中确定待行驶路面区域,具体可包括如下的d1~d2:In yet another specific implementation, the area to be driven on the road surface may be determined from the curved road surface according to the detection range of the sensor, which may specifically include the following d1 to d2:
d1、根据点云传感器的视野范围和曲面行驶路面,确定第一长度和第二宽度,第一长度小于或等于曲面行驶路面的长度,第二宽度小于或等于曲面行驶路面的宽度。d1. Determine a first length and a second width according to the field of view of the point cloud sensor and the curved road surface. The first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the width of the curved road surface.
其中,第一长度的确定方法同上,此处不再赘述。对于第二宽度,在点云传感器能够探测到的最大宽度小于曲面行驶路面的第一宽度时,第二宽度为点云传感器能够探测到的最大宽度,在在点云传感器能够探测到的最大宽度大于或等于第一宽度时,第二宽度等于第一宽度。The method for determining the first length is the same as above, and details are not repeated here. For the second width, when the maximum width that can be detected by the point cloud sensor is smaller than the first width of the curved road surface, the second width is the maximum width that the point cloud sensor can detect. When greater than or equal to the first width, the second width is equal to the first width.
d2、从曲面行驶路面中确定长度为第一长度,宽度为第二宽度的待行驶路面区域。d2. Determine, from the curved driving road surface, the road surface area to be driven, the length being the first length and the width being the second width.
该具体实现中,由于待行驶路面区域的长度基于传感器探测范围确定,因此,确定的待行驶路面区域更合理准确。In this specific implementation, since the length of the road surface area to be driven is determined based on the detection range of the sensor, the determined road surface area to be driven on is more reasonable and accurate.
步骤S805、根据障碍物点云,确定各栅格被占据的概率。Step S805: Determine the probability that each grid is occupied according to the obstacle point cloud.
其中,根据障碍物点云,确定待行驶路面区域中的各栅格被占据的概率的方法可参照目前通用的方法,此处不再赘述。The method for determining the probability that each grid in the road surface area to be driven is occupied according to the obstacle point cloud may refer to the current general method, which will not be repeated here.
在一种可选的方式中,为了不将行驶路面上面的悬挂物或者桥洞或隧道的顶部误判为障碍物,该步骤中的“根据所述障碍物点云,待行驶路面区域中的各栅格被占据的概率”,可包括如下的e1~e2:In an optional manner, in order not to misjudge the suspension on the road surface or the top of a bridge hole or tunnel as an obstacle, in this step, "according to the obstacle point cloud, each The probability that the grid is occupied" can include the following e1~e2:
e1、提取障碍物点云中与曲面行驶路面之间的高度差小于或等于车辆的最大高度的各第二点。e1, extracting each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle.
也就是说,各第二点与曲面行驶路面之间的垂直高度差小于或等于车辆的最大高度。That is, the vertical height difference between each second point and the curved road surface is less than or equal to the maximum height of the vehicle.
一种方式中,曲面行驶路面的方程为:ax m+by n+cz k=0;对于障碍物点云中的每个点,获取该点与曲面行驶路面之间的垂直距离,若该垂直距离小于或等于车辆的最大高度,则该点为第二点。其中,a,b,c为常数,m为大于或等于2的整数,n为正整数,比如为1或2或3,k为正整数,比如为1或2或3。 In one way, the equation of the curved road surface is: ax m +by n +cz k =0; for each point in the obstacle point cloud, the vertical distance between the point and the curved road surface is obtained. The point is the second point if the distance is less than or equal to the maximum height of the vehicle. Among them, a, b, c are constants, m is an integer greater than or equal to 2, n is a positive integer, such as 1 or 2 or 3, and k is a positive integer, such as 1 or 2 or 3.
示例性地,参见图11,111为曲面行驶路面的侧视图,曲线112与曲线111之间的点均为第二点。Exemplarily, referring to FIG. 11 , 111 is a side view of a curved driving road surface, and the points between the curve 112 and the curve 111 are the second points.
e2、根据各第二点,确定待行驶路面区域中的各栅格被占据的概率。e2. According to each second point, determine the probability that each grid in the road surface area to be driven is occupied.
其中,根据各第二点,确定待行驶路面区域中的各栅格被占据的概率的具体实现可如下:Wherein, according to each second point, the specific implementation of determining the probability that each grid in the road surface area to be driven is occupied may be as follows:
e21、对于各第二点中的任意一个第二点,确定该第二点所占据的第一栅格,以及该第二点在该第一栅格所产生的影响概率。e21. For any one of the second points, determine the first grid occupied by the second point and the influence probability of the second point on the first grid.
其中,确定该第二点在该第一栅格所产生的影响概率的方法可参照目前通用的方法,此处不再赘述。Wherein, the method for determining the influence probability of the second point on the first grid may refer to the current general method, which will not be repeated here.
e22、将占据同一栅格的第二点对该栅格的影响概率相加,得到各栅格的预选占据概率;e22. Add the influence probabilities of the second point occupying the same grid to the grid to obtain the preselected occupancy probability of each grid;
e23、对于各栅格中任意一个第一栅格,根据该第一栅格的第一预选占据概率和上一时刻该第一栅格的占据概率,得到该第一栅格的占据概率。e23. For any first grid in each grid, obtain the occupancy probability of the first grid according to the first preselected occupancy probability of the first grid and the occupancy probability of the first grid at the previous moment.
其中,每个栅格的初始占据概率为0。Among them, the initial occupancy probability of each grid is 0.
根据该第一栅格的第一预选占据概率和上一时刻该第一栅格的占据概率,得到该第一栅格的占据概率的方法可参照目前通用的方法,此处不再赘述。According to the first pre-selected occupancy probability of the first grid and the occupancy probability of the first grid at the previous moment, the method for obtaining the occupancy probability of the first grid may refer to the current general method, which will not be repeated here.
e1~e2确定待行驶路面区域中的各栅格被占据的概率的方法,可以避免将行驶路面上面的悬挂物或者桥洞或隧道的顶部误判为障碍物,提高了确定待行驶路面区域中的各栅格被占据的概率的准确度,进而提高了生成的占据栅格地图的准确度。The method e1-e2 determines the probability that each grid in the road area to be driven is occupied can avoid misjudging the hanging objects on the road surface or the top of a bridge or tunnel as an obstacle, which improves the determination of the probability of being occupied in the road area to be driven. The accuracy of the probability that each grid is occupied, thereby improving the accuracy of the generated occupied grid map.
步骤S806、根据待行驶路面区域中各栅格被占据的概率和待行驶路面区域,生成曲面占据栅格地图。Step S806 , according to the occupied probability of each grid in the road surface area to be driven and the road surface area to be driven, generate a grid map occupied by the curved surface.
也就是,将待行驶路面区域中各栅格被占据的概率反应至相应的栅格上,即可生成曲面占据栅格地图。具体可如图12所示,颜色越深,表示该栅格被占据的概率越大。That is, by reflecting the occupied probability of each grid in the road surface area to be driven to the corresponding grid, the surface occupied grid map can be generated. Specifically, as shown in Figure 12, the darker the color, the greater the probability that the grid is occupied.
通过上述步骤S801~步骤S806,说明了根据点云传感器t时刻采集到的周围环境点云得到t时刻的占据栅格地图的方法。可以理解的是,可根据上述相同的方法获取任意一时刻的占据栅格地图。Through the above steps S801 to S806, the method for obtaining the occupied grid map at time t according to the surrounding environment point cloud collected by the point cloud sensor at time t is described. It can be understood that the occupancy grid map at any time can be obtained according to the same method as above.
本实施例中,基于地面的特征拟合曲面行驶路面,从曲面行驶路面中确定待行驶路面区域,待行驶路面区域被划分为多个栅格,以及根据各栅格占据的概率和待行驶路面区域,生成曲面占据栅格地图,即不再对地面点云进行平面拟合,而是曲面拟合得到符合地面实际特征的曲面行驶路面,那么得到的待行驶路面区域每个栅格的占据概率的准确性会提高,从而提高了生成的占据栅格地图的准确性。In this embodiment, the curved road surface is fitted based on the characteristics of the ground, and the road surface area to be driven is determined from the curved road surface. area, and generate a surface occupied grid map, that is, the ground point cloud is no longer flatly fitted, but the surface is fitted to obtain a curved driving road surface that conforms to the actual characteristics of the ground, then the occupancy probability of each grid in the road area to be driven is obtained. will increase the accuracy of the resulting occupancy raster map.
以上对本申请涉及的方法进行了说明,下面对本申请涉及的装置进行说明。The method according to the present application has been described above, and the device according to the present application is described below.
图13为本申请实施例提供的占据栅格地图的生成装置的示意性框图,参见图13,本实施例的装置包括:获取模块1301和处理模块1302。FIG. 13 is a schematic block diagram of an apparatus for generating an occupancy grid map provided by an embodiment of the present application. Referring to FIG. 13 , the apparatus in this embodiment includes an acquisition module 1301 and a processing module 1302 .
获取模块1301,用于获取点云传感器采集到的周围环境的点云;The acquisition module 1301 is used to acquire the point cloud of the surrounding environment collected by the point cloud sensor;
处理模块1302,用于:The processing module 1302 is used for:
从所述周围环境的点云中获取障碍物点云和地面点云;以及obtaining an obstacle point cloud and a ground point cloud from the point cloud of the surrounding environment; and
根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;以及According to the ground point cloud and the characteristics of the ground, fit a curved driving surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; and
从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;以及determining a road surface area to travel from the curved road surface area, the road surface area to travel is divided into a plurality of grids; and
根据所述障碍物点云,确定各所述栅格被占据的概率;以及determining a probability that each of the grids is occupied according to the obstacle point cloud; and
根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。According to the occupied probability of each grid and the area of the road surface to be driven, a grid map occupied by a curved surface is generated.
可选的,所述处理模块1302具体用于:Optionally, the processing module 1302 is specifically used for:
获取地面所在的道路的中心线;Get the centerline of the road where the ground is located;
获取所述地面点云中与所述中心线的垂直距离小于或等于预设距离的第一点;Obtain the first point whose vertical distance from the centerline is less than or equal to a preset distance in the ground point cloud;
采用多项式曲线插值拟合各所述第一点,得到道路中心拟合曲线;Use polynomial curve interpolation to fit each of the first points to obtain a road center fitting curve;
根据道路中心拟合曲线,得到所述曲面行驶路面,所述道路中心拟合曲线为所述曲面行驶路面的中心线。According to the road center fitting curve, the curved driving surface is obtained, and the road center fitting curve is the center line of the curved driving road surface.
可选的,所述处理模块1302具体用于:Optionally, the processing module 1302 is specifically used for:
提取所述障碍物点云中与所述曲面行驶路面之间的高度差小于或等于车辆的最大高度的各第二点;extracting each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle;
根据各所述第二点,确定各所述占据栅格被占据的概率。According to each of the second points, the probability that each of the occupied grids is occupied is determined.
可选的,所述处理模块1302具体用于:Optionally, the processing module 1302 is specifically used for:
根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域。According to the field of view of the point cloud sensor and the curved road surface, a road surface area to be driven is determined from the curved road surface.
可选的,所述处理模块1302具体用于:Optionally, the processing module 1302 is specifically used for:
根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度,所述第一长度小于或等于所述曲面行驶路面的长度;Determine a first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the length of the curved road surface;
从所述曲面行驶路面中确定长度为所述第一长度,宽度为第一宽度的所述待行驶路面区域,所述第一宽度为所述曲面行驶路面的宽度。From the curved driving surface, the length of the road surface area to be driven is determined as the first length and the width is the first width, and the first width is the width of the curved driving surface.
可选的,所述处理模块1302具体用于:Optionally, the processing module 1302 is specifically used for:
根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度和第二宽度,所述第一长度小于或等于所述曲面行驶路面的长度,所述第二宽度小于或等于所述曲面行驶路面的宽度;According to the field of view of the point cloud sensor and the curved road surface, a first length and a second width are determined, the first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the the width of the surface driving surface;
从所述曲面行驶路面中确定长度为所述第一长度,宽度为所述第二宽度的所述待行驶路面区域。A length of the first length and a width of the to-be-run surface area of the second width are determined from the curved running surface.
可选的,所述待行驶路面区域的一侧与所述曲面行驶路面靠近移动平台的一侧重合。Optionally, one side of the road surface area to be driven is coincident with the side of the curved road surface area close to the mobile platform.
本实施例的装置可以用于执行上述方法实施例中的技术方案,其实现原理和技术效果类似,此处不再赘述。The apparatus in this embodiment can be used to execute the technical solutions in the foregoing method embodiments, and the implementation principles and technical effects thereof are similar, and details are not described herein again.
图14为本申请实施例提供的移动平台的示意性框图,参见图14,本实施例的装置包括:点云传感器1401和处理器1402;FIG. 14 is a schematic block diagram of a mobile platform provided by an embodiment of the present application. Referring to FIG. 14 , the apparatus of this embodiment includes: a point cloud sensor 1401 and a processor 1402;
所述点云传感器用于采集周围环境的点云,以及将所述周围环境的点云发送至所述处理器;The point cloud sensor is used for collecting the point cloud of the surrounding environment, and sending the point cloud of the surrounding environment to the processor;
所述处理器用于接收所述周围环境的点云,从所述周围环境的点云中获取障碍物点云和地面点云;以及,根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;以及,从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;以及,根据所述障碍物点云,确定各所述栅格被占据的概率;以及,根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。The processor is configured to receive the point cloud of the surrounding environment, obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment; and, according to the characteristics of the ground point cloud and the ground, fit a curved surface for driving a road surface, where the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; and a road surface area to be driven is determined from the curved road surface, and the road surface area to be driven is divided is a plurality of grids; and, according to the obstacle point cloud, determine the probability that each grid is occupied; and, according to the probability that each grid is occupied and the road area to be driven, generate a curved surface occupied Raster map.
可选的,所述处理器1402具体用于:Optionally, the processor 1402 is specifically configured to:
获取地面所在的道路的中心线;Get the centerline of the road where the ground is located;
获取所述地面点云中与所述中心线的垂直距离小于或等于预设距离的第一点;Obtain the first point whose vertical distance from the centerline is less than or equal to a preset distance in the ground point cloud;
采用多项式曲线插值拟合各所述第一点,得到道路中心拟合曲线;Use polynomial curve interpolation to fit each of the first points to obtain a road center fitting curve;
根据道路中心拟合曲线,得到所述曲面行驶路面,所述道路中心拟合曲线为所述曲面行驶路面的中心线。According to the road center fitting curve, the curved driving surface is obtained, and the road center fitting curve is the center line of the curved driving road surface.
可选的,处理器1402具体用于:Optionally, the processor 1402 is specifically configured to:
提取所述障碍物点云中与所述曲面行驶路面之间的高度差小于或等于车辆的最大高度的各第二点;extracting each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle;
根据各所述第二点,确定各所述占据栅格被占据的概率。According to each of the second points, the probability that each of the occupied grids is occupied is determined.
可选的,所述处理器1402具体用于:根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域。Optionally, the processor 1402 is specifically configured to: determine the road surface area to be driven from the curved driving road surface according to the field of view of the point cloud sensor and the curved driving road surface.
可选的,所述处理器1402:Optionally, the processor 1402:
根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度,所述第一长度小于或等于所述曲面行驶路面的长度;Determine a first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the length of the curved road surface;
从所述曲面行驶路面中确定长度为所述第一长度,宽度为第一宽度的所述待行驶路面区域,所述第一宽度为所述曲面行驶路面的宽度。From the curved driving surface, the length of the road surface area to be driven is determined as the first length and the width is the first width, and the first width is the width of the curved driving surface.
可选的,所述处理器1402具体用于:Optionally, the processor 1402 is specifically configured to:
根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度和第二宽度,所述第一长度小于或等于所述曲面行驶路面的长度,所述第二宽度小于或等于所述曲面行驶路面的宽度;According to the field of view of the point cloud sensor and the curved road surface, a first length and a second width are determined, the first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the the width of the surface driving surface;
从所述曲面行驶路面中确定长度为所述第一长度,宽度为所述第二宽度的所述待行驶路面区域。A length of the first length and a width of the to-be-run surface area of the second width are determined from the curved running surface.
可选的,所述待行驶路面区域的一侧与所述曲面行驶路面靠近移动平台的一侧重合。Optionally, one side of the road surface area to be driven is coincident with the side of the curved road surface area close to the mobile platform.
本实施例的移动平台可以用于执行上述方法实施例中的技术方案,其实现原理和技术效果类似,此处不再赘述。The mobile platform in this embodiment can be used to execute the technical solutions in the foregoing method embodiments, and the implementation principles and technical effects thereof are similar, and details are not described herein again.
本申请实施例还提供一种移动平台,该移动平台上搭载有点云传感器,该点云传感器可以执行上述方法实施例中的方法。Embodiments of the present application further provide a mobile platform, where a point cloud sensor is mounted on the mobile platform, and the point cloud sensor can execute the methods in the foregoing method embodiments.
图15为本申请实施例的电子设备的一种示意性框图。本实施例的电子设备可以是移动平台,也可以是支持移动平台实现上述方法的芯片、芯片系统、或处理器等;该电子设备可以是点云传感器,也可以是支持点云传感器实现上述方法的芯片、芯片系统、或处理器等。本实施例的电子设备可用于实现上述方法实施例中描述的方法,具体可以参见述方法实施例中的说明。FIG. 15 is a schematic block diagram of an electronic device according to an embodiment of the present application. The electronic device in this embodiment may be a mobile platform, or a chip, a chip system, or a processor that supports the mobile platform to implement the above method; the electronic device may be a point cloud sensor, or a point cloud sensor that supports the implementation of the above method chip, system-on-chip, or processor. The electronic device in this embodiment can be used to implement the method described in the foregoing method embodiment, and for details, reference may be made to the description in the foregoing method embodiment.
所述电子设备可以包括一个或多个处理器1501,所述处理器1501也可以称为处理单元,可以实现一定的控制功能。所述处理器1501可以是通用处理器或者专用处理器等。The electronic device may include one or more processors 1501, and the processors 1501 may also be referred to as processing units, which may implement certain control functions. The processor 1501 may be a general-purpose processor or a special-purpose processor, or the like.
在一种可选的设计中,处理器1501也可以存有指令和/或数据1503,所述指令和/或数据1503可以被所述处理器运行,使得所述电子设备执行上述方法实施例中描述的方法。In an optional design, the processor 1501 may also store instructions and/or data 1503, and the instructions and/or data 1503 may be executed by the processor, so that the electronic device executes the above method embodiments method described.
在另一种可选的设计中,处理器1501中可以包括用于实现接收和发送功能的收发 单元。例如该收发单元可以是收发电路,或者是接口,或者是接口电路。用于实现接收和发送功能的收发电路、接口或接口电路可以是分开的,也可以集成在一起。上述收发电路、接口或接口电路可以用于代码/数据的读写,或者,上述收发电路、接口或接口电路可以用于信号的传输或传递。In another optional design, the processor 1501 may include a transceiver unit for implementing receiving and transmitting functions. For example, the transceiver unit may be a transceiver circuit, or an interface, or an interface circuit. Transceiver circuits, interfaces or interface circuits used to implement receiving and transmitting functions may be separate or integrated. The above-mentioned transceiver circuit, interface or interface circuit can be used for reading and writing code/data, or the above-mentioned transceiver circuit, interface or interface circuit can be used for signal transmission or transmission.
可选的,所述电子设备中可以包括一个或多个存储器1502,其上可以存有指令1504,所述指令可在所述处理器上被运行,使得所述电子设备执行上述方法实施例中描述的方法。可选的,所述存储器中还可以存储有数据。可选的,处理器中也可以存储指令和/或数据。所述处理器和存储器可以单独设置,也可以集成在一起。例如,上述方法实施例中所描述的对应关系可以存储在存储器中,或者存储在处理器中。Optionally, the electronic device may include one or more memories 1502 on which instructions 1504 may be stored, and the instructions may be executed on the processor, so that the electronic device executes the above method embodiments method described. Optionally, data may also be stored in the memory. Optionally, instructions and/or data may also be stored in the processor. The processor and the memory can be provided separately or integrated together. For example, the corresponding relationship described in the above method embodiments may be stored in a memory or in a processor.
可选的,所述电子设备还可以包括收发器1505和/或天线1506。所述处理器1501可以称为处理单元,对所述电子设备进行控制。所述收发器1505可以称为收发单元、收发机、收发电路或者收发器等,用于实现收发功能。Optionally, the electronic device may further include a transceiver 1505 and/or an antenna 1506 . The processor 1501 may be referred to as a processing unit, and controls the electronic device. The transceiver 1505 may be referred to as a transceiver unit, a transceiver, a transceiver circuit or a transceiver, etc., and is used to implement a transceiver function.
本申请实施例还提供一种存储介质,其特征在于,所述存储介质包括计算机程序,所述计算机程序用于实现上述方法实施例中的方法。An embodiment of the present application further provides a storage medium, characterized in that, the storage medium includes a computer program, and the computer program is used to implement the method in the foregoing method embodiment.
本申请实施例中描述的处理器和收发器可以用各种IC工艺技术来制造,例如互补金属氧化物半导体(complementary metal oxide semiconductor,CMOS)、N型金属氧化物半导体(nMetal-oxide-semiconductor,NMOS)、P型金属氧化物半导体(positive channel metal oxide semiconductor,PMOS)、双极结型晶体管(Bipolar Junction Transistor,BJT)、双极CMOS(BiCMOS)、硅锗(SiGe)、砷化镓(GaAs)等。The processors and transceivers described in the embodiments of this application can be fabricated using various IC process technologies, such as complementary metal oxide semiconductor (CMOS), nMetal-oxide-semiconductor (nMetal-oxide-semiconductor, NMOS), P-type metal oxide semiconductor (positive channel metal oxide semiconductor, PMOS), bipolar junction transistor (Bipolar Junction Transistor, BJT), bipolar CMOS (BiCMOS), silicon germanium (SiGe), gallium arsenide (GaAs) )Wait.
应理解,本申请实施例中的处理器可以是一种集成电路芯片,具有信号的处理能力。在实现过程中,上述方法实施例的各步骤可以通过处理器中的硬件的集成逻辑电路或者软件形式的指令完成。上述的处理器可以是通用处理器、数字信号处理器(digital signal processor,DSP)、专用集成电路(application specific integrated circuit,ASIC)、现场可编程门阵列(field programmable gate array,FPGA)或者其它可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件。It should be understood that the processor in this embodiment of the present application may be an integrated circuit chip, which has a signal processing capability. In the implementation process, each step of the above method embodiments may be completed by a hardware integrated logic circuit in a processor or an instruction in the form of software. The above-mentioned processor may be a general-purpose processor, a digital signal processor (DSP), an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), or other possible Programming logic devices, discrete gate or transistor logic devices, discrete hardware components.
可以理解,本申请实施例中的存储器可以是易失性存储器或非易失性存储器,或可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(read-only memory,ROM)、可编程只读存储器(programmable ROM,PROM)、可擦除可编程只读存储器(erasable PROM,EPROM)、电可擦除可编程只读存储器(electrically EPROM,EEPROM)或闪存。易失性存储器可以是随机存取存储器(random access memory,RAM),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的RAM可用,例如静态随机存取存储器(static RAM,SRAM)、动态随机存取存储器(dynamic RAM,DRAM)、同步动态随机存取存储器(synchronous DRAM,SDRAM)、双倍数据速率同步动态随机存取存储器(double data rate SDRAM,DDR SDRAM)、增强型同步动态随机存取存储器(enhanced SDRAM,ESDRAM)、同步连接动态随机存取存储器(synchlink DRAM,SLDRAM)和直接内存总线随机存取存储器(direct rambus RAM,DR RAM)。应注意,本文描述的系统和方法的存储器旨在包括但不限于这些和任意其它适合类型的存储器。It can be understood that the memory in this embodiment of the present application may be a volatile memory or a non-volatile memory, or may include both volatile and non-volatile memory. The non-volatile memory may be read-only memory (ROM), programmable read-only memory (PROM), erasable programmable read-only memory (EPROM), electrically programmable Erase programmable read-only memory (electrically EPROM, EEPROM) or flash memory. Volatile memory may be random access memory (RAM), which acts as an external cache. By way of example and not limitation, many forms of RAM are available, such as static random access memory (SRAM), dynamic random access memory (DRAM), synchronous DRAM, SDRAM), double data rate synchronous dynamic random access memory (double data rate SDRAM, DDR SDRAM), enhanced synchronous dynamic random access memory (enhanced SDRAM, ESDRAM), synchronous link dynamic random access memory (synchlink DRAM, SLDRAM) ) and direct memory bus random access memory (direct rambus RAM, DR RAM). It should be noted that the memory of the systems and methods described herein is intended to include, but not be limited to, these and any other suitable types of memory.
在上述实施例使用软件实现时,可以全部或部分地以计算机程序产品的形式实现。 所述计算机程序产品包括一个或多个计算机指令。在计算机上加载和执行所述计算机指令时,全部或部分地产生按照本申请实施例所述的流程或功能。所述计算机可以是通用计算机、专用计算机、计算机网络、或者其他可编程装置。所述计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,所述计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如同轴电缆、光纤、数字用户线(digital subscriber line,DSL))或无线(例如红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。所述计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集成的服务器、数据中心等数据存储设备。所述可用介质可以是磁性介质(例如,软盘、硬盘、磁带)、光介质(例如,高密度数字视频光盘(digital video disc,DVD))、或者半导体介质(例如,固态硬盘(solid state disk,SSD))等。When the above-described embodiments are implemented using software, they may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When the computer instructions are loaded and executed on a computer, all or part of the processes or functions described in the embodiments of the present application are generated. The computer may be a general purpose computer, special purpose computer, computer network, or other programmable device. The computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be downloaded from a website site, computer, server, or data center Transmission to another website site, computer, server, or data center by wire (eg, coaxial cable, optical fiber, digital subscriber line, DSL) or wireless (eg, infrared, wireless, microwave, etc.). The computer-readable storage medium may be any available medium that can be accessed by a computer or a data storage device such as a server, data center, etc. that includes an integration of one or more available media. The available media may be magnetic media (eg, floppy disks, hard disks, magnetic tapes), optical media (eg, high-density digital video discs (DVDs)), or semiconductor media (eg, solid state disks, SSD)) etc.
在本申请所提供的几个实施例中,应该理解到,所揭露的系统、装置和方法,可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。In the several embodiments provided in this application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the apparatus embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined or Can be integrated into another system, or some features can be ignored, or not implemented. On the other hand, the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.
所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution in this embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。In addition, each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit.
所述功能如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本申请各个实施例所述方法的全部或部分步骤。The functions, if implemented in the form of software functional units and sold or used as independent products, may be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the present application can be embodied in the form of a software product in essence, or the part that contributes to the prior art or the part of the technical solution. The computer software product is stored in a storage medium, including Several instructions are used to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the methods described in the various embodiments of the present application.
以上所述,仅为本申请的具体实施方式,但本申请的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本申请揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本申请的保护范围之内。因此,本申请的保护范围应以所述权利要求的保护范围为准。The above are only specific embodiments of the present application, but the protection scope of the present application is not limited to this. should be covered within the scope of protection of this application. Therefore, the protection scope of the present application should be subject to the protection scope of the claims.
应理解,说明书通篇中提到的“实施例”意味着与实施例有关的特定特征、结构或特性包括在本申请的至少一个实施例中。因此,在整个说明书各个实施例未必一定指相同的实施例。此外,这些特定的特征、结构或特性可以任意适合的方式结合在一个或多个实施例中。应理解,在本申请的各种实施例中,上述各过程的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本 申请实施例的实施过程构成任何限定。It is to be understood that reference throughout the specification to an "embodiment" means that a particular feature, structure, or characteristic associated with the embodiment is included in at least one embodiment of the present application. Thus, various embodiments throughout this specification are not necessarily necessarily referring to the same embodiment. Furthermore, the particular features, structures or characteristics may be combined in any suitable manner in one or more embodiments. It should be understood that, in various embodiments of the present application, the size of the sequence numbers of the above-mentioned processes does not mean the sequence of execution, and the execution sequence of each process should be determined by its functions and internal logic, and should not be dealt with in the embodiments of the present application. implementation constitutes any limitation.
还应理解,在本申请中,“当…时”、“若”以及“如果”均指在某种客观情况下本申请中的电子设备会做出相应的处理,并非是限定时间,且也不要求该电子设备实现时一定要有判断的动作,也不意味着存在其它限定。It should also be understood that, in this application, "when", "if" and "if" all mean that the electronic device in this application will perform corresponding processing under certain objective circumstances, not a limited time, and also It is not required that the electronic device must have a judging action when it is implemented, nor does it mean that there are other limitations.
本申请中对于使用单数表示的元素旨在用于表示“一个或多个”,而并非表示“一个且仅一个”,除非有特别说明。本申请中,在没有特别说明的情况下,“至少一个”旨在用于表示“一个或者多个”,“多个”旨在用于表示“两个或两个以上”。References in this application to elements in the singular are intended to mean "one or more" rather than "one and only one" unless specifically stated otherwise. In this application, unless otherwise specified, "at least one" is intended to mean "one or more", and "plurality" is intended to mean "two or more".
另外,本文中术语“和/或”,仅仅是一种描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况,其中A可以是单数或者复数,B可以是单数或者复数。In addition, the term "and/or" in this article is only an association relationship to describe the associated objects, indicating that there can be three kinds of relationships, for example, A and/or B, it can mean that A exists alone, A and B exist at the same time, There are three cases of B alone, where A can be singular or plural, and B can be singular or plural.
字符“/”一般表示前后关联对象是一种“或”的关系。The character "/" generally indicates that the associated objects are an "or" relationship.
本文中术语“……中的至少一个”或“……中的至少一种”,表示所列出的各项的全部或任意组合,例如,“A、B和C中的至少一种”,可以表示:单独存在A,单独存在B,单独存在C,同时存在A和B,同时存在B和C,同时存在A、B和C这六种情况,其中A可以是单数或者复数,B可以是单数或者复数,C可以是单数或者复数。The terms "at least one of" or "at least one of" herein mean all or any combination of the listed items, eg, "at least one of A, B, and C", It can be expressed as: A alone exists, B alone exists, C alone exists, A and B exist simultaneously, B and C exist simultaneously, and A, B and C exist simultaneously, where A can be singular or plural, and B can be Singular or plural, C can be singular or plural.
应理解,在本申请各实施例中,“与A相应的B”表示B与A相关联,根据A可以确定B。但还应理解,根据A确定B并不意味着仅仅根据A确定B,还可以根据A和/或其它信息确定B。It should be understood that, in various embodiments of the present application, "B corresponding to A" means that B is associated with A, and B can be determined according to A. However, it should also be understood that determining B according to A does not mean that B is only determined according to A, and B may also be determined according to A and/or other information.
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above are only specific embodiments of the present invention, but the protection scope of the present invention is not limited thereto. Any person skilled in the art can easily think of changes or substitutions within the technical scope disclosed by the present invention. should be included within the protection scope of the present invention. Therefore, the protection scope of the present invention should be based on the protection scope of the claims.

Claims (20)

  1. 一种占据栅格地图的生成方法,其特征在于,包括:A method for generating an occupancy grid map, comprising:
    获取点云传感器采集到的周围环境的点云;Obtain the point cloud of the surrounding environment collected by the point cloud sensor;
    从所述周围环境的点云中获取障碍物点云和地面点云;Obtain the obstacle point cloud and the ground point cloud from the point cloud of the surrounding environment;
    根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;Fitting a curved road surface according to the ground point cloud and the characteristics of the ground, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform;
    从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;determining a road surface area to be driven from the curved road surface, the road surface area to be driven is divided into a plurality of grids;
    根据所述障碍物点云,确定各所述栅格被占据的概率;According to the obstacle point cloud, determine the probability that each of the grids is occupied;
    根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。According to the occupied probability of each grid and the area of the road surface to be driven, a grid map occupied by a curved surface is generated.
  2. 根据权利要求1所述的方法,其特征在于,所述根据所述地面点云和地面的特征,拟合曲面行驶路面,包括:The method according to claim 1, wherein the fitting of the curved road surface according to the ground point cloud and the characteristics of the ground comprises:
    获取所述地面所在的道路的中心线;Obtain the centerline of the road where the ground is located;
    获取所述地面点云中与所述中心线的垂直距离小于或等于预设距离的第一点;Obtain the first point whose vertical distance from the centerline is less than or equal to a preset distance in the ground point cloud;
    采用多项式曲线插值拟合各所述第一点,得到道路中心拟合曲线;Use polynomial curve interpolation to fit each of the first points to obtain a road center fitting curve;
    根据道路中心拟合曲线,得到所述曲面行驶路面,所述道路中心拟合曲线为所述曲面行驶路面的中心线。According to the road center fitting curve, the curved driving surface is obtained, and the road center fitting curve is the center line of the curved driving road surface.
  3. 根据权利要求1或2所述的方法,其特征在于,所述根据所述障碍物点云,确定各所述占据栅格被占据的概率,包括:The method according to claim 1 or 2, wherein the determining the probability that each of the occupied grids is occupied according to the obstacle point cloud comprises:
    提取所述障碍物点云中与所述曲面行驶路面之间的高度差小于或等于车辆的最大高度的各第二点;extracting each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle;
    根据各所述第二点,确定各所述占据栅格被占据的概率。According to each of the second points, the probability that each of the occupied grids is occupied is determined.
  4. 根据权利要求3所述的方法,其特征在于,所述根据所述第二点,确定各所述占据栅格被占据的概率,包括:The method according to claim 3, wherein the determining the probability that each of the occupied grids is occupied according to the second point comprises:
    对于各第二点中的任意一个第二点,确定该第二点所占据的第一栅格,以及该第二点在该第一栅格所产生的影响概率;For any one of the second points, determine the first grid occupied by the second point and the influence probability of the second point on the first grid;
    将占据同一栅格的第二点对该栅格的影响概率相加,得到各所述栅格的预选占据概率;Adding the influence probabilities of the second point occupying the same grid to the grid to obtain the preselected occupancy probability of each of the grids;
    对于各所述栅格中任意一个栅格,根据该栅格的第一预选占据概率和上一时刻该的占据概率,得到该栅格的占据概率。For any one of the grids, the occupancy probability of the grid is obtained according to the first preselected occupancy probability of the grid and the occupancy probability at the previous moment.
  5. 根据权利要求1~4任一项所述的方法,其特征在于,从所述曲面行驶路面中确定待行驶路面区域,包括:The method according to any one of claims 1 to 4, wherein determining the road surface area to be driven from the curved road surface includes:
    根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域。According to the field of view of the point cloud sensor and the curved road surface, a road surface area to be driven is determined from the curved road surface.
  6. 根据权利要求5所述的方法,其特征在于,所述根据所述点云传感器的视野范围,从所述曲面行驶路面中确定待行驶路面区域,包括:The method according to claim 5, wherein the determining, according to the field of view of the point cloud sensor, the area to be driven on the road surface from the curved road surface comprises:
    根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度,所述第一长度小于或等于所述曲面行驶路面的长度;Determine a first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the length of the curved road surface;
    从所述曲面行驶路面中确定长度为所述第一长度,宽度为第一宽度的所述待行驶路面区域,所述第一宽度为所述曲面行驶路面的宽度。From the curved driving surface, the length of the road surface area to be driven is determined as the first length and the width is the first width, and the first width is the width of the curved driving surface.
  7. 根据权利要求5所述的方法,其特征在于,所述根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域,包括:The method according to claim 5, wherein the determining, according to the field of view of the point cloud sensor and the curved driving road surface, determines the road surface area to be driven from the curved driving road surface, comprising:
    根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度和第二宽度,所述第一长度小于或等于所述曲面行驶路面的长度,所述第二宽度小于或等于所述曲面行驶路面的宽度;According to the field of view of the point cloud sensor and the curved road surface, a first length and a second width are determined, the first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the the width of the surface driving surface;
    从所述曲面行驶路面中确定长度为所述第一长度,宽度为所述第二宽度的所述待行驶路面区域。A length of the first length and a width of the to-be-run surface area of the second width are determined from the curved running surface.
  8. 根据权利要求1~7任一项所述的方法,其特征在于,所述待行驶路面区域的一侧与所述曲面行驶路面靠近移动平台的一侧重合。The method according to any one of claims 1 to 7, characterized in that, one side of the road surface area to be driven is coincident with a side of the curved road surface area close to the moving platform.
  9. 一种占据栅格地图的生成装置,其特征在于,包括:A device for generating an occupied grid map, comprising:
    获取模块,用于获取点云传感器采集到的周围环境的点云;The acquisition module is used to acquire the point cloud of the surrounding environment collected by the point cloud sensor;
    处理模块,用于:Processing module for:
    从所述周围环境的点云中获取障碍物点云和地面点云;以及obtaining an obstacle point cloud and a ground point cloud from the point cloud of the surrounding environment; and
    根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;以及According to the ground point cloud and the characteristics of the ground, fit a curved driving surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; and
    从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;以及determining a road surface area to travel from the curved road surface area, the road surface area to travel is divided into a plurality of grids; and
    根据所述障碍物点云,确定各所述栅格被占据的概率;以及determining a probability that each of the grids is occupied according to the obstacle point cloud; and
    根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。According to the occupied probability of each grid and the area of the road surface to be driven, a grid map occupied by a curved surface is generated.
  10. 根据权利要求9所述的装置,其特征在于,所述点云传感器搭载在移动平台上,所述处理模块具体用于:The device according to claim 9, wherein the point cloud sensor is mounted on a mobile platform, and the processing module is specifically used for:
    获取地面所在的道路的中心线;Get the centerline of the road where the ground is located;
    获取所述地面点云中与所述中心线的垂直距离小于或等于预设距离的第一点;Obtain the first point whose vertical distance from the centerline is less than or equal to a preset distance in the ground point cloud;
    采用多项式曲线插值拟合各所述第一点,得到道路中心拟合曲线;Use polynomial curve interpolation to fit each of the first points to obtain a road center fitting curve;
    根据道路中心拟合曲线,得到所述曲面行驶路面,所述道路中心拟合曲线为所述曲面行驶路面的中心线。According to the road center fitting curve, the curved driving surface is obtained, and the road center fitting curve is the center line of the curved driving road surface.
  11. 根据权利要求9或10所述的装置,其特征在于,所述处理模块具体用于:The device according to claim 9 or 10, wherein the processing module is specifically configured to:
    提取所述障碍物点云中与所述曲面行驶路面之间的高度差小于或等于车辆的最大高度的各第二点;extracting each second point whose height difference between the obstacle point cloud and the curved road surface is less than or equal to the maximum height of the vehicle;
    根据各所述第二点,确定各所述占据栅格被占据的概率。According to each of the second points, the probability that each of the occupied grids is occupied is determined.
  12. 根据权利要求9~11任一项所述的装置,其特征在于,所述处理模块具体用于:The device according to any one of claims 9 to 11, wherein the processing module is specifically configured to:
    根据所述点云传感器的视野范围和所述曲面行驶路面,从所述曲面行驶路面中确定待行驶路面区域。According to the field of view of the point cloud sensor and the curved road surface, a road surface area to be driven is determined from the curved road surface.
  13. 根据权利要求12所述的装置,其特征在于,所述处理模块具体用于:The device according to claim 12, wherein the processing module is specifically configured to:
    根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度,所述第一长度小于或等于所述曲面行驶路面的长度;Determine a first length according to the field of view of the point cloud sensor and the curved road surface, where the first length is less than or equal to the length of the curved road surface;
    从所述曲面行驶路面中确定长度为所述第一长度,宽度为第一宽度的所述待行驶路面区域,所述第一宽度为所述曲面行驶路面的宽度。From the curved driving surface, the length of the road surface area to be driven is determined as the first length and the width is the first width, and the first width is the width of the curved driving surface.
  14. 根据权利要求12所述的装置,其特征在于,所述处理模块具体用于:The device according to claim 12, wherein the processing module is specifically configured to:
    根据所述点云传感器的视野范围和所述曲面行驶路面,确定第一长度和第二宽度,所述第一长度小于或等于所述曲面行驶路面的长度,所述第二宽度小于或等于所述曲面行驶路面的宽度;According to the field of view of the point cloud sensor and the curved road surface, a first length and a second width are determined, the first length is less than or equal to the length of the curved road surface, and the second width is less than or equal to the the width of the surface driving surface;
    从所述曲面行驶路面中确定长度为所述第一长度,宽度为所述第二宽度的所述待行驶路面区域。A length of the first length and a width of the to-be-run surface area of the second width are determined from the curved running surface.
  15. 根据权利要求9~14任一项所述的装置,其特征在于,所述待行驶路面区域的一侧与所述曲面行驶路面靠近所述移动平台的一侧重合。The device according to any one of claims 9 to 14, wherein a side of the road surface area to be driven is coincident with a side of the curved road surface that is close to the moving platform.
  16. 一种点云传感器,其特征在于,包括:A point cloud sensor, comprising:
    至少一个处理器;以及at least one processor; and
    与所述至少一个处理器通信连接的存储器;其中,a memory communicatively coupled to the at least one processor; wherein,
    所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够执行权利要求1~8中任一项所述的方法。The memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to perform the execution of any one of claims 1 to 8 Methods.
  17. 一种移动平台,其特征在于,所述移动平台上搭载有所述权利要求16所述的点云传感器。A mobile platform, characterized in that the mobile platform is equipped with the point cloud sensor of claim 16 .
  18. 一种移动平台,其特征在于,包括点云传感器和处理器;A mobile platform, characterized in that it includes a point cloud sensor and a processor;
    所述点云传感器用于采集周围环境的点云,以及将所述周围环境的点云发送至所述处理器;The point cloud sensor is used for collecting the point cloud of the surrounding environment, and sending the point cloud of the surrounding environment to the processor;
    所述处理器用于接收所述周围环境的点云,从所述周围环境的点云中获取障碍物点云和地面点云;以及,The processor is configured to receive a point cloud of the surrounding environment, and obtain an obstacle point cloud and a ground point cloud from the point cloud of the surrounding environment; and,
    根据所述地面点云和地面的特征,拟合曲面行驶路面,所述地面为移动平台所在的道路的地面,所述点云传感器搭载在所述移动平台上;以及,According to the ground point cloud and the characteristics of the ground, fit a curved driving surface, the ground is the ground of the road where the mobile platform is located, and the point cloud sensor is mounted on the mobile platform; and,
    从所述曲面行驶路面中确定待行驶路面区域,所述待行驶路面区域被划分为多个栅格;以及,Determining a road surface area to travel on from the curved road surface, the road surface area to travel on is divided into a plurality of grids; and,
    根据所述障碍物点云,确定各所述栅格被占据的概率;以及,determining a probability that each of the grids is occupied according to the obstacle point cloud; and,
    根据各所述栅格被占据的概率和所述待行驶路面区域,生成曲面占据栅格地图。According to the occupied probability of each grid and the area of the road surface to be driven, a grid map occupied by a curved surface is generated.
  19. 根据权利要求18所述的移动平台,其特征在于,所述处理器还用于执行权利要求2~8中任一项所述的方法。The mobile platform according to claim 18, wherein the processor is further configured to execute the method of any one of claims 2-8.
  20. 一种存储介质,其特征在于,所述存储介质包括计算机程序,所述计算机程序用于实现如权利要求1~8任一项所述的方法。A storage medium, characterized in that the storage medium comprises a computer program, and the computer program is used to implement the method according to any one of claims 1 to 8.
PCT/CN2020/118950 2020-09-29 2020-09-29 Occupancy grid map generation method and device WO2022067534A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2020/118950 WO2022067534A1 (en) 2020-09-29 2020-09-29 Occupancy grid map generation method and device
CN202080004371.0A CN112543938B (en) 2020-09-29 2020-09-29 Generation method and device of grid occupation map

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2020/118950 WO2022067534A1 (en) 2020-09-29 2020-09-29 Occupancy grid map generation method and device

Publications (1)

Publication Number Publication Date
WO2022067534A1 true WO2022067534A1 (en) 2022-04-07

Family

ID=75017358

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/118950 WO2022067534A1 (en) 2020-09-29 2020-09-29 Occupancy grid map generation method and device

Country Status (2)

Country Link
CN (1) CN112543938B (en)
WO (1) WO2022067534A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114879685A (en) * 2022-05-25 2022-08-09 合肥工业大学 River bank line detection and autonomous cruising method for unmanned ship
CN115330969A (en) * 2022-10-12 2022-11-11 之江实验室 Local static environment vectorization description method for ground unmanned vehicle
CN115376109A (en) * 2022-10-25 2022-11-22 杭州华橙软件技术有限公司 Obstacle detection method, obstacle detection device, and storage medium
CN116533998A (en) * 2023-07-04 2023-08-04 深圳海星智驾科技有限公司 Automatic driving method, device, equipment, storage medium and vehicle of vehicle

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115859908B (en) * 2023-02-22 2023-05-09 江苏曼荼罗软件股份有限公司 Electronic medical record display method and system based on grid processing

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8744744B2 (en) * 2010-08-30 2014-06-03 Denso Corporation Traveling environment recognition device
CN105652876A (en) * 2016-03-29 2016-06-08 北京工业大学 Mobile robot indoor route planning method based on array map
CN106097431A (en) * 2016-05-09 2016-11-09 王红军 A kind of object global recognition method based on 3 d grid map
US10354150B2 (en) * 2015-10-22 2019-07-16 Kabushiki Kaisha Toshiba Apparatus, method and program for generating occupancy grid map
CN110264572A (en) * 2019-06-21 2019-09-20 哈尔滨工业大学 A kind of terrain modeling method and system merging geometrical property and mechanical characteristic
CN110550029A (en) * 2019-08-12 2019-12-10 华为技术有限公司 obstacle avoiding method and device
CN111598916A (en) * 2020-05-19 2020-08-28 金华航大北斗应用技术有限公司 Preparation method of indoor occupancy grid map based on RGB-D information

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100066587A1 (en) * 2006-07-14 2010-03-18 Brian Masao Yamauchi Method and System for Controlling a Remote Vehicle
DK3428766T3 (en) * 2014-09-05 2021-06-07 Sz Dji Technology Co Ltd MULTI-SENSOR FOR IMAGING THE ENVIRONMENT
CN104374376B (en) * 2014-11-05 2016-06-15 北京大学 A kind of vehicle-mounted three-dimension measuring system device and application thereof
CN106792465B (en) * 2016-12-26 2019-08-30 华中科技大学 A kind of indoor fingerprint map constructing method based on crowdsourcing fingerprint
CN109270927B (en) * 2017-07-17 2022-03-11 阿里巴巴(中国)有限公司 Road data generation method and device
CN107388967B (en) * 2017-08-14 2019-11-12 上海汽车集团股份有限公司 A kind of outer parameter compensation method of vehicle-mounted three-dimensional laser sensor and device
CN108319655B (en) * 2017-12-29 2021-05-07 百度在线网络技术(北京)有限公司 Method and device for generating grid map
CN108460416A (en) * 2018-02-28 2018-08-28 武汉理工大学 A kind of structured road feasible zone extracting method based on three-dimensional laser radar
CN109017780B (en) * 2018-04-12 2020-05-05 深圳市布谷鸟科技有限公司 Intelligent driving control method for vehicle
CN110824514A (en) * 2018-08-14 2020-02-21 中国电信股份有限公司 Fingerprint positioning method and device and computer readable storage medium
CN111307166B (en) * 2018-12-11 2023-10-03 北京图森智途科技有限公司 Method and device for constructing occupied grid map and processing equipment
CN111771229B (en) * 2019-01-30 2023-11-21 百度时代网络技术(北京)有限公司 Point cloud ghost effect detection system for automatic driving vehicle
CN110068836B (en) * 2019-03-20 2024-02-02 同济大学 Laser radar road edge sensing system of intelligent driving electric sweeper
CN110120097B (en) * 2019-05-14 2020-09-04 南京林业大学 Semantic modeling method for airborne point cloud of large scene
CN110490888B (en) * 2019-07-29 2022-08-30 武汉大学 Highway geometric feature vectorization extraction method based on airborne laser point cloud
CN110320504B (en) * 2019-07-29 2021-05-18 浙江大学 Unstructured road detection method based on laser radar point cloud statistical geometric model
CN110866927B (en) * 2019-11-21 2021-07-20 哈尔滨工业大学 Robot positioning and composition method based on EKF-SLAM algorithm combined with dotted line characteristics of foot
CN111142117B (en) * 2019-12-31 2021-11-05 芜湖哈特机器人产业技术研究院有限公司 Hybrid navigation map construction method and system fusing corner plates and occupied grids

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8744744B2 (en) * 2010-08-30 2014-06-03 Denso Corporation Traveling environment recognition device
US10354150B2 (en) * 2015-10-22 2019-07-16 Kabushiki Kaisha Toshiba Apparatus, method and program for generating occupancy grid map
CN105652876A (en) * 2016-03-29 2016-06-08 北京工业大学 Mobile robot indoor route planning method based on array map
CN106097431A (en) * 2016-05-09 2016-11-09 王红军 A kind of object global recognition method based on 3 d grid map
CN110264572A (en) * 2019-06-21 2019-09-20 哈尔滨工业大学 A kind of terrain modeling method and system merging geometrical property and mechanical characteristic
CN110550029A (en) * 2019-08-12 2019-12-10 华为技术有限公司 obstacle avoiding method and device
CN111598916A (en) * 2020-05-19 2020-08-28 金华航大北斗应用技术有限公司 Preparation method of indoor occupancy grid map based on RGB-D information

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114879685A (en) * 2022-05-25 2022-08-09 合肥工业大学 River bank line detection and autonomous cruising method for unmanned ship
CN115330969A (en) * 2022-10-12 2022-11-11 之江实验室 Local static environment vectorization description method for ground unmanned vehicle
CN115376109A (en) * 2022-10-25 2022-11-22 杭州华橙软件技术有限公司 Obstacle detection method, obstacle detection device, and storage medium
CN116533998A (en) * 2023-07-04 2023-08-04 深圳海星智驾科技有限公司 Automatic driving method, device, equipment, storage medium and vehicle of vehicle
CN116533998B (en) * 2023-07-04 2023-09-29 深圳海星智驾科技有限公司 Automatic driving method, device, equipment, storage medium and vehicle of vehicle

Also Published As

Publication number Publication date
CN112543938A (en) 2021-03-23
CN112543938B (en) 2022-02-08

Similar Documents

Publication Publication Date Title
WO2022067534A1 (en) Occupancy grid map generation method and device
WO2021008202A1 (en) Method for kernel support vector machine target classification based on millimeter-wave radar point cloud features
CN112560972B (en) Target detection method based on millimeter wave radar prior positioning and visual feature fusion
EP3623241B1 (en) Method and device for controlling vehicle based on neighboring vehicles
US10878282B2 (en) Segmentation processing of image data for LiDAR-based vehicle tracking system and method
JP2023523243A (en) Obstacle detection method and apparatus, computer device, and computer program
US10757363B2 (en) Method and system for reconstructing a vehicle scene at a cloud layer
US11887335B2 (en) Technologies for fusing data from multiple sensors to improve object detection, identification, and localization
US10984540B2 (en) Tracking and modeling processing of image data for LiDAR-based vehicle tracking system and method
US10878580B2 (en) Point cluster refinement processing of image data for LiDAR-based vehicle tracking system and method
US20170307733A1 (en) Vehicle radar methods and systems
CN112347999A (en) Obstacle recognition model training method, obstacle recognition method, device and system
EP3832352A1 (en) Photodetector and distance measurement apparatus
US20210264796A1 (en) Methods for adjusting flight height for unmanned aerial vehicle, methods for controlling flight of unmanned aerial vehicle, and computer devices
WO2022166323A1 (en) Method for determining road line, and related apparatus and device
WO2017130285A1 (en) Vehicle determination apparatus, vehicle determination method, and vehicle determination program
CN111045022A (en) Vehicle tracking method and system based on light detection and distance measurement
WO2022068274A1 (en) Positioning method, apparatus and system
JP7418476B2 (en) Method and apparatus for determining operable area information
KR102255924B1 (en) Vehicle and method for detecting lane
EP3859385A1 (en) Data fusion method and apparatus for vehicle sensor
US11488477B2 (en) Driving assistance device, map transmission device, driving assistance program, map transmission program, and driving assistance system
CN115527187A (en) Method and device for classifying obstacles
CN115272899A (en) Risk early warning method and device, aircraft and storage medium
US11804135B2 (en) Object recognition apparatus, object recognition method, and computer readable 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: 20955559

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20955559

Country of ref document: EP

Kind code of ref document: A1