WO2022142744A1 - Procédé, appareil et dispositif de détection de bouclage, et support de stockage lisible par ordinateur - Google Patents

Procédé, appareil et dispositif de détection de bouclage, et support de stockage lisible par ordinateur Download PDF

Info

Publication number
WO2022142744A1
WO2022142744A1 PCT/CN2021/129493 CN2021129493W WO2022142744A1 WO 2022142744 A1 WO2022142744 A1 WO 2022142744A1 CN 2021129493 W CN2021129493 W CN 2021129493W WO 2022142744 A1 WO2022142744 A1 WO 2022142744A1
Authority
WO
WIPO (PCT)
Prior art keywords
local
constructed
level
local sub
sub
Prior art date
Application number
PCT/CN2021/129493
Other languages
English (en)
Chinese (zh)
Inventor
宁越
张一凡
邹李兵
王学强
Original Assignee
歌尔股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 歌尔股份有限公司 filed Critical 歌尔股份有限公司
Publication of WO2022142744A1 publication Critical patent/WO2022142744A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • G06T7/73Determining position or orientation of objects or cameras using feature-based methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Definitions

  • the present invention relates to the technical field of image processing, and in particular, to a loop closure detection method, apparatus, device, and computer-readable storage medium.
  • the current main way to reduce the cumulative error is scan to map (matching the laser return data with the map), that is, directly matching the lidar scan data with the map to obtain the actual position coordinates. While calculating the position, the newly scanned data is added to the constructed map in time, but this method may loop back anywhere when the characteristic laser return data is relatively small, resulting in an inaccurate map.
  • Embodiments of the present invention provide a loopback detection method, apparatus, device, and computer-readable storage medium, which aim to improve the accuracy of loopback and the success rate of map construction.
  • an embodiment of the present invention provides a loopback detection method, which includes:
  • the occupancy state matching degree of each level is greater than the preset matching degree, the occupancy state matching is performed between the local subgraph being constructed and the corresponding constructed local subgraph;
  • an embodiment of the present invention further provides a loopback detection device, where the loopback detection device includes:
  • the creation module is used to create a multi-level local sub-map to be compared, and compare the occupancy status of the multi-level local sub-map to be compared with the corresponding constructed local sub-map in turn to obtain the matching degree of occupancy status of each level;
  • the comparison module is used to match the occupancy state of the local sub-graph being constructed and the corresponding constructed local sub-graph if the occupancy state matching degree of each level is greater than the preset matching degree;
  • the determining module is configured to determine that the loopback is successful if the local sub-graph being constructed completely matches the occupancy state of the corresponding constructed local sub-graph at the same position.
  • an embodiment of the present invention also provides a loopback detection device, the loopback detection device includes a processor, a memory, and a loopback detection program stored in the memory.
  • the loopback detection program is run by the processor, the above-mentioned Steps of a loopback detection method.
  • an embodiment of the present invention further provides a computer-readable storage medium storing a loopback detection program on the computer-readable storage medium.
  • the loopback detection program is executed by a processor to implement the steps of the above loopback detection method.
  • a method, device, device and computer-readable storage medium for loop closure detection proposed by the present invention create multi-level partial sub-maps to be compared, and sequentially associate the multi-level partial sub-maps to be compared with corresponding ones according to the level.
  • the occupancy states of the constructed local subgraphs are compared to obtain the occupancy state matching degree of each level; if the occupancy state matching degree of each level is greater than the preset matching degree, the local subgraph being constructed is compared with the corresponding constructed local subgraph.
  • the graph performs occupancy state matching; if the local subgraph being constructed completely matches the occupancy state at the same position of the corresponding constructed local subgraph, it is determined that the loopback is successful. Therefore, after the occupancy state of the multi-level to-be-compared partial subgraph is successfully matched, the state of the local subgraph being constructed is matched with the corresponding constructed local subgraph, which improves the accuracy of loop closure and the success rate of map construction.
  • FIG. 1 is a schematic diagram of a hardware structure of a loopback detection device involved in various embodiments of the present invention
  • FIG. 2 is a schematic flowchart of the first embodiment of the loopback detection method of the present invention.
  • FIG. 3 is a schematic diagram of functional modules of the first embodiment of the loopback detection apparatus of the present invention.
  • the loopback detection device mainly involved in the embodiments of the present invention refers to a network connection device capable of realizing network connection, and the loopback detection device may be a server, a cloud platform, or the like.
  • FIG. 1 is a schematic diagram of a hardware structure of a loopback detection device involved in various embodiments of the present invention.
  • the loopback detection device may include a processor 1001 (for example, a central processing unit, Central Processing Unit, CPU), a communication bus 1002, an input port 1003, an output port 1004, and a memory 1005.
  • the communication bus 1002 is used to realize the connection communication between these components; the input port 1003 is used for data input; the output port 1004 is used for data output, and the memory 1005 can be a high-speed RAM memory or a non-volatile memory (non-volatile memory).
  • the memory 1005 may optionally also be a storage device independent of the aforementioned processor 1001 .
  • the hardware structure shown in FIG. 1 does not constitute a limitation of the present invention, and may include more or less components than those shown in the drawings, or combine some components, or arrange different components.
  • the memory 1005 in FIG. 1 as a readable computer-readable storage medium may include an operating system, a network communication module, an application program module, and a loopback detection program.
  • the network communication module is mainly used to connect to the server and perform data communication with the server; and the processor 1001 can call the loopback detection program stored in the memory 1005 and execute the loopback detection method provided by the embodiment of the present invention.
  • Embodiments of the present invention provide a loopback detection method.
  • FIG. 2 is a schematic flowchart of the first embodiment of the loopback detection method of the present invention.
  • a loopback detection method is applied to a loopback detection device, and the method includes:
  • Step S101 creating a multi-level local subgraph to be compared, and comparing the occupancy state of the multi-level local subgraph to be compared with the corresponding constructed local subgraph in turn according to the level, to obtain the occupancy state matching degree of each level;
  • Loopback detection also known as closed-loop detection, refers to the ability of the robot to recognize that it has reached a certain scene and make the map closed-loop. To put it simply, when the robot turns left and right to build a map, it can realize that a certain place has come before, and then match the map generated at this moment with the previously generated map.
  • This embodiment draws a map based on SLAM (Simultaneous Localization and Mapping).
  • SLAM is mainly used to solve the problems of positioning, navigation and map construction when mobile robots are running in unknown environments.
  • the process of building a local subgraph through SLAM includes:
  • the robot is equipped with a laser sensor, which can emit laser light and receive laser return data to measure the distance from the obstacle to the excitation sensor.
  • the laser sensor can be a 2D laser sensor. After the 2D laser sensor emits a frame of laser light, it receives the return laser return data in all directions, and determines the distance of the obstacle according to the return time. Based on the time difference from the launch of the laser to the receipt of the returned laser data, multiply the speed and divide by two to get the distance from the sensor to the nearest obstacle in the corresponding direction.
  • the robot is constantly moving and can fire lasers at various locations and receive return data.
  • a blank subgraph is created centered on the location where the robot emits laser light and receives returned data.
  • the size of the blank sub-image can be determined based on the actual scene.
  • the coordinate system where the robot and its laser return data are located is marked as the world coordinate system
  • the collected laser return data is marked as scan points in the world coordinate system
  • the location of the robot is marked as origin
  • the robot is marked as origin.
  • the blank submap and the converted partial submap can be a grid map, the size of which can be 5cm ⁇ 5cm, and the center of each partial submap is called a grid point (grid point). , and other points in the local subgraph are called corresponding pixels.
  • the final result is a constructed local map containing many subgraphs.
  • the local submap can be regarded as a grid probability map, but if the local subgraph is regarded as a feature point, then the entire constructed local map can be regarded as a topological map, and the local subgraphs are the feature points, and the relative positions between the local subgraphs
  • the constraint relationship is a line.
  • the relationship between the local subgraph and the local subgraph is maintained through the relative position of the center point, but the relative position error is relatively low between the local subgraphs with similar positions.
  • the error will become larger and larger. For example, assuming that there is an error of 1em in the adjacent local subgraph, when the final constructed map contains 100 local subgraphs, the last local subgraph is the same as the first one.
  • the error between the local subgraphs is as much as 1m, so loopback detection is required to correct these errors.
  • PL-ICP piont line-iterative closest point, point-line iteration closest point
  • PL-ICP piont line-iterative closest point, point-line iteration closest point
  • the multi-level local sub-images to be compared refer to local sub-images to be compared with different resolutions.
  • the preset resolutions include a first preset resolution, a second preset resolution, and a third preset resolution.
  • Resolution the corresponding hierarchical compression local sub-images are the first-level compressed local sub-image, the second-level compressed local sub-image and the third-level compressed local sub-image; the laser signal data received by the robot are respectively converted to the hierarchical compression local sub-image.
  • Subgraph obtain the local subgraph to be compared. In this embodiment, based on the SLAM algorithm, the laser signal data are respectively converted into hierarchically compressed local sub-maps.
  • the resolution of the compressed hierarchically compressed local sub-map is lower than the corresponding constructed local sub-map.
  • the resolution is reduced and the number of pixels is reduced. For example, if the area of the constructed local sub-image A is 1 square meter, when the resolution is 5cm per pixel, there are 400 pixels; if the compression is 50cm per pixel, there are 4 pixels.
  • the constructed local sub-images of the same size the number of pixels is reduced, and the amount of computation required for matching is greatly reduced.
  • three layers can be set, and each layer corresponds to the first preset resolution, the second preset resolution, and the third preset resolution.
  • the first preset resolution is 5cm per pixel
  • the second preset resolution is The rate is 10cm per pixel and the third preset resolution is 50cm.
  • the first occupancy state of each position in the first-level compressed local submap is compared with the occupancy state to be compared at each corresponding position in the corresponding constructed local submap to obtain the first occupancy state matching degree; this embodiment
  • the resolution of the first-level compressed local sub-image is the first resolution.
  • the first occupancy status of the corresponding positions of each pixel point in the first-level compressed local sub-map is acquired, and at the same time, the to-be-compared occupancy status corresponding to each pixel point position in the constructed local sub-map is acquired.
  • the first occupancy state of each position is compared with the occupancy state to be compared to obtain the matching degree of the first occupancy state.
  • the resolution of the first-level compressed local sub-image is low, the pixel points are relatively small, there are not many positions to be compared, and the amount of calculation is small, so that the local sub-images with obvious differences can be screened.
  • the second occupancy state of each position in the second-level compressed local submap is compared with the occupancy state of each corresponding position in the corresponding constructed local submap to be compared.
  • a second occupancy state matching degree is obtained, and the second preset resolution is higher than the first preset resolution; the preset first matching degree can be specifically set as required, for example, the preset first matching degree is set to 80%, 85% or 90%. Since the resolution of the second-level compressed local sub-image is higher than that of the first-level compressed local sub-image, it has more pixels and can perform more accurate matching.
  • the third occupancy state of each position in the third-level compressed local submap is compared with the occupancy state of each corresponding position in the corresponding constructed local submap to be compared.
  • a third occupancy state matching degree is obtained, and the third preset resolution is higher than the second preset resolution.
  • the preset second matching degree can be specifically set as required, for example, the preset second matching degree is set to 85% or 90%.
  • the robot performs error correction and updating on the constructed local sub-map based on the laser signal data received by the robot;
  • the matching degree of the first occupancy state and/or the degree of matching of the second occupancy state is low, it indicates that there may be errors in the constructed local sub-images, and therefore it is necessary to perform error correction and update in time to ensure the accuracy of the composition.
  • Step S102 if the occupancy state matching degree of each level is greater than the preset matching degree, the occupancy state matching is performed between the local subgraph being constructed and the corresponding constructed local subgraph;
  • the first occupancy state matching degree, the second occupancy state matching degree and the third occupancy state matching degree are all greater than the corresponding preset matching degrees, it means that the similarity between the local subgraph being constructed and the corresponding constructed local subgraph is relatively high. If the value is high, it means that the correctness of the constructed local subgraph is relatively high, that is, the laser return signal is successfully matched, and further loopback judgment is performed.
  • the current occupancy status of each position in the local submap being constructed is matched with the occupancy status to be compared at each corresponding position in the corresponding constructed local submap.
  • Step S103 if the local subgraph being constructed completely matches the occupancy state of the corresponding constructed local subgraph at the same position, it is determined that the loopback is successful.
  • loopback detection If the loopback detection is successful, the accumulated error can be significantly reduced, helping the robot to perform obstacle avoidance and navigation more accurately and quickly. And wrong detection results can make the map bad. Therefore, loop closure detection is very necessary in the construction of large-area and large-scene maps.
  • the loop closure detection method in this application is actually a map_to_map (map to map) method.
  • the map_to_map loopback detection method is to use not only a single frame of laser but also an unfinished local submap submap for each loopback detection. It is very easy to mismatch in the environment of , but the local submap contains map information for a period of time, and describes more environmental features, so it can greatly reduce the possibility of mismatch.
  • the local subgraph is compared with the constructed subgraph, and a second judgment is made. If the matching is still determined, the loopback matching is considered successful. This will not only not affect the real-time performance of the algorithm, but also improve the reliability of the algorithm output.
  • the front-end and back-end of the algorithm are generally operated by two processes at the same time. This solution can ensure the overall real-time performance of the algorithm.
  • the method further includes: optimizing the constructed local subgraphs to reduce the accumulated error of the constructed local subgraphs.
  • optimization may be performed based on the error of the adjacent subgraphs in the constructed local subgraph to minimize the final error, and the constructed local subgraph with the smallest error is saved as the final constructed local subgraph.
  • a multi-level local sub-map to be compared is created, and the multi-level local sub-map to be compared is sequentially compared with the corresponding constructed local sub-map according to the occupancy status, so as to obtain the matching degree of occupancy status of each level. ; If the matching degree of occupancy status of each level is greater than the preset matching degree, the occupancy status of the local subgraph being constructed is matched with the corresponding constructed local subgraph; if the local subgraph being constructed matches the corresponding constructed local subgraph If the occupancy states of the subgraphs at the same position completely match, it is determined that the loopback is successful. Therefore, after the occupancy state of the multi-level to-be-compared partial subgraph is successfully matched, the state of the local subgraph being constructed is matched with the corresponding constructed local subgraph, which improves the accuracy of loop closure and the success rate of map construction.
  • FIG. 3 is a schematic diagram of functional modules of the first embodiment of the loopback detection apparatus of the present invention.
  • the loopback detection device is a virtual device, which is stored in the memory 1005 of the loopback detection device shown in Compare the occupancy states of the multi-level local sub-maps to be compared with the corresponding constructed local sub-maps in turn to obtain the occupancy state matching degree of each level; it is used if the occupancy state matching degree of each level is greater than the preset matching degree, then Match the occupancy state of the local subgraph under construction with the corresponding constructed local subgraph; it is used to determine that the loopback is successful if the local subgraph being constructed completely matches the occupancy state of the corresponding constructed local subgraph at the same position .
  • the loopback detection device includes:
  • the creation module 10 is used to create a multi-level local sub-graph to be compared, and the multi-level local sub-graph to be compared is successively compared with the corresponding constructed local sub-graph by level, and the occupancy state matching degree of each level is obtained;
  • the comparison module 20 is used for matching the occupancy state of the local sub-graph being constructed and the corresponding constructed local sub-graph if the occupancy state matching degree of each level is greater than the preset matching degree;
  • the determination module 30 is configured to determine that the loopback is successful if the occupancy state of the local sub-graph being constructed and the corresponding constructed local sub-graph at the same position are completely matched.
  • creating modules is also used to:
  • the preset resolutions include a first preset resolution, a second preset resolution, and a third preset resolution.
  • Resolution, the corresponding hierarchical compressed local sub-images are the first-level compressed local sub-image, the second-level compressed local sub-image and the third-level compressed local sub-image;
  • the laser signal data received by the robot are respectively converted into hierarchical compressed local sub-images to obtain the local sub-images to be compared.
  • creating modules is also used to:
  • the matching degree of the first occupancy state is greater than the preset first matching degree
  • the second occupancy state of each position in the second-level compressed local submap is compared with the occupancy state of each corresponding position in the corresponding constructed local submap to be compared.
  • a second occupancy state matching degree is obtained, and the second preset resolution is higher than the first preset resolution
  • the third occupancy state of each position in the third-level compressed local submap is compared with the occupancy state of each corresponding position in the corresponding constructed local submap to be compared.
  • a third occupancy state matching degree is obtained, and the third preset resolution is higher than the second preset resolution.
  • creating modules is also used to:
  • first occupancy state matching degree is less than or equal to the preset first matching degree, error correction and updating of the constructed local sub-map is performed based on the laser signal data received by the robot.
  • creating modules is also used to:
  • comparison module is also used to:
  • the current occupancy status of each position in the local sub-map being constructed is matched with the to-be-compared occupancy status of each corresponding position in the corresponding constructed local sub-map.
  • comparison module is also used to:
  • the constructed local subgraph is optimized to reduce the accumulated error of the constructed local subgraph.
  • an embodiment of the present invention further provides a computer-readable storage medium, where a loopback detection program is stored on the computer-readable storage medium, and when the loopback detection program is run by a processor, the steps of the above loopback detection method are implemented.
  • a method, device, device and computer-readable storage medium for loop closure detection proposed by the present invention create multi-level partial sub-maps to be compared, and sequentially associate the multi-level partial sub-maps to be compared with corresponding ones according to the level.
  • the occupancy states of the constructed local subgraphs are compared to obtain the occupancy state matching degree of each level; if the occupancy state matching degree of each level is greater than the preset matching degree, the local subgraph being constructed is compared with the corresponding constructed local subgraph.
  • the graph performs occupancy state matching; if the local subgraph being constructed completely matches the occupancy state at the same position of the corresponding constructed local subgraph, it is determined that the loopback is successful. Therefore, after the occupancy state of the multi-level to-be-compared partial subgraph is successfully matched, the state of the local subgraph being constructed is matched with the corresponding constructed local subgraph, which improves the accuracy of loop closure and the success rate of map construction.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Image Analysis (AREA)
  • Control Of Position, Course, Altitude, Or Attitude Of Moving Bodies (AREA)

Abstract

Sont divulgués dans la présente invention un procédé, un appareil et un dispositif de détection de bouclage, ainsi qu'un support de stockage lisible par ordinateur. Le procédé consiste : à créer un sous-graphe local multiniveau à comparer, à effectuer consécutivement une comparaison d'état d'occupation sur le sous-graphe local multiniveau à comparer et un sous-graphe local construit correspondant selon des niveaux, et à obtenir le degré de correspondance d'état d'occupation de chaque niveau ; si le degré de correspondance d'état d'occupation de chaque niveau est supérieur au degré de correspondance prédéfini, à effectuer une mise en correspondance d'état d'occupation sur un sous-graphe local qui est en cours de construction et le sous-graphe local construit correspondant ; et si les états d'occupation du sous-graphe local qui est en cours de construction et le sous-graphe local construit correspondant à la même position correspondent complètement, à déterminer que le bouclage réussit. Par conséquent, après la mise en correspondance réussie des états d'occupation des sous-graphes locaux multiniveau à comparer, le sous-graphe local qui est en cours de construction et le sous-graphe local construit correspondant sont soumis à une mise en correspondance d'état, et la précision de bouclage et le taux de réussite de construction de carte sont améliorés.
PCT/CN2021/129493 2021-01-04 2021-11-09 Procédé, appareil et dispositif de détection de bouclage, et support de stockage lisible par ordinateur WO2022142744A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110010343.6A CN112700497B (zh) 2021-01-04 2021-01-04 回环检测方法、装置、设备及计算机可读存储介质
CN202110010343.6 2021-01-04

Publications (1)

Publication Number Publication Date
WO2022142744A1 true WO2022142744A1 (fr) 2022-07-07

Family

ID=75514786

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/129493 WO2022142744A1 (fr) 2021-01-04 2021-11-09 Procédé, appareil et dispositif de détection de bouclage, et support de stockage lisible par ordinateur

Country Status (2)

Country Link
CN (1) CN112700497B (fr)
WO (1) WO2022142744A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116105721A (zh) * 2023-04-11 2023-05-12 深圳市其域创新科技有限公司 地图构建的回环优化方法、装置、设备及存储介质
CN117173247A (zh) * 2023-11-02 2023-12-05 中国海洋大学 基于2D激光雷达与LightGBM的室外定位与构图方法及系统

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112700497B (zh) * 2021-01-04 2023-06-09 歌尔股份有限公司 回环检测方法、装置、设备及计算机可读存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110531766A (zh) * 2019-08-27 2019-12-03 熵智科技(深圳)有限公司 基于已知占据栅格地图的持续激光slam构图定位方法
CN111680747A (zh) * 2020-06-08 2020-09-18 北京百度网讯科技有限公司 用于占据栅格子图的闭环检测的方法和装置
US20200309529A1 (en) * 2019-03-29 2020-10-01 Trimble Inc. Slam assisted ins
CN111795687A (zh) * 2020-06-29 2020-10-20 深圳市优必选科技股份有限公司 一种机器人地图更新方法、装置、可读存储介质及机器人
CN111932600A (zh) * 2020-07-31 2020-11-13 杭州电子科技大学 一种基于局部子图的实时回环检测方法
CN112700497A (zh) * 2021-01-04 2021-04-23 歌尔股份有限公司 回环检测方法、装置、设备及计算机可读存储介质

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9125019B1 (en) * 2014-05-01 2015-09-01 Glopos Fzc Positioning arrangement, method, mobile device and computer program
CN109978925B (zh) * 2017-12-27 2021-04-20 深圳市优必选科技有限公司 一种机器人位姿的识别方法及其机器人
CN111060113B (zh) * 2019-12-31 2022-04-08 歌尔股份有限公司 一种地图更新方法及装置
CN111192364A (zh) * 2020-01-09 2020-05-22 北京科技大学 一种低成本移动多机器人视觉同时定位和地图创建方法
CN111209978B (zh) * 2020-04-20 2020-07-10 浙江欣奕华智能科技有限公司 三维视觉重定位方法、装置及计算设备、存储介质
CN111540027B (zh) * 2020-04-23 2022-01-18 上海高仙自动化科技发展有限公司 一种检测方法、装置、电子设备及存储介质
CN111402413B (zh) * 2020-06-04 2020-12-22 浙江欣奕华智能科技有限公司 三维视觉定位方法、装置及计算设备、存储介质
CN112068154B (zh) * 2020-09-14 2022-12-13 中科院软件研究所南京软件技术研究院 一种激光建图定位方法、装置、存储介质及电子设备

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200309529A1 (en) * 2019-03-29 2020-10-01 Trimble Inc. Slam assisted ins
CN110531766A (zh) * 2019-08-27 2019-12-03 熵智科技(深圳)有限公司 基于已知占据栅格地图的持续激光slam构图定位方法
CN111680747A (zh) * 2020-06-08 2020-09-18 北京百度网讯科技有限公司 用于占据栅格子图的闭环检测的方法和装置
CN111795687A (zh) * 2020-06-29 2020-10-20 深圳市优必选科技股份有限公司 一种机器人地图更新方法、装置、可读存储介质及机器人
CN111932600A (zh) * 2020-07-31 2020-11-13 杭州电子科技大学 一种基于局部子图的实时回环检测方法
CN112700497A (zh) * 2021-01-04 2021-04-23 歌尔股份有限公司 回环检测方法、装置、设备及计算机可读存储介质

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
WEN GUOCHENG, BI ZENG, YUNHUA CHEN: "Loop closure detection method for large scale map of laser SLAM", APPLICATION RESEARCH OF COMPUTERS, CHENGDU, CN, vol. 35, no. 6, 30 June 2018 (2018-06-30), CN , XP055948693, ISSN: 1001-3695, DOI: 10.3969/j.issn.1001-3695.2018.06.027 *
XIONG HUI: "Research on the Simultaneous Localization and Mapping Methods for Mobile Robot Based on Hierarchical Optimization", CHINESE DOCTORAL DISSERTATIONS FULL-TEXT DATABASE, UNIVERSITY OF CHINESE ACADEMY OF SCIENCES, CN, no. 3, 15 March 2020 (2020-03-15), CN , XP055948688, ISSN: 1674-022X *
ZHANG HE, ET AL.: "Submap and Adaptive Covariance Based Method for 2D Localization", COMPUTER SCIENCE, KEXUE JISHU WENXIAN CHUBANSHE CHONGQING FENSHE, CN, vol. 41, no. 10, 31 October 2014 (2014-10-31), CN , XP055948696, ISSN: 1002-137X, DOI: 10.11896/j.issn.1002-137X.2014.10.005 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116105721A (zh) * 2023-04-11 2023-05-12 深圳市其域创新科技有限公司 地图构建的回环优化方法、装置、设备及存储介质
CN116105721B (zh) * 2023-04-11 2023-06-09 深圳市其域创新科技有限公司 地图构建的回环优化方法、装置、设备及存储介质
CN117173247A (zh) * 2023-11-02 2023-12-05 中国海洋大学 基于2D激光雷达与LightGBM的室外定位与构图方法及系统
CN117173247B (zh) * 2023-11-02 2024-02-02 中国海洋大学 基于2D激光雷达与LightGBM的室外定位与构图方法及系统

Also Published As

Publication number Publication date
CN112700497A (zh) 2021-04-23
CN112700497B (zh) 2023-06-09

Similar Documents

Publication Publication Date Title
WO2022142744A1 (fr) Procédé, appareil et dispositif de détection de bouclage, et support de stockage lisible par ordinateur
CN111536964B (zh) 机器人定位方法及装置、存储介质
CN112068154B (zh) 一种激光建图定位方法、装置、存储介质及电子设备
US20190206122A1 (en) Method and apparatus for generating raster map
Grisetti et al. Nonlinear constraint network optimization for efficient map learning
US20200134866A1 (en) Position estimation system and position estimation method
CN110174894B (zh) 机器人及其重定位方法
WO2021208143A1 (fr) Procédé et système de planification et d'échantillonnage d'un trajet de robot mobile dans un environnement d'intégration homme-machine
JP7300550B2 (ja) 視覚標識に基づき標識マップを構築する方法、装置
CN113376650A (zh) 移动机器人定位方法及装置、电子设备及存储介质
CN111680747B (zh) 用于占据栅格子图的闭环检测的方法和装置
US11263774B2 (en) Three-dimensional position estimation device and program
WO2023273169A1 (fr) Procédé de construction de carte en deux dimensions et demie (2,5d) à fusion de vision et de laser
CN112700479B (zh) 一种基于cnn点云目标检测的配准方法
CN112651997B (zh) 地图构建方法、电子设备和存储介质
CN113409459A (zh) 高精地图的生产方法、装置、设备和计算机存储介质
CN113223078A (zh) 标志点的匹配方法、装置、计算机设备和存储介质
CN117824667B (zh) 一种基于二维码和激光的融合定位方法及介质
CN115326051A (zh) 一种基于动态场景的定位方法、装置、机器人及介质
CN114299386A (zh) 一种融合激光里程计和回环检测的激光slam方法
CN111754624A (zh) 变换矩阵确定方法、设备和可记录介质
CN111113405B (zh) 一种机器人获得位置服务的方法及机器人
CN116563352A (zh) 融合深度视觉信息的单线激光雷达回环检测方法及系统
CN116642490A (zh) 基于混合地图的视觉定位导航方法、机器人及存储介质
CN115952248A (zh) 终端设备的位姿处理方法、装置、设备、介质及产品

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

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

Country of ref document: EP

Kind code of ref document: A1