WO2023116797A2 - In-vehicle multi-sensor fusion positioning method, computer device and storage medium - Google Patents

In-vehicle multi-sensor fusion positioning method, computer device and storage medium Download PDF

Info

Publication number
WO2023116797A2
WO2023116797A2 PCT/CN2022/140863 CN2022140863W WO2023116797A2 WO 2023116797 A2 WO2023116797 A2 WO 2023116797A2 CN 2022140863 W CN2022140863 W CN 2022140863W WO 2023116797 A2 WO2023116797 A2 WO 2023116797A2
Authority
WO
WIPO (PCT)
Prior art keywords
data
imu
odo
mileage
fusion
Prior art date
Application number
PCT/CN2022/140863
Other languages
French (fr)
Chinese (zh)
Other versions
WO2023116797A3 (en
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 WO2023116797A2 publication Critical patent/WO2023116797A2/en
Publication of WO2023116797A3 publication Critical patent/WO2023116797A3/en

Links

Images

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/10Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration
    • G01C21/12Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning
    • G01C21/16Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning by integrating acceleration or speed, i.e. inertial navigation
    • G01C21/165Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning by integrating acceleration or speed, i.e. inertial navigation combined with non-inertial navigation instruments
    • G01C21/1652Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning by integrating acceleration or speed, i.e. inertial navigation combined with non-inertial navigation instruments with ranging devices, e.g. LIDAR or RADAR
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/28Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network with correlation of data from several navigational instruments

Definitions

  • the present application relates to the technical field of vehicle positioning, in particular to a vehicle multi-sensor fusion positioning method, computer equipment and storage media.
  • the positioning technology that has passed the sil4 safety integrity certification mainly relies on trackside equipment, such as transponders, axle counting and other equipment systems.
  • trackside equipment such as transponders, axle counting and other equipment systems.
  • GNSS and wheel speed fusion are usually used
  • Positioning method the positioning method fuses the information of multiple sensors for positioning, and the fusion method is to use Kalman filter, particle filter and other technologies for fusion calculation. This fusion method is difficult to improve the positioning accuracy, and at the same time, the stability of the positioning system is poor, resulting in the inability to fully utilize the advantages of each sensor.
  • Embodiments of the present application provide a vehicle-mounted multi-sensor fusion positioning method, computer equipment, and storage media to solve the problems that the fusion positioning method adopted in the prior art is difficult to improve the positioning accuracy and the stability of the positioning system is poor.
  • the first aspect of the present application provides a vehicle-mounted multi-sensor fusion positioning method, including:
  • IMU data, ODO data, lidar data and combined navigation data and integrate the IMU data and the ODO data to obtain IMU mileage data and IMU&ODO fusion mileage data;
  • the combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are jointly optimized and fused through the sliding window residual formula to obtain the final positioning result.
  • the second aspect of the present application provides a computer device, including a memory, a processor, and a computer program stored in the memory and operable on the processor.
  • the processor executes the computer program, the implementation of the present application The method described in the first aspect.
  • a third aspect of the present application provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the method as described in the first aspect of the present application is implemented.
  • the application provides a vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage media.
  • the vehicle-mounted multi-sensor fusion positioning method includes obtaining IMU data, ODO data, laser radar data and combined navigation data, and obtaining IMU mileage data and IMU&ODO fusion mileage data ; Iteratively optimize the IMU mileage data according to the integral constraints and iteratively optimize the IMU&ODO fusion mileage data according to the prior constraints; obtain the lidar pose data according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data ;
  • the combined navigation data, optimized IMU&ODO fusion mileage data, and lidar pose data are jointly optimized and fused through the sliding window residual formula to obtain the final positioning result.
  • the technical solution of this application integrates IMU data and ODO data. Since ODO data does not have random walk noise, ODO data also has an inhibitory effect on the random walk noise of IMU data. After relatively simple coordinate alignment, the integral mileage noise is directly used alone smaller.
  • the random walk parameters of the IMU are corrected by integral constraints and prior constraints, and the accuracy of the corrected IMU data in the subsequent integral mileage can be guaranteed, which ensures the initial node pose accuracy of the sliding window constraint optimization fusion process, reduces the optimization iteration cycle, and improves The calculation speed is improved, the calculation accuracy is improved at the same time, the system stability is high, and the safety of the vehicle is improved.
  • Fig. 1 is a schematic structural diagram of a safety computing platform in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application
  • FIG. 2 is a flow chart of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application
  • FIG. 3 is a schematic diagram of IMU data security judgment in step S101 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • step S101 is a schematic diagram of ODO data security judgment in step S101 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • Fig. 5 is a schematic diagram of the safety judgment of integrated navigation data in step S101 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • FIG. 6 is a flow chart in step S101 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application
  • Fig. 7 is a schematic diagram of vehicle trajectory in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application
  • FIG. 8 is a schematic diagram of the IMU&ODO coordinate system distribution and conversion relationship in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • FIG. 9 is a flow chart in step S102 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application.
  • FIG. 10 is a flow chart in step S102 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application.
  • FIG. 11 is a flow chart in step S103 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application.
  • FIG. 12 is another flow chart in step S103 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application.
  • Fig. 13 is a schematic diagram of point cloud feature information in step S103 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • FIG. 14 is a flow chart in step S104 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application.
  • FIG. 15 is a schematic diagram of sliding window constraint optimization fusion in step S104 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • Fig. 16 is a relationship diagram of information processing of the fusion positioning system in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • Fig. 17 is a relationship diagram of information processing of the fusion positioning system in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
  • Fig. 18 is a schematic diagram of computer equipment in an embodiment of the present application.
  • the embodiment of the present application provides a vehicle-mounted multi-sensor fusion positioning method, which can be applied to the control system of a rail vehicle.
  • the control system includes a data acquisition sensor and a vehicle-mounted safety computing platform, wherein the data acquisition sensor includes a laser Radar, wheel speed sensor, inertial sensor, integrated navigation.
  • the integrated navigation equipment includes inertial sensors, GNSS antennas, RTK antennas, and integrated navigation processors; the safety computing platform is equipped with a multi-sensor fusion positioning module software system and map data to perform fusion positioning based on information collected by multiple sensors.
  • a vehicle-mounted multi-sensor fusion positioning method including step S101, step S102, step S103 and step S104, and the specific steps are as follows:
  • Step S101 Acquire IMU data, ODO data, lidar data and integrated navigation data, and integrate the IMU data and ODO data to obtain IMU mileage data and IMU&ODO mileage fusion data.
  • the acquisition of IMU data is collected by an inertial sensor (IMU, Inertial Measurement Unit).
  • IMU Inertial Measurement Unit
  • the process of obtaining IMU data includes carrying out a security judgment on the IMU data.
  • a group of inertial sensors obtain two sets of IMU data, and diagnose the acceleration and angular velocity divergence in the two sets of data. If the diagnosis is safe, calculate the average value of the acceleration and angular velocity.
  • the diagnosis of acceleration and angular velocity divergence refers to judging whether the difference between the two sets of data is Within the preset error, it is considered safe to judge within the preset error.
  • the acquisition of ODO data is collected through the wheel speed sensor.
  • the process of obtaining ODO data includes making a safety judgment on the ODO data.
  • the specific process is to obtain the ODO data through the wheel speed sensor.
  • For the diagnosis of velocity and acceleration divergence in two groups of ODO data if the diagnosis is safe, calculate the average value of velocity and acceleration. If it is within the error, it is regarded as safe.
  • the acquisition of integrated navigation data is collected by integrated navigation equipment including IMU, GNSS antenna, RTK antenna, and integrated navigation processor.
  • the process of obtaining integrated navigation data includes Data safety judgment, the specific process is to obtain two sets of combined navigation data through combined navigation equipment, combined navigation A position coordinates and speed and combined navigation B position coordinates and speed, and to diagnose the divergence of position coordinates and speed in the two sets of combined navigation data, If the diagnosis is safe, calculate the position coordinates and the average velocity.
  • the position coordinate and velocity divergence diagnosis refers to judging whether the difference between the two sets of data is within the preset error, and it is considered safe if it is within the preset error.
  • the IMU data and ODO data are integrated to obtain IMU mileage data and IMU&ODO mileage fusion data, including:
  • Step S110 Integrate the IMU data to obtain the IMU mileage data.
  • the IMU data includes accelerometer data, gyroscope data and heading angle. By integrating the acceleration, the speed and time are multiplied and the heading angle is obtained. Carry out integration to obtain mileage data.
  • Step S111 Integrate ODO data according to IMU data to obtain IMU&ODO fusion mileage data.
  • the ODO data needs the heading angle, pitch angle and roll angle provided by the IMU to be integrated to obtain the IMU&ODO fusion mileage data.
  • r l , r r are the radii of the left and right wheels, ⁇ l , ⁇ r are the angular velocities of the left and right wheels, and d is the left and right wheelbase;
  • the IMU&ODO fusion integral dynamic equation is as follows:
  • X k+1 is the state quantity of IMU&ODO at time K+1
  • X k is the state quantity of IMU&ODO at time K
  • F k is the state transition model matrix
  • N k is the measurement noise vector
  • G k observation matrix the default is unit matrix
  • X k ⁇ P xyz , V xyz , R rpy , bias a , bias ⁇ ⁇
  • P xyz represents the position coordinate state
  • V xyz represents the velocity state
  • R rpy represents the IMU direction state at time k
  • dt represents the time increment
  • a xyz represents the acceleration information
  • ⁇ xyz represents the angular velocity information
  • bias a represents the acceleration random walk
  • bias ⁇ represents a random walk with angular velocity.
  • the pre-integrated Jacobian matrix transfer formula is as follows:
  • J k and J k+1 are the Jacobian matrix at k and k+1 respectively
  • P k and P k+1 are the covariance matrix at k and k+1 respectively
  • Q is the covariance matrix of the noise signal N .
  • the IMU&ODO fusion mileage data is obtained through the pre-integration calculation of the above formula.
  • Step S102 Obtain the integral constraints according to the lidar data or the GNSS data in the integrated navigation data, and obtain the prior constraints according to the final positioning results output in the previous cycle, iteratively optimize the IMU mileage data according to the integral constraints and perform the iterative optimization on the IMU mileage data according to the prior constraints IMU&ODO fuses mileage data for iterative optimization.
  • the mileage integration between two frames of Lidar data or GNSS data is converted into mileage data, and the integral amount between two frames is the constraint of IMU mileage data.
  • the result of the latest cycle can be used as a priori constraint for IMU&ODO fusion mileage data, and the two constraints can calculate the vehicle pose state error.
  • the IMU mileage data is iteratively optimized according to the integral constraints, including:
  • Step S120 Comparing the lidar data or the GNSS data in the integrated navigation data with the IMU mileage data to obtain the vehicle pose state error.
  • Step S121 Adding the vehicle pose state error into the calculation process of the IMU mileage data to iteratively optimize the IMU mileage data.
  • the GNSS data in the lidar data or integrated navigation data can be regarded as an accurate value, and the iterative optimization of the GNSS data in the lidar data or integrated navigation data, IMU mileage data and random walk is established, and the current frame can be obtained through iterative optimization Random walk variation (vehicle pose state error), iteratively optimize the IMU mileage data during the calculation process of the IMU mileage data according to the machine walk variation, specifically when calculating the position value and velocity value, the acceleration value is replaced by the acceleration Values minus acceleration random walks, and angular velocity values replaced by angular velocity values minus angular velocity random walks.
  • the IMU&ODO fusion mileage data is iteratively optimized according to the prior constraints, including:
  • Step S122 Compare the final positioning result output in the previous cycle with the IMU&ODO fusion mileage data to obtain the vehicle pose state error.
  • Step S123 Adding the vehicle pose state error into the calculation process of the IMU&ODO fusion mileage data to iteratively optimize the IMU&ODO fusion mileage data.
  • the iterative optimization of the vehicle pose state error on the pose, speed and bias of the two frames is established.
  • the current frame random walk variation (vehicle pose state error) can be obtained.
  • the integral mileage of the random walk change can be calculated and updated in the iterative optimization process, based on the optimized random walk and IMU&ODO
  • the fusion mileage data recalculates the IMU&ODO fusion mileage data increment after the prior constraint key frame time point, and the optimized IMU&ODO fusion mileage data can be obtained by adding the prior constraint key frame pose.
  • Step S103 Obtain the lidar pose data according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data, and the lidar data.
  • this step includes two implementations, one implementation is to use the lidar positioning algorithm A point cloud feature frame nearest neighbor search algorithm to obtain the lidar pose data, and one implementation is to use the lidar positioning algorithm B point cloud feature frame
  • the local map matching algorithm takes the lidar pose data.
  • the lidar pose data is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data, and lidar data, including:
  • Step S131 Perform de-distortion calculation on the lidar data based on the IMU mileage data, and extract feature points from the lidar data to obtain feature points of the lidar data.
  • Step S132 Extract the local feature map according to the point cloud features and IMU&ODO fusion mileage data, quantify the local feature map in high-dimensional space, and search for the nearest neighbor feature point corresponding to the local feature map in the high-dimensional space, and obtain the position of the nearest neighbor key frame posture.
  • this embodiment adopts the point cloud feature frame nearest neighbor search algorithm to obtain the lidar pose data, obtains the point cloud data through the lidar device, and performs dedistortion calculation on the lidar data according to the pose data in the IMU mileage data to obtain the prediction
  • the lidar pose, the lidar data is extracted and calculated to obtain the feature points of the lidar data
  • the local feature map corresponding to the IMU&ODO fusion mileage data is extracted from the map corresponding to the point cloud feature according to the IMU&ODO fusion mileage data, and the local feature
  • the map is quantified in high-dimensional space to obtain a set of feature points, and the nearest neighbor feature point corresponding to the feature point of the lidar data is searched in the feature point set to obtain the pose of the nearest neighbor key frame.
  • the lidar pose data is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data, including:
  • Step S133 Perform de-distortion calculation on the lidar data based on the IMU mileage data, and extract feature points from the lidar data to obtain feature points of the lidar data.
  • Step S134 Extract the local feature map according to the point cloud features and the IMU&ODO fusion mileage data, match the feature points of the lidar data into the local feature map, and obtain the lidar pose data according to the matching result.
  • this embodiment adopts the point cloud feature frame and local map matching algorithm to obtain the lidar pose data, obtains the point cloud data through the lidar device, and performs de-distortion calculation on the lidar data according to the pose data in the IMU mileage data, and obtains Based on the predicted lidar pose, the feature points of the lidar data are extracted and calculated to obtain the feature points of the lidar data.
  • the local feature map corresponding to the IMU&ODO fusion mileage data is extracted from the map corresponding to the point cloud features, and the laser The radar data feature points are matched to the local feature map, and the lidar pose data is obtained according to the matching results.
  • LiDAR positioning algorithm A and LiDAR positioning algorithm B are used in conjunction with each other.
  • LiDAR positioning algorithm A can be used to detect LiDAR positioning algorithm B.
  • the feature points obtained by LiDAR positioning algorithm A are For a certain feature point in the local feature map, the detection of the laser radar positioning algorithm B can accurately obtain the specific position as a certain position before and after the feature point, and whether the detection of the laser radar positioning algorithm B obtained by the safety judgment is within the laser radar positioning Within the threshold range of algorithm A, if it is within the threshold range, it is determined that lidar positioning algorithm B has passed the safety judgment, and the positioning result of lidar positioning algorithm B is output.
  • Step S104 The combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are jointly optimized and fused through the sliding window to obtain the final positioning result.
  • the lidar pose data and the integrated navigation data include pose data and noise covariance data, which are jointly optimized and fused by means of a sliding window, and a joint residual function is created by combining the current cycle and the historical data of the previous n cycles to perform
  • the joint optimization iteratively solves the state information of the state node of cycle n+1 (the position and attitude are Xk, and the velocity is Vk).
  • setting the sliding window can fuse 5 cycles, and the current cycle is 5.
  • the current cycle is 6, according to the 2nd, 3, 4, 5, 6 cycle data to get the final positioning result, and so on, get the positioning of each cycle result.
  • the combined navigation data, optimized IMU&ODO fusion mileage data, and lidar pose data are jointly optimized and fused through sliding windows to obtain the final positioning results, including:
  • Step S141 Obtain the sliding window residual formula and jointly optimize iterative residual function according to the integrated navigation data of the current period, the optimized IMU&ODO fusion mileage data, the lidar pose data and the historical data of the previous n periods.
  • Step S142 Calculate the final positioning result according to the joint residual function and the joint optimization iterative residual function.
  • the sliding window residual formula is:
  • dt represents the time difference between two nodes
  • cov(L kn ) represents the covariance matrix of lidar data
  • cov(G kn ) represents the covariance matrix of integrated navigation data
  • cov(X kn ) represents the covariance matrix of IMU&ODO fusion mileage data
  • X k is the first The pose of the K period
  • X kn is the pose of the Knth period
  • V k is the velocity of the Knth period
  • V kn is the velocity of the Knth period
  • I is the identity matrix
  • L kn is the lidar data of the Knth period
  • G kn is the combined navigation data of the Knth cycle;
  • the joint optimization iterative residual function is:
  • the covariance matrix corresponding to each sensor noise is used as the weight information of each residual item, which can be adaptive to the residual function in the dynamic sliding frame. For example, when the lidar noise cov(L kn ) increases, the weight of the optimization residual corresponding to the first item decreases. When the integrated navigation noise cov(G kn ) decreases (high positioning accuracy), the weight of the optimization residual corresponding to the second item increases, and the corresponding optimization variable is also greatly affected by the integrated navigation positioning.
  • the sensor information of n+1 cycles in the sliding frame is involved in the calculation of the residual function equation of formula 6, which will affect the optimized positioning state of n+1 nodes.
  • the third term of the residual function equation constrains n+ 1 node positioning state, under the premise that the accuracy of the first n states is guaranteed, the state error of the n+1th state can be controlled within the error range of the linearized dynamic model. Sensor data linkage solution.
  • safety judgment is also performed on the combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data.
  • the integrated navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are all in the same coordinate system, and the difference between the integrated navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data is judged Whether it is within the error range, if it is within the error range, pass the safety judgment.
  • Integrated navigation device A performs device status detection and outputs the first group of combined navigation data
  • combined navigation device B performs device status detection to output the second group of combined navigation data, and performs safety judgment on the first group of combined navigation data and the second group of combined navigation data, Detect whether the gap between the two sets of data is within the allowable error range, and output the combined navigation data when the safety judgment is passed.
  • the laser radar device detects the device state and outputs point cloud data, and the point cloud feature map information is stored in the secure computing platform.
  • IMU device A performs device status detection and outputs the first set of IMU data
  • IMU device B performs device status detection and outputs the second set of IMU data, and performs security judgment on the first group of IMU data and the second group of IMU data to detect whether the gap between the two sets of data is Within the allowable error range, the IMU data is output when the safety judgment is passed.
  • ODO device A performs device status detection and outputs the first set of ODO data
  • ODO device B performs device status detection and outputs the second set of ODO data
  • the ODO data is integrated according to the heading angle, pitch angle and roll angle provided by the IMU to obtain the IMU&ODO fusion mileage data.
  • the IMU&ODO safety judgment is performed on the IMU mileage data and the IMU&ODO fusion mileage data. When the two data are consistent, the two data are output through the judgment.
  • the IMU mileage data and the IMU&ODO fusion mileage data are fused and integrated to obtain two frames of radar data.
  • the amount of integration between the two frames is the constraint of the IMU mileage data.
  • the results of the latest period of the sliding window constraint optimization fusion output can be used as a priori constraints for IMU&ODO fusion mileage data.
  • the two constraints can calculate the residual, because the real situation of the bias (random walk) of the IMU between two frames changes. , to establish the iterative optimization of the state quantity residual of IMU&ODO fusion mileage data on the pose, velocity and random walk of two frames.
  • the random walk variation of the current frame can be obtained, the IMU mileage data can be optimized according to the random walk variation of the current frame, and the integral mileage that changes with the bias can be calculated and updated through the formula (4) in the iterative optimization process.
  • the optimized bias and IMU&ODO fusion mileage data recalculate the fusion integral mileage increment after the prior constraint key frame time point, and add the prior constraint key frame pose to obtain the optimized IMU&ODO fusion mileage data.
  • the pose data in the IMU mileage data de-migrate the point cloud data. Assuming that the lidar is moving linearly during the process of collecting lidar data, then according to the pose of the vehicle at the beginning of S1 frame acquisition and the end of S1 frame The pose is linearly interpolated to realize the offset calculation. Get the predicted lidar pose, extract and calculate the feature points from the lidar data, extract the local feature map corresponding to the IMU&ODO fusion mileage data from the point cloud features according to the IMU&ODO fusion mileage data, and carry out the local feature map in the high-dimensional space Quantize to obtain the feature point set, search the nearest neighbor feature point corresponding to the feature point of the lidar data in the feature point set, and obtain the pose of the nearest neighbor key frame. And match the lidar data feature points to the local feature map, and get the lidar pose data according to the matching result. Determine whether the lidar pose data is within the safe threshold range of the pose of the nearest neighbor key frame, and output the lidar pose data within the safe range.
  • the combined navigation data, optimized IMU&ODO fusion mileage data, and lidar pose data are jointly optimized and fused through the sliding window residual formula (6) and formula (7) to obtain the final positioning result.
  • the safety diagnosis of each sensor used and the safety diagnosis of the fusion result ensure the safety and integrity monitoring of the entire calculation process. Compared with the existing scheme, the security is higher; all fusion calculations in this embodiment are based on When the safety diagnosis result is good, it can ensure the safety integrity of the final positioning result and reduce the failure rate.
  • the fusion results of IMU&ODO, integrated navigation and laser radar positioning results are used as prior constraints, and fed back to IMU&ODO fusion optimization constraints, so as to correct the random walk parameters of the IMU, and the accuracy of the corrected IMU data in the subsequent integral mileage can be guaranteed. , which ensures the accuracy of the initial node pose during the sliding window constraint optimization fusion process. The optimization iteration cycle is reduced and the calculation speed is improved.
  • ODO does not have random walk noise, and ODO also has an inhibitory effect on the random walk noise of IMU, and the integrated mileage noise is smaller when used directly after relatively simple coordinate alignment.
  • the application provides a vehicle-mounted multi-sensor fusion positioning method.
  • the vehicle-mounted multi-sensor fusion positioning method includes obtaining IMU data, ODO data, lidar data and combined navigation data, and obtaining IMU mileage data and IMU&ODO fusion mileage data;
  • the mileage data is iteratively optimized and the IMU&ODO fusion mileage data is iteratively optimized according to the prior constraints;
  • the lidar pose data is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data; the combined navigation data,
  • the optimized IMU&ODO fusion mileage data and lidar pose data are jointly optimized and fused through the sliding window residual formula to obtain the final positioning result.
  • the technical solution of this application integrates IMU data and ODO data.
  • ODO data does not have random walk noise
  • ODO data also has an inhibitory effect on the random walk noise of IMU data.
  • the integral mileage noise is directly used alone smaller.
  • the random walk parameters of the IMU are corrected by integral constraints and prior constraints, and the accuracy of the corrected IMU data in the subsequent integral mileage can be guaranteed, which ensures the initial node pose accuracy of the sliding window constraint optimization fusion process, reduces the optimization iteration cycle, and improves The calculation speed is improved, and the calculation accuracy is improved at the same time, and the system stability is high.
  • a computer device is provided.
  • the computer device may be a server, and its internal structure may be as shown in FIG. 18 .
  • the computer device includes a processor, memory, network interface and database connected by a system bus. Wherein, the processor of the computer device is used to provide calculation and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system, computer programs and databases.
  • the internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage medium.
  • the database of the computer equipment is used to store the data used in the vehicle passenger flow monitoring method of the above embodiment.
  • the network interface of the computer device is used to communicate with an external terminal via a network connection. When the computer program is executed by the processor, a vehicle-mounted multi-sensor fusion positioning method is realized.
  • a computer device including a memory, a processor, and a computer program stored on the memory and operable on the processor.
  • the processor executes the computer program, the vehicle-mounted multi-sensor fusion in the above-mentioned embodiments is realized. positioning method.
  • a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the vehicle-mounted multi-sensor fusion positioning method in the foregoing embodiments is implemented.
  • Nonvolatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM) or external cache memory.
  • RAM random access memory
  • RAM is available in many forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Chain Synchlink DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Navigation (AREA)

Abstract

Provided in the present application are an in-vehicle multi-sensor fusion positioning method, a computer device and a storage medium. The in-vehicle multi-sensor fusion positioning method comprises: acquiring IMU data, ODO data, Lidar data and combined navigation data; performing iterative optimization on IMU mileage data and fused IMU and ODO mileage data; acquiring Lidar posture data according to the optimized IMU mileage data, the optimized fused IMU and ODO mileage data, and the Lidar data; and performing joint optimization and fusion by means of a sliding window, so as to obtain a final positioning result.

Description

车载多传感器融合定位方法、计算机设备及存储介质Vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage medium
本申请要求于2021年12月22日提交中国专利局的申请号为202111579011.6、申请名称为“车载多传感器融合定位方法、计算机设备及存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application with the application number 202111579011.6 and the application name "Vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage medium" submitted to the China Patent Office on December 22, 2021, the entire content of which is incorporated by reference incorporated in this application.
技术领域technical field
本申请涉及车载定位技术领域,尤其涉及一种车载多传感器融合定位方法、计算机设备及存储介质。The present application relates to the technical field of vehicle positioning, in particular to a vehicle multi-sensor fusion positioning method, computer equipment and storage media.
背景技术Background technique
目前,关于轨道车辆中的定位技术,通过sil4安全完整性认证的定位技术主要依赖于轨旁设备,例如应答器、计轴等设备系统,为了减少轨旁设备,通常使用基于GNSS和轮速融合定位方法,该定位方法将多个传感器的信息进行融合定位,融合方式为采用卡尔曼滤波、粒子滤波等技术进行融合计算。这种融合方式很难提高定位的精度,同时定位系统的稳定性差,导致不能完全发挥各个传感器的优势。At present, regarding the positioning technology in rail vehicles, the positioning technology that has passed the sil4 safety integrity certification mainly relies on trackside equipment, such as transponders, axle counting and other equipment systems. In order to reduce trackside equipment, GNSS and wheel speed fusion are usually used Positioning method, the positioning method fuses the information of multiple sensors for positioning, and the fusion method is to use Kalman filter, particle filter and other technologies for fusion calculation. This fusion method is difficult to improve the positioning accuracy, and at the same time, the stability of the positioning system is poor, resulting in the inability to fully utilize the advantages of each sensor.
发明内容Contents of the invention
本申请实施例提供一种车载多传感器融合定位方法、计算机设备及存储介质,以解决现有技术采用的融合定位方法很难提高定位的精度以及定位系统的稳定性差的问题。Embodiments of the present application provide a vehicle-mounted multi-sensor fusion positioning method, computer equipment, and storage media to solve the problems that the fusion positioning method adopted in the prior art is difficult to improve the positioning accuracy and the stability of the positioning system is poor.
本申请第一方面提供一种车载多传感器融合定位方法,包括:The first aspect of the present application provides a vehicle-mounted multi-sensor fusion positioning method, including:
获取IMU数据、ODO数据、激光雷达数据以及组合导航数据,并将所述IMU数据和所述ODO数据进行积分得到IMU里程数据和IMU&ODO融合里程数据;Obtain IMU data, ODO data, lidar data and combined navigation data, and integrate the IMU data and the ODO data to obtain IMU mileage data and IMU&ODO fusion mileage data;
根据所述激光雷达数据或者所述组合导航数据中的GNSS数据获取积分约束,并根据前一周期输出的最终定位结果获取先验约束,根据所述积分约束对所述IMU里程数据进行迭代优化以及根据所述先验约束对所述IMU&ODO融合里程数据进行迭代优化;Obtain integral constraints according to the lidar data or the GNSS data in the integrated navigation data, and obtain prior constraints according to the final positioning result output in the previous cycle, iteratively optimize the IMU mileage data according to the integral constraints, and Iteratively optimizing the IMU&ODO fusion mileage data according to the prior constraints;
根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及所述激光雷达数据获取激光雷达位姿数据;Obtain lidar pose data according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data;
将所述组合导航数据、所述优化后的IMU&ODO融合里程数据、所述激光雷达位姿数据通过滑窗残差公式进行联合优化融合得到最终定位结果。The combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are jointly optimized and fused through the sliding window residual formula to obtain the final positioning result.
本申请第二方面提供一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现如本申请第一方面所述的方法。The second aspect of the present application provides a computer device, including a memory, a processor, and a computer program stored in the memory and operable on the processor. When the processor executes the computer program, the implementation of the present application The method described in the first aspect.
本申请第三方面提供一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现如本申请第一方面所述的方法。A third aspect of the present application provides a computer-readable storage medium, where the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the method as described in the first aspect of the present application is implemented.
本申请提供一种车载多传感器融合定位方法、计算机设备及存储介质,车载多传感器融合定位方法包括获取IMU数据、ODO数据、激光雷达数据以及组合导航数据,并获取IMU里程数据和IMU&ODO融合里程数据;根据积分约束对IMU里程数据进行迭代优化以及根据先验约束对IMU&ODO融合里程数据进行迭代优化;根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及激光雷达数据获取激光雷达位姿数据;将组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据通过滑窗残差公式进行联合优化融合得到最终定位结果。本申请技术方案将IMU数据和ODO数据进行融合,由于ODO数据不具有随机游走噪声,ODO数据同样对IMU数据的随机游走噪声有抑制作用,相对简单的坐标对齐之后直接单独使用积分里程噪声更小。通过积分约束和先验约束修正IMU的随机游走参数,修正后的IMU数据在后续积分里程精度可以得到保证,保证了滑窗约束优化融合过程初始节点位姿精度,降低了优化迭代周期,提高了计算速度,同时提高了计算精度,系统稳定性高,提升了车辆的安全性。The application provides a vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage media. The vehicle-mounted multi-sensor fusion positioning method includes obtaining IMU data, ODO data, laser radar data and combined navigation data, and obtaining IMU mileage data and IMU&ODO fusion mileage data ; Iteratively optimize the IMU mileage data according to the integral constraints and iteratively optimize the IMU&ODO fusion mileage data according to the prior constraints; obtain the lidar pose data according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data ; The combined navigation data, optimized IMU&ODO fusion mileage data, and lidar pose data are jointly optimized and fused through the sliding window residual formula to obtain the final positioning result. The technical solution of this application integrates IMU data and ODO data. Since ODO data does not have random walk noise, ODO data also has an inhibitory effect on the random walk noise of IMU data. After relatively simple coordinate alignment, the integral mileage noise is directly used alone smaller. The random walk parameters of the IMU are corrected by integral constraints and prior constraints, and the accuracy of the corrected IMU data in the subsequent integral mileage can be guaranteed, which ensures the initial node pose accuracy of the sliding window constraint optimization fusion process, reduces the optimization iteration cycle, and improves The calculation speed is improved, the calculation accuracy is improved at the same time, the system stability is high, and the safety of the vehicle is improved.
附图说明Description of drawings
为了更清楚地说明本申请实施例的技术方案,下面将对本申请实施例的描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following will briefly introduce the accompanying drawings that need to be used in the description of the embodiments of the present application. Obviously, the accompanying drawings in the following description are only some embodiments of the present application , for those skilled in the art, other drawings can also be obtained according to these drawings without paying creative labor.
图1是本申请一实施例中一种车载多传感器融合定位方法中的安全计算平台的结构示意图;Fig. 1 is a schematic structural diagram of a safety computing platform in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图2是本申请一实施例中一种车载多传感器融合定位方法的流程图;FIG. 2 is a flow chart of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图3是本申请一实施例中一种车载多传感器融合定位方法中步骤S101中的IMU数据安全判断示意图;3 is a schematic diagram of IMU data security judgment in step S101 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图4是本申请一实施例中一种车载多传感器融合定位方法中步骤S101中的ODO数据安全判断示意图;4 is a schematic diagram of ODO data security judgment in step S101 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图5是本申请一实施例中一种车载多传感器融合定位方法中步骤S101中的组合导航数据安全判断示意图;Fig. 5 is a schematic diagram of the safety judgment of integrated navigation data in step S101 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图6是本申请一实施例中一种车载多传感器融合定位方法中步骤S101中的流程图;FIG. 6 is a flow chart in step S101 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图7是本申请一实施例中一种车载多传感器融合定位方法中的车辆轨迹示意图;Fig. 7 is a schematic diagram of vehicle trajectory in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图8是本申请一实施例中一种车载多传感器融合定位方法中的IMU&ODO坐标系分布以及转换关系示意图;8 is a schematic diagram of the IMU&ODO coordinate system distribution and conversion relationship in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图9是本申请一实施例中一种车载多传感器融合定位方法中步骤S102中的流程图;FIG. 9 is a flow chart in step S102 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图10是本申请一实施例中一种车载多传感器融合定位方法中步骤S102中的流程图;FIG. 10 is a flow chart in step S102 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图11是本申请一实施例中一种车载多传感器融合定位方法中步骤S103中的流程图;FIG. 11 is a flow chart in step S103 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图12是本申请一实施例中一种车载多传感器融合定位方法中步骤S103中的另一流程图;FIG. 12 is another flow chart in step S103 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图13是本申请一实施例中一种车载多传感器融合定位方法中步骤S103中的点云特征 信息示意图;Fig. 13 is a schematic diagram of point cloud feature information in step S103 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图14是本申请一实施例中一种车载多传感器融合定位方法中步骤S104中的流程图;FIG. 14 is a flow chart in step S104 of a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图15是本申请一实施例中一种车载多传感器融合定位方法中步骤S104中的滑窗约束优化融合示意图;FIG. 15 is a schematic diagram of sliding window constraint optimization fusion in step S104 in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图16是本申请一实施例中一种车载多传感器融合定位方法中的融合定位系统信息处理关系图;Fig. 16 is a relationship diagram of information processing of the fusion positioning system in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图17是本申请一实施例中一种车载多传感器融合定位方法中的融合定位系统信息处理关系图;Fig. 17 is a relationship diagram of information processing of the fusion positioning system in a vehicle-mounted multi-sensor fusion positioning method in an embodiment of the present application;
图18是本申请一实施例中计算机设备的一示意图。Fig. 18 is a schematic diagram of computer equipment in an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present application with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments are part of the embodiments of the present application, not all of them. Based on the embodiments in this application, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of this application.
本申请实施例提供一种车载多传感器融合定位方法,可应用于轨道车辆中的控制系统中,如图1所示,控制系统包括数据采集传感器和车载安全计算平台,其中,数据采集传感器包括激光雷达、轮速传感器、惯性传感器、组合导航。其中组合导航设备包括惯性传感器、GNSS天线、RTK天线、组合导航处理器;安全计算平台上搭载了多传感器融合定位模块软件系统以及地图数据,以根据多传感器采集的信息进行融合定位。The embodiment of the present application provides a vehicle-mounted multi-sensor fusion positioning method, which can be applied to the control system of a rail vehicle. As shown in Figure 1, the control system includes a data acquisition sensor and a vehicle-mounted safety computing platform, wherein the data acquisition sensor includes a laser Radar, wheel speed sensor, inertial sensor, integrated navigation. The integrated navigation equipment includes inertial sensors, GNSS antennas, RTK antennas, and integrated navigation processors; the safety computing platform is equipped with a multi-sensor fusion positioning module software system and map data to perform fusion positioning based on information collected by multiple sensors.
在一实施例中,如图2所示,提供一种车载多传感器融合定位方法,包括步骤S101、步骤S102、步骤S103以及步骤S104,具体步骤如下:In one embodiment, as shown in FIG. 2 , a vehicle-mounted multi-sensor fusion positioning method is provided, including step S101, step S102, step S103 and step S104, and the specific steps are as follows:
步骤S101.获取IMU数据、ODO数据、激光雷达数据以及组合导航数据,并将IMU数据和ODO数据进行积分得到IMU里程数据和IMU&ODO里程融合数据。Step S101. Acquire IMU data, ODO data, lidar data and integrated navigation data, and integrate the IMU data and ODO data to obtain IMU mileage data and IMU&ODO mileage fusion data.
其中,IMU数据的获取是通过惯性传感器(IMU,Inertial Measurement Unit)进行采集,作为一种实施方式,如图3所示,获取IMU数据的过程包括对IMU数据进行安全判断,具体过程为通过两组惯性传感器得到两组IMU数据,对两组数据中的加速度和角速度发散诊断,如果诊断安全,则计算加速度和角速度均值,其中,对加速度和角速度发散诊断是指判断两组数据的差值是否在预设误差内,在预设误差内则视为判断安全。Wherein, the acquisition of IMU data is collected by an inertial sensor (IMU, Inertial Measurement Unit). As an implementation, as shown in Figure 3, the process of obtaining IMU data includes carrying out a security judgment on the IMU data. A group of inertial sensors obtain two sets of IMU data, and diagnose the acceleration and angular velocity divergence in the two sets of data. If the diagnosis is safe, calculate the average value of the acceleration and angular velocity. Among them, the diagnosis of acceleration and angular velocity divergence refers to judging whether the difference between the two sets of data is Within the preset error, it is considered safe to judge within the preset error.
其中,ODO数据的获取是通过轮速传感器进行采集,作为一种实施方式,如图4所示,获取ODO数据的过程包括对ODO数据进行安全判断,具体过程为通过轮速传感器得到ODO数据,对两组ODO数据中的速度和加速度发散诊断,如果诊断安全,则计算速度和加速度均值,其中,对速度和加速度发散诊断是指判断两组数据的差值是否在预设误差内,在预设误差内则视为判断安全。Among them, the acquisition of ODO data is collected through the wheel speed sensor. As an embodiment, as shown in Figure 4, the process of obtaining ODO data includes making a safety judgment on the ODO data. The specific process is to obtain the ODO data through the wheel speed sensor. For the diagnosis of velocity and acceleration divergence in two groups of ODO data, if the diagnosis is safe, calculate the average value of velocity and acceleration. If it is within the error, it is regarded as safe.
其中,组合导航数据的获取是通过组合导航设备包括IMU、GNSS天线、RTK天线、组合导航处理器进行采集,作为一种实施方式,如图5所示,获取组合导航数据的过程包括对组合导航数据进行安全判断,具体过程为通过组合导航设备得到两组组合导航数据,组合导航A位置坐标和速度以及组合导航B位置坐标和速度,对两组组合导航数据中的位置坐标和速度发散诊断,如果诊断安全,则计算位置坐标和速度均值,其中,对位置坐标 和速度发散诊断是指判断两组数据的差值是否在预设误差内,在预设误差内则视为判断安全。Wherein, the acquisition of integrated navigation data is collected by integrated navigation equipment including IMU, GNSS antenna, RTK antenna, and integrated navigation processor. As an implementation, as shown in Figure 5, the process of obtaining integrated navigation data includes Data safety judgment, the specific process is to obtain two sets of combined navigation data through combined navigation equipment, combined navigation A position coordinates and speed and combined navigation B position coordinates and speed, and to diagnose the divergence of position coordinates and speed in the two sets of combined navigation data, If the diagnosis is safe, calculate the position coordinates and the average velocity. Among them, the position coordinate and velocity divergence diagnosis refers to judging whether the difference between the two sets of data is within the preset error, and it is considered safe if it is within the preset error.
其中,如图6所示,将IMU数据和ODO数据进行积分得到IMU里程数据和IMU&ODO里程融合数据,包括:Among them, as shown in Figure 6, the IMU data and ODO data are integrated to obtain IMU mileage data and IMU&ODO mileage fusion data, including:
步骤S110.对IMU数据进行积分得到IMU里程数据。Step S110. Integrate the IMU data to obtain the IMU mileage data.
其中,由于IMU数据频率高,需要对IMU数据进行积分使IMU数据和ODO数据同步,IMU数据包括加速度计数据、陀螺仪数据以及航向角,通过对加速度积分得到速度与时间相乘以及对航向角进行积分得到里程数据。Among them, due to the high frequency of IMU data, it is necessary to integrate the IMU data to synchronize the IMU data and ODO data. The IMU data includes accelerometer data, gyroscope data and heading angle. By integrating the acceleration, the speed and time are multiplied and the heading angle is obtained. Carry out integration to obtain mileage data.
步骤S111.根据IMU数据对ODO数据进行积分得到IMU&ODO融合里程数据。Step S111. Integrate ODO data according to IMU data to obtain IMU&ODO fusion mileage data.
其中,仅根据ODO数据不能进行积分,ODO数据需要IMU提供的航向角、俯仰角以及横滚角进行积分得到IMU&ODO融合里程数据。Among them, only the ODO data cannot be integrated, and the ODO data needs the heading angle, pitch angle and roll angle provided by the IMU to be integrated to obtain the IMU&ODO fusion mileage data.
具体的,如图7和图8所示,车辆ODO坐标系下线速度和角速度转换如下:Specifically, as shown in Figure 7 and Figure 8, the conversion of the offline velocity and angular velocity in the ODO coordinate system of the vehicle is as follows:
Figure PCTCN2022140863-appb-000001
Figure PCTCN2022140863-appb-000001
Figure PCTCN2022140863-appb-000002
Figure PCTCN2022140863-appb-000002
其中r l、r r是左右轮半径,ω l、ω r是左右轮角速度,d是左右轮距; Where r l , r r are the radii of the left and right wheels, ω l , ω r are the angular velocities of the left and right wheels, and d is the left and right wheelbase;
基于IMU局部坐标系{I}下通过动力学方程(3)进行积分里程,IMU&ODO融合积分动力学方程如下:Based on the IMU local coordinate system {I} to integrate the mileage through the dynamic equation (3), the IMU&ODO fusion integral dynamic equation is as follows:
X k+1=F kX k+G kN k  (3) X k+1 = F k X k +G k N k (3)
其中,X k+1为K+1时刻IMU&ODO的状态量,X k为K时刻IMU&ODO的状态量,F k为状态转移模型矩阵,N k为量测噪声向量,G k观测矩阵,默认为单位矩阵; Among them, X k+1 is the state quantity of IMU&ODO at time K+1, X k is the state quantity of IMU&ODO at time K, F k is the state transition model matrix, N k is the measurement noise vector, G k observation matrix, the default is unit matrix;
例如:X k={P xyz,V xyz,R rpy,bias a,bias ω} For example: X k = {P xyz , V xyz , R rpy , bias a , bias ω }
Figure PCTCN2022140863-appb-000003
Figure PCTCN2022140863-appb-000003
Figure PCTCN2022140863-appb-000004
Figure PCTCN2022140863-appb-000004
Figure PCTCN2022140863-appb-000005
Figure PCTCN2022140863-appb-000005
C=1+R ryp*(ω xyz-bias ω)*dt C=1+R ryp *(ω xyz -bias ω )*dt
P xyz表示位置坐标状态,V xyz表示速度状态,R rpy表述k时刻IMU方向状态,dt表示时间增量,a xyz表示加速度信息,ω xyz表示角速度信息,bias a表示加速度随机游走,bias ω表示角速度随机游走。 P xyz represents the position coordinate state, V xyz represents the velocity state, R rpy represents the IMU direction state at time k, dt represents the time increment, a xyz represents the acceleration information, ω xyz represents the angular velocity information, bias a represents the acceleration random walk, bias ω represents a random walk with angular velocity.
预积分的雅克比矩阵传递公式如下:The pre-integrated Jacobian matrix transfer formula is as follows:
J k+1=F kJ k   (4) J k+1 = F k J k (4)
协方差P传递公式:Covariance P transfer formula:
P k+1=F kP kF k T+G kQG k T  (5) P k+1 =F k P k F k T +G k QG k T (5)
其中J k和J k+1分别为k以及k+1时刻的雅克比矩阵,P k和P k+1分别为k以及k+1时刻的协方差矩阵,Q为噪声信号N的协方差矩阵。 Where J k and J k+1 are the Jacobian matrix at k and k+1 respectively, P k and P k+1 are the covariance matrix at k and k+1 respectively, and Q is the covariance matrix of the noise signal N .
通过上述公式预积分计算得到IMU&ODO融合里程数据。The IMU&ODO fusion mileage data is obtained through the pre-integration calculation of the above formula.
步骤S102.根据激光雷达数据或者组合导航数据中的GNSS数据获取积分约束,并根据前一周期输出的最终定位结果获取先验约束,根据积分约束对IMU里程数据进行迭代优化以及根据先验约束对IMU&ODO融合里程数据进行迭代优化。Step S102. Obtain the integral constraints according to the lidar data or the GNSS data in the integrated navigation data, and obtain the prior constraints according to the final positioning results output in the previous cycle, iteratively optimize the IMU mileage data according to the integral constraints and perform the iterative optimization on the IMU mileage data according to the prior constraints IMU&ODO fuses mileage data for iterative optimization.
其中,由于IMU&ODO的数据频率远高于雷达Lidar和GNSS的频率,所以分别在两帧Lidar数据或者GNSS数据之间进行里程积分转换成里程数据,两帧之间的积分量为IMU里程数据的约束,最近一个周期的结果可以作为IMU&ODO融合里程数据的先验约束,两个约束可以计算车辆位姿状态误差。Among them, since the data frequency of IMU&ODO is much higher than the frequency of radar Lidar and GNSS, the mileage integration between two frames of Lidar data or GNSS data is converted into mileage data, and the integral amount between two frames is the constraint of IMU mileage data. , the result of the latest cycle can be used as a priori constraint for IMU&ODO fusion mileage data, and the two constraints can calculate the vehicle pose state error.
其中,如图9所示,根据积分约束对IMU里程数据进行迭代优化,包括:Among them, as shown in Figure 9, the IMU mileage data is iteratively optimized according to the integral constraints, including:
步骤S120.将激光雷达数据或者组合导航数据中的GNSS数据与IMU里程数据进行对比得到车辆位姿状态误差。Step S120. Comparing the lidar data or the GNSS data in the integrated navigation data with the IMU mileage data to obtain the vehicle pose state error.
步骤S121.将车辆位姿状态误差加入到对IMU里程数据的计算过程中对IMU里程数据进行迭代优化。Step S121. Adding the vehicle pose state error into the calculation process of the IMU mileage data to iteratively optimize the IMU mileage data.
其中,激光雷达数据或者组合导航数据中的GNSS数据可以视为准确值,建立激光雷达数据或者组合导航数据中的GNSS数据与IMU里程数据以及随机游走的迭代优化,通过迭代优化可以获得当前帧随机游走变化量(车辆位姿状态误差),根据机游走变化量对IMU里程数据的计算过程中对IMU里程数据进行迭代优化,具体在计算位置值和速度值时其中加速度值替换为加速度值减去加速度随机游走,角速度值替换为角速度值减去角速度随机游走。Among them, the GNSS data in the lidar data or integrated navigation data can be regarded as an accurate value, and the iterative optimization of the GNSS data in the lidar data or integrated navigation data, IMU mileage data and random walk is established, and the current frame can be obtained through iterative optimization Random walk variation (vehicle pose state error), iteratively optimize the IMU mileage data during the calculation process of the IMU mileage data according to the machine walk variation, specifically when calculating the position value and velocity value, the acceleration value is replaced by the acceleration Values minus acceleration random walks, and angular velocity values replaced by angular velocity values minus angular velocity random walks.
其中,如图10所示,根据先验约束对IMU&ODO融合里程数据进行迭代优化,包括:Among them, as shown in Figure 10, the IMU&ODO fusion mileage data is iteratively optimized according to the prior constraints, including:
步骤S122.将前一周期输出的最终定位结果与IMU&ODO融合里程数据进行对比得到车辆位姿状态误差。Step S122. Compare the final positioning result output in the previous cycle with the IMU&ODO fusion mileage data to obtain the vehicle pose state error.
步骤S123.将车辆位姿状态误差加入到对IMU&ODO融合里程数据的计算过程中对IMU&ODO融合里程数据进行迭代优化。Step S123. Adding the vehicle pose state error into the calculation process of the IMU&ODO fusion mileage data to iteratively optimize the IMU&ODO fusion mileage data.
其中,由于两帧之间IMU的bias(随机游走)真实情况是有变化的,建立车辆位姿状态误差关于两帧的位姿、速度以及bias的迭代优化。通过迭代优化可以获得当前帧随机游走变化量(车辆位姿状态误差),通过上述公式(4)可以在迭代优化过程计算更新随机游走变化的积分里程,基于优化后的随机游走和IMU&ODO融合里程数据重新计算先验约束关键帧时间点以后的IMU&ODO融合里程数据增量,再加上先验约束关键帧位姿可以得到优化后的IMU&ODO融合里程数据。Among them, since the real situation of the bias (random walk) of the IMU between two frames changes, the iterative optimization of the vehicle pose state error on the pose, speed and bias of the two frames is established. Through iterative optimization, the current frame random walk variation (vehicle pose state error) can be obtained. Through the above formula (4), the integral mileage of the random walk change can be calculated and updated in the iterative optimization process, based on the optimized random walk and IMU&ODO The fusion mileage data recalculates the IMU&ODO fusion mileage data increment after the prior constraint key frame time point, and the optimized IMU&ODO fusion mileage data can be obtained by adding the prior constraint key frame pose.
步骤S103.根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及激光雷达数据获取激光雷达位姿数据。Step S103. Obtain the lidar pose data according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data, and the lidar data.
其中,本步骤包括两种实施方式,一种实施方式是采用激光雷达定位算法A点云特 征帧最近邻搜索算法获取激光雷达位姿数据,一种实施方式采用激光雷达定位算法B点云特征帧与局部地图匹配算法取激光雷达位姿数据。Among them, this step includes two implementations, one implementation is to use the lidar positioning algorithm A point cloud feature frame nearest neighbor search algorithm to obtain the lidar pose data, and one implementation is to use the lidar positioning algorithm B point cloud feature frame The local map matching algorithm takes the lidar pose data.
作为一种实施方式,如图11所示,根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及激光雷达数据获取激光雷达位姿数据,包括:As an implementation, as shown in Figure 11, the lidar pose data is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data, and lidar data, including:
步骤S131.基于IMU里程数据对激光雷达数据进行去畸变计算,并对激光雷达数据进行特征点提取得到激光雷达数据特征点。Step S131. Perform de-distortion calculation on the lidar data based on the IMU mileage data, and extract feature points from the lidar data to obtain feature points of the lidar data.
步骤S132.根据点云特征和IMU&ODO融合里程数据提取局部特征地图,将局部特征地图在高维空间量化,并在高维空间搜索局部特征地图对应的最近邻特征点,得到最近邻关键帧的位姿。Step S132. Extract the local feature map according to the point cloud features and IMU&ODO fusion mileage data, quantify the local feature map in high-dimensional space, and search for the nearest neighbor feature point corresponding to the local feature map in the high-dimensional space, and obtain the position of the nearest neighbor key frame posture.
其中,本实施方式采用点云特征帧最近邻搜索算法获取激光雷达位姿数据,通过激光雷达设备获取点云数据,根据IMU里程数据中的位姿数据对激光雷达数据进行去畸变计算,得到预测的激光雷达位姿,对激光雷达数据进行特征点提取计算得到激光雷达数据特征点,根据IMU&ODO融合里程数据在点云特征所对应的地图中提取IMU&ODO融合里程数据对应的局部特征地图,将局部特征地图进行高维空间量化得到特征点集合,在特征点集合中搜索激光雷达数据特征点对应的最近邻特征点,得到最近邻关键帧的位姿。Among them, this embodiment adopts the point cloud feature frame nearest neighbor search algorithm to obtain the lidar pose data, obtains the point cloud data through the lidar device, and performs dedistortion calculation on the lidar data according to the pose data in the IMU mileage data to obtain the prediction The lidar pose, the lidar data is extracted and calculated to obtain the feature points of the lidar data, and the local feature map corresponding to the IMU&ODO fusion mileage data is extracted from the map corresponding to the point cloud feature according to the IMU&ODO fusion mileage data, and the local feature The map is quantified in high-dimensional space to obtain a set of feature points, and the nearest neighbor feature point corresponding to the feature point of the lidar data is searched in the feature point set to obtain the pose of the nearest neighbor key frame.
作为一种实施方式,如图12所示,根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及激光雷达数据获取激光雷达位姿数据,包括:As an implementation, as shown in Figure 12, the lidar pose data is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data, including:
步骤S133.基于IMU里程数据对激光雷达数据进行去畸变计算,并对激光雷达数据进行特征点提取得到激光雷达数据特征点。Step S133. Perform de-distortion calculation on the lidar data based on the IMU mileage data, and extract feature points from the lidar data to obtain feature points of the lidar data.
步骤S134.根据点云特征和IMU&ODO融合里程数据提取局部特征地图,将激光雷达数据特征点匹配到局部特征地图中,根据匹配结果得到激光雷达位姿数据。Step S134. Extract the local feature map according to the point cloud features and the IMU&ODO fusion mileage data, match the feature points of the lidar data into the local feature map, and obtain the lidar pose data according to the matching result.
其中,本实施方式采用点云特征帧与局部地图匹配算法获取激光雷达位姿数据,通过激光雷达设备获取点云数据,根据IMU里程数据中的位姿数据对激光雷达数据进行去畸变计算,得到预测的激光雷达位姿,对激光雷达数据进行特征点提取计算得到激光雷达数据特征点,根据IMU&ODO融合里程数据在点云特征所对应的地图中提取IMU&ODO融合里程数据对应的局部特征地图,将激光雷达数据特征点匹配到局部特征地图中,根据匹配结果得到激光雷达位姿数据。Among them, this embodiment adopts the point cloud feature frame and local map matching algorithm to obtain the lidar pose data, obtains the point cloud data through the lidar device, and performs de-distortion calculation on the lidar data according to the pose data in the IMU mileage data, and obtains Based on the predicted lidar pose, the feature points of the lidar data are extracted and calculated to obtain the feature points of the lidar data. According to the IMU&ODO fusion mileage data, the local feature map corresponding to the IMU&ODO fusion mileage data is extracted from the map corresponding to the point cloud features, and the laser The radar data feature points are matched to the local feature map, and the lidar pose data is obtained according to the matching results.
其中,激光雷达定位算法A和激光雷达定位算法B相互配合使用,激光雷达定位算法A可以用于检测激光雷达定位算法B,例如,如图13所示,激光雷达定位算法A得到的特征点为局部特征地图中的某个特征点,检测激光雷达定位算法B可以跟精确的得到具体位置为在该特征点的前后某个位置,通过安全判断检测激光雷达定位算法B得到的是否在激光雷达定位算法A的阈值范围内,在阈值范围内,则判定激光雷达定位算法B通过安全判断,输出激光雷达定位算法B的定位结果。Among them, LiDAR positioning algorithm A and LiDAR positioning algorithm B are used in conjunction with each other. LiDAR positioning algorithm A can be used to detect LiDAR positioning algorithm B. For example, as shown in Figure 13, the feature points obtained by LiDAR positioning algorithm A are For a certain feature point in the local feature map, the detection of the laser radar positioning algorithm B can accurately obtain the specific position as a certain position before and after the feature point, and whether the detection of the laser radar positioning algorithm B obtained by the safety judgment is within the laser radar positioning Within the threshold range of algorithm A, if it is within the threshold range, it is determined that lidar positioning algorithm B has passed the safety judgment, and the positioning result of lidar positioning algorithm B is output.
步骤S104.将组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据通过滑窗进行联合优化融合得到最终定位结果。Step S104. The combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are jointly optimized and fused through the sliding window to obtain the final positioning result.
其中,激光雷达位姿数据和组合导航数据包括位姿数据以及噪声协方差数据,通过滑窗的方式进行联合优化融合,联合当前周期的以及前n个周期的历史数据创建联合残差函数,进行联合优化迭代求解n+1周期的状态节点的状态信息(位置姿态为Xk,速度为Vk),例如,如图15所示,设置滑窗可以融合5个周期,当前周期为5,根据第1、2、3、4、5 周期的数据获取最终定位结果,当前周期为6,根据第2、3、4、5、6周期的数据获取最终定位结果,以此类推,得到每个周期的定位结果。Among them, the lidar pose data and the integrated navigation data include pose data and noise covariance data, which are jointly optimized and fused by means of a sliding window, and a joint residual function is created by combining the current cycle and the historical data of the previous n cycles to perform The joint optimization iteratively solves the state information of the state node of cycle n+1 (the position and attitude are Xk, and the velocity is Vk). For example, as shown in Figure 15, setting the sliding window can fuse 5 cycles, and the current cycle is 5. , 2, 3, 4, 5 cycle data to get the final positioning result, the current cycle is 6, according to the 2nd, 3, 4, 5, 6 cycle data to get the final positioning result, and so on, get the positioning of each cycle result.
其中,如图14所示,将组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据通过滑窗进行联合优化融合得到最终定位结果,包括:Among them, as shown in Figure 14, the combined navigation data, optimized IMU&ODO fusion mileage data, and lidar pose data are jointly optimized and fused through sliding windows to obtain the final positioning results, including:
步骤S141.根据当前周期的组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据以及前n个周期的历史数据获取滑窗残差公式以及联合优化迭代残差函数。Step S141. Obtain the sliding window residual formula and jointly optimize iterative residual function according to the integrated navigation data of the current period, the optimized IMU&ODO fusion mileage data, the lidar pose data and the historical data of the previous n periods.
步骤S142.根据联合残差函数以及联合优化迭代残差函数计算最终定位结果。Step S142. Calculate the final positioning result according to the joint residual function and the joint optimization iterative residual function.
其中,滑窗残差公式为:Among them, the sliding window residual formula is:
Figure PCTCN2022140863-appb-000006
Figure PCTCN2022140863-appb-000006
dt表示两节点时间差,cov(L k-n)表示激光雷达数据协方差矩阵,cov(G k-n)表示组合导航数据协方差矩阵,cov(X k-n)表示IMU&ODO融合里程数据协方差矩阵,X k为第K周期的位姿,X k-n为第K-n周期的位姿,V k为第K周期的速度,V k-n为第K-n周期的速度,I为单位矩阵,L k-n为第K-n周期的激光雷达数据,G k-n为第K-n周期的组合导航数据; dt represents the time difference between two nodes, cov(L kn ) represents the covariance matrix of lidar data, cov(G kn ) represents the covariance matrix of integrated navigation data, cov(X kn ) represents the covariance matrix of IMU&ODO fusion mileage data, X k is the first The pose of the K period, X kn is the pose of the Knth period, V k is the velocity of the Knth period, V kn is the velocity of the Knth period, I is the identity matrix, L kn is the lidar data of the Knth period, G kn is the combined navigation data of the Knth cycle;
联合优化迭代残差函数为:The joint optimization iterative residual function is:
min{f([X k-n…X k],[V k-n…V k])}  (7) min{f([X kn ...X k ],[V kn ...V k ])} (7)
其中各个传感器噪声对应协方差矩阵作为各个残差项的权重信息,可以自适应动态滑框内残差函数。例如,当激光雷达噪声cov(L k-n)增大时,对应第一项优化残差权重降低。当组合导航噪声cov(G k-n)降低时(定位精度高),对应第二项的优化残差权重增大,对应优化变量受组合导航定位的影响也变大。 The covariance matrix corresponding to each sensor noise is used as the weight information of each residual item, which can be adaptive to the residual function in the dynamic sliding frame. For example, when the lidar noise cov(L kn ) increases, the weight of the optimization residual corresponding to the first item decreases. When the integrated navigation noise cov(G kn ) decreases (high positioning accuracy), the weight of the optimization residual corresponding to the second item increases, and the corresponding optimization variable is also greatly affected by the integrated navigation positioning.
此外,滑框内n+1个周期的传感器信息都参与了公式6残差函数方程的计算,会影响n+1个节点优化后的定位状态,通过残差函数方程第三项约束了n+1个节点定位状态,在前n个状态精度保证的前提下,第n+1的状态误差可以控制在线性化的动力学模型误差范围内,另外该残差项也起到了多周期之间的传感器数据联动求解。In addition, the sensor information of n+1 cycles in the sliding frame is involved in the calculation of the residual function equation of formula 6, which will affect the optimized positioning state of n+1 nodes. The third term of the residual function equation constrains n+ 1 node positioning state, under the premise that the accuracy of the first n states is guaranteed, the state error of the n+1th state can be controlled within the error range of the linearized dynamic model. Sensor data linkage solution.
在一个实施方案中,在步骤S104之前还包括对组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据进行安全判断。In one embodiment, before step S104, safety judgment is also performed on the combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data.
具体的,组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据均在同一坐标系下,判断组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据之间的差值是否在误差范围内,在误差范围内则通过安全判断。Specifically, the integrated navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are all in the same coordinate system, and the difference between the integrated navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data is judged Whether it is within the error range, if it is within the error range, pass the safety judgment.
如图16和图17所示,下面通过具体的例子对本申请技术方案进行具体说明:As shown in Figure 16 and Figure 17, the technical solution of the present application is specifically described below through specific examples:
组合导航设备A进行设备状态检测输出第一组组合导航数据,组合导航设备B进行设备状态检测输出第二组组合导航数据,对第一组组合导航数据和第二组组合导航数据进行安全判断,检测两组数据差距是否在允许的误差范围内,通过安全判断时输出组合导航数据。Integrated navigation device A performs device status detection and outputs the first group of combined navigation data, and combined navigation device B performs device status detection to output the second group of combined navigation data, and performs safety judgment on the first group of combined navigation data and the second group of combined navigation data, Detect whether the gap between the two sets of data is within the allowable error range, and output the combined navigation data when the safety judgment is passed.
激光雷达设备进行设备状态检测输出点云数据,安全计算平台中存储有点云特征地图信息。The laser radar device detects the device state and outputs point cloud data, and the point cloud feature map information is stored in the secure computing platform.
IMU设备A进行设备状态检测输出第一组IMU数据,IMU设备B进行设备状态检测输出第二组IMU数据,对第一组IMU数据和第二组IMU数据进行安全判断,检测两组数据差距是否在允许的误差范围内,通过安全判断时输出IMU数据。IMU device A performs device status detection and outputs the first set of IMU data, and IMU device B performs device status detection and outputs the second set of IMU data, and performs security judgment on the first group of IMU data and the second group of IMU data to detect whether the gap between the two sets of data is Within the allowable error range, the IMU data is output when the safety judgment is passed.
ODO设备A进行设备状态检测输出第一组ODO数据,ODO设备B进行设备状态检测输出第二组ODO数据,对第一组ODO数据和第二组ODO数据进行安全判断,检测两组数据差距是否在允许的误差范围内,通过安全判断时输出ODO数据。ODO device A performs device status detection and outputs the first set of ODO data, ODO device B performs device status detection and outputs the second set of ODO data, and performs safety judgments on the first set of ODO data and the second set of ODO data to detect whether the gap between the two sets of data is ODO data is output when the safety judgment is passed within the allowable error range.
将IMU数据加速度积分得到速度与时间相乘以及对航向角进行积分得到里程数据得到IMU里程数据。Integrate the acceleration of the IMU data to obtain the multiplication of speed and time, and integrate the heading angle to obtain the mileage data to obtain the IMU mileage data.
结合上述公式(1)至(5),根据IMU提供的航向角、俯仰角以及横滚角对ODO数据进行积分得到IMU&ODO融合里程数据。Combining the above formulas (1) to (5), the ODO data is integrated according to the heading angle, pitch angle and roll angle provided by the IMU to obtain the IMU&ODO fusion mileage data.
对IMU里程数据和IMU&ODO融合里程数据进行IMU&ODO安全判断,当两个数据存在一致性时,通过判断输出两个数据。The IMU&ODO safety judgment is performed on the IMU mileage data and the IMU&ODO fusion mileage data. When the two data are consistent, the two data are output through the judgment.
对IMU里程数据和IMU&ODO融合里程数据进行融合积分,获取两帧雷达数据,两帧之间的积分量为IMU里程数据的约束。滑窗约束优化融合输出的最近一个周期的结果可以作为IMU&ODO融合里程数据的先验约束,两个约束可以计算残差,由于两帧之间IMU的bias(随机游走)真实情况是有变化的,建立IMU&ODO融合里程数据状态量残差关于两帧的位姿、速度以及随机游走的迭代优化。通过迭代优化可以获得当前帧随机游走变化量,根据当前帧随机游走变化量优化IMU里程数据,以及通过公式(4)可以在迭代优化过程计算更新随bias变化的积分里程。基于优化后的bias和IMU&ODO融合里程数据重新计算先验约束关键帧时间点以后的融合积分里程增量,在加上先验约束关键帧位姿可以得到优化后的IMU&ODO融合里程数据。The IMU mileage data and the IMU&ODO fusion mileage data are fused and integrated to obtain two frames of radar data. The amount of integration between the two frames is the constraint of the IMU mileage data. The results of the latest period of the sliding window constraint optimization fusion output can be used as a priori constraints for IMU&ODO fusion mileage data. The two constraints can calculate the residual, because the real situation of the bias (random walk) of the IMU between two frames changes. , to establish the iterative optimization of the state quantity residual of IMU&ODO fusion mileage data on the pose, velocity and random walk of two frames. Through iterative optimization, the random walk variation of the current frame can be obtained, the IMU mileage data can be optimized according to the random walk variation of the current frame, and the integral mileage that changes with the bias can be calculated and updated through the formula (4) in the iterative optimization process. Based on the optimized bias and IMU&ODO fusion mileage data, recalculate the fusion integral mileage increment after the prior constraint key frame time point, and add the prior constraint key frame pose to obtain the optimized IMU&ODO fusion mileage data.
根据IMU里程数据中的位姿数据对点云数据进行去偏移计算,假设采集激光雷达数据的过程中激光雷达是线性运动的,然后根据开始S1帧采集时车辆的位姿和结束S1帧时的位姿进行线性插值,实现去偏移计算。得到预测的激光雷达位姿,对激光雷达数据进行特征点提取计算得到特征点,根据IMU&ODO融合里程数据在点云特征中提取IMU&ODO融合里程数据对应的局部特征地图,将局部特征地图进行高维空间量化得到特征点集合,在特征点集合中搜索激光雷达数据特征点对应的最近邻特征点,得到最近邻关键帧的位姿。以及将激光雷达数据特征点匹配到局部特征地图中,根据匹配结果得到激光雷达位姿数据。判断激光雷达位姿数据是否在最近邻关键帧的位姿的安全阈值范围内,在安全范围内输出激光雷达位姿数据。According to the pose data in the IMU mileage data, de-migrate the point cloud data. Assuming that the lidar is moving linearly during the process of collecting lidar data, then according to the pose of the vehicle at the beginning of S1 frame acquisition and the end of S1 frame The pose is linearly interpolated to realize the offset calculation. Get the predicted lidar pose, extract and calculate the feature points from the lidar data, extract the local feature map corresponding to the IMU&ODO fusion mileage data from the point cloud features according to the IMU&ODO fusion mileage data, and carry out the local feature map in the high-dimensional space Quantize to obtain the feature point set, search the nearest neighbor feature point corresponding to the feature point of the lidar data in the feature point set, and obtain the pose of the nearest neighbor key frame. And match the lidar data feature points to the local feature map, and get the lidar pose data according to the matching result. Determine whether the lidar pose data is within the safe threshold range of the pose of the nearest neighbor key frame, and output the lidar pose data within the safe range.
判断组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据之间的差值是否在误差范围内,在误差范围内则通过安全判断。Judging whether the difference between the integrated navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data is within the error range, and the safety judgment is passed within the error range.
将组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据通过滑窗残差公式(6)和公式(7)进行联合优化融合得到最终定位结果。The combined navigation data, optimized IMU&ODO fusion mileage data, and lidar pose data are jointly optimized and fused through the sliding window residual formula (6) and formula (7) to obtain the final positioning result.
本实施方式针对每个使用到的传感器进行安全诊断以及融合结果的安全诊断保证了计算全流程的安全完整性监测,相对于现有方案,安全性更高;本实施方式所有融合计算都是基于安全诊断结果良好的情况下进行,保证最终定位结果的安全性完整性,降低失效 率。In this embodiment, the safety diagnosis of each sensor used and the safety diagnosis of the fusion result ensure the safety and integrity monitoring of the entire calculation process. Compared with the existing scheme, the security is higher; all fusion calculations in this embodiment are based on When the safety diagnosis result is good, it can ensure the safety integrity of the final positioning result and reduce the failure rate.
本实施方式IMU&ODO与组合导航以及激光雷达定位结果融合后的结果作为先验约束,反馈到IMU&ODO融合优化约束,从而修正IMU的随机游走参数,修正后的IMU数据在后续积分里程精度可以得到保证,保证了滑窗约束优化融合过程初始节点位姿精度。降低了优化迭代周期,提高了计算速度。In this embodiment, the fusion results of IMU&ODO, integrated navigation and laser radar positioning results are used as prior constraints, and fed back to IMU&ODO fusion optimization constraints, so as to correct the random walk parameters of the IMU, and the accuracy of the corrected IMU data in the subsequent integral mileage can be guaranteed. , which ensures the accuracy of the initial node pose during the sliding window constraint optimization fusion process. The optimization iteration cycle is reduced and the calculation speed is improved.
本实施方式IMU与ODO融合过程,ODO不具有随机游走噪声,ODO同样对IMU的随机游走噪声有抑制作用,相对简单的坐标对齐之后直接单独使用积分里程噪声更小。In the fusion process of IMU and ODO in this embodiment, ODO does not have random walk noise, and ODO also has an inhibitory effect on the random walk noise of IMU, and the integrated mileage noise is smaller when used directly after relatively simple coordinate alignment.
本申请提供一种车载多传感器融合定位方法,车载多传感器融合定位方法包括获取IMU数据、ODO数据、激光雷达数据以及组合导航数据,并获取IMU里程数据和IMU&ODO融合里程数据;根据积分约束对IMU里程数据进行迭代优化以及根据先验约束对IMU&ODO融合里程数据进行迭代优化;根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及激光雷达数据获取激光雷达位姿数据;将组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据通过滑窗残差公式进行联合优化融合得到最终定位结果。本申请技术方案将IMU数据和ODO数据进行融合,由于ODO数据不具有随机游走噪声,ODO数据同样对IMU数据的随机游走噪声有抑制作用,相对简单的坐标对齐之后直接单独使用积分里程噪声更小。通过积分约束和先验约束修正IMU的随机游走参数,修正后的IMU数据在后续积分里程精度可以得到保证,保证了滑窗约束优化融合过程初始节点位姿精度,降低了优化迭代周期,提高了计算速度,同时提高了计算精度,系统稳定性高。The application provides a vehicle-mounted multi-sensor fusion positioning method. The vehicle-mounted multi-sensor fusion positioning method includes obtaining IMU data, ODO data, lidar data and combined navigation data, and obtaining IMU mileage data and IMU&ODO fusion mileage data; The mileage data is iteratively optimized and the IMU&ODO fusion mileage data is iteratively optimized according to the prior constraints; the lidar pose data is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data; the combined navigation data, The optimized IMU&ODO fusion mileage data and lidar pose data are jointly optimized and fused through the sliding window residual formula to obtain the final positioning result. The technical solution of this application integrates IMU data and ODO data. Since ODO data does not have random walk noise, ODO data also has an inhibitory effect on the random walk noise of IMU data. After relatively simple coordinate alignment, the integral mileage noise is directly used alone smaller. The random walk parameters of the IMU are corrected by integral constraints and prior constraints, and the accuracy of the corrected IMU data in the subsequent integral mileage can be guaranteed, which ensures the initial node pose accuracy of the sliding window constraint optimization fusion process, reduces the optimization iteration cycle, and improves The calculation speed is improved, and the calculation accuracy is improved at the same time, and the system stability is high.
在一个实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构图可以如图18所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机程序和数据库。该内存储器为非易失性存储介质中的操作系统和计算机程序的运行提供环境。该计算机设备的数据库用于存储上述实施例的车辆客流监测方法中所使用到的数据。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机程序被处理器执行时以实现一种车载多传感器融合定位方法。In one embodiment, a computer device is provided. The computer device may be a server, and its internal structure may be as shown in FIG. 18 . The computer device includes a processor, memory, network interface and database connected by a system bus. Wherein, the processor of the computer device is used to provide calculation and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs and databases. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage medium. The database of the computer equipment is used to store the data used in the vehicle passenger flow monitoring method of the above embodiment. The network interface of the computer device is used to communicate with an external terminal via a network connection. When the computer program is executed by the processor, a vehicle-mounted multi-sensor fusion positioning method is realized.
在一个实施例中,提供了一种计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,处理器执行计算机程序时实现上述实施例中的车载多传感器融合定位方法。In one embodiment, a computer device is provided, including a memory, a processor, and a computer program stored on the memory and operable on the processor. When the processor executes the computer program, the vehicle-mounted multi-sensor fusion in the above-mentioned embodiments is realized. positioning method.
在一个实施例中,提供了一种计算机可读存储介质,其上存储有计算机程序,计算机程序被处理器执行时实现上述实施例中的车载多传感器融合定位方法。In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, and when the computer program is executed by a processor, the vehicle-mounted multi-sensor fusion positioning method in the foregoing embodiments is implemented.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,的计算机程序可存储于一非易失性计算机可读取存储介质中,该计算机程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限, RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。Those of ordinary skill in the art can understand that realizing all or part of the processes in the methods of the above embodiments can be completed by instructing related hardware through computer programs, and the computer programs can be stored in a non-volatile computer-readable storage medium , when the computer program is executed, it may include the procedures of the embodiments of the above-mentioned methods. Wherein, any references to memory, storage, database or other media used in the various embodiments provided in the present application may include non-volatile and/or volatile memory. Nonvolatile memory can include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory can include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in many forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Chain Synchlink DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。Those skilled in the art can clearly understand that for the convenience and brevity of description, only the division of the above-mentioned functional units and modules is used for illustration. In practical applications, the above-mentioned functions can be assigned to different functional units, Completion of modules means that the internal structure of the device is divided into different functional units or modules to complete all or part of the functions described above.
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-described embodiments are only used to illustrate the technical solutions of the present application, rather than to limit them; although the present application has been described in detail with reference to the foregoing embodiments, those of ordinary skill in the art should understand that: it can still implement the foregoing embodiments Modifications to the technical solutions described in the examples, or equivalent replacements for some of the technical features; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions of the various embodiments of the application, and should be included in the Within the protection scope of this application.

Claims (10)

  1. 一种车载多传感器融合定位方法,其特征在于,包括:A vehicle-mounted multi-sensor fusion positioning method, characterized in that it includes:
    获取IMU数据、ODO数据、激光雷达数据以及组合导航数据,并将所述IMU数据和所述ODO数据进行积分得到IMU里程数据和IMU&ODO融合里程数据;Obtain IMU data, ODO data, lidar data and combined navigation data, and integrate the IMU data and the ODO data to obtain IMU mileage data and IMU&ODO fusion mileage data;
    根据所述激光雷达数据或者所述组合导航数据中的GNSS数据获取积分约束,并根据前一周期输出的最终定位结果获取先验约束,根据所述积分约束对所述IMU里程数据进行迭代优化以及根据所述先验约束对所述IMU&ODO融合里程数据进行迭代优化;Obtain integral constraints according to the lidar data or the GNSS data in the integrated navigation data, and obtain prior constraints according to the final positioning result output in the previous cycle, iteratively optimize the IMU mileage data according to the integral constraints, and Iteratively optimizing the IMU&ODO fusion mileage data according to the prior constraints;
    根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及所述激光雷达数据获取激光雷达位姿数据;和Obtain lidar pose data according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the lidar data; and
    将所述组合导航数据、所述优化后的IMU&ODO融合里程数据、所述激光雷达位姿数据通过滑窗进行联合优化融合得到最终定位结果。The combined navigation data, the optimized IMU&ODO fusion mileage data, and the lidar pose data are jointly optimized and fused through a sliding window to obtain a final positioning result.
  2. 如权利要求1所述的车载多传感器融合定位方法,其特征在于,所述将所述IMU数据和所述ODO数据进行积分得到IMU里程数据和IMU&ODO里程融合数据,包括:The vehicle-mounted multi-sensor fusion positioning method according to claim 1, wherein said integrating said IMU data and said ODO data to obtain IMU mileage data and IMU&ODO mileage fusion data comprises:
    对所述IMU数据进行积分得到IMU里程数据;和integrating the IMU data to obtain IMU mileage data; and
    根据IMU数据对ODO数据进行积分得到IMU&ODO融合里程数据。The ODO data is integrated according to the IMU data to obtain the IMU&ODO fusion mileage data.
  3. 如权利要求2所述的车载多传感器融合定位方法,其特征在于,所述根据所述积分约束对所述IMU里程数据进行迭代优化,包括:The vehicle-mounted multi-sensor fusion positioning method according to claim 2, wherein the iterative optimization of the IMU mileage data according to the integral constraint comprises:
    将所述激光雷达数据或者所述组合导航数据中的GNSS数据与所述IMU里程数据进行对比得到车辆位姿状态误差;和Comparing the lidar data or the GNSS data in the integrated navigation data with the IMU mileage data to obtain a vehicle pose state error; and
    将所述车辆位姿状态误差加入到对IMU里程数据的计算过程中,以对IMU里程数据进行迭代优化。The vehicle pose state error is added to the calculation process of the IMU mileage data to iteratively optimize the IMU mileage data.
  4. 如权利要求2或3所述的车载多传感器融合定位方法,其特征在于,所述根据所述先验约束对所述IMU&ODO融合里程数据进行迭代优化,包括:The vehicle-mounted multi-sensor fusion positioning method according to claim 2 or 3, wherein the iterative optimization of the IMU&ODO fusion mileage data according to the prior constraints includes:
    将前一周期输出的最终定位结果与所述IMU&ODO融合里程数据进行对比得到车辆位姿状态误差;和The final positioning result output in the previous cycle is compared with the IMU&ODO fusion mileage data to obtain the vehicle pose state error; and
    将所述车辆位姿状态误差加入到对IMU&ODO融合里程数据的计算过程中,以对 IMU&ODO融合里程数据进行迭代优化。The vehicle pose state error is added to the calculation process of the IMU&ODO fusion mileage data, to iteratively optimize the IMU&ODO fusion mileage data.
  5. 如权利要求1至4中任一项所述的车载多传感器融合定位方法,其特征在于,所述根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及所述激光雷达数据获取激光雷达位姿数据,包括:The vehicle-mounted multi-sensor fusion positioning method according to any one of claims 1 to 4, wherein the laser radar is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the laser radar data Pose data, including:
    基于所述IMU里程数据对激光雷达数据进行去畸变计算,并对激光雷达数据进行特征点提取得到激光雷达数据特征点;和Performing de-distortion calculation on the lidar data based on the IMU mileage data, and extracting feature points from the lidar data to obtain feature points of the lidar data; and
    根据点云特征和IMU&ODO融合里程数据提取局部特征地图,将所述局部特征地图在高维空间量化,并在高维空间搜索所述激光雷达数据特征点对应的最近邻特征点,得到最近邻关键帧的位姿。Extract local feature maps based on point cloud features and IMU&ODO fusion mileage data, quantify the local feature maps in high-dimensional space, and search the nearest neighbor feature points corresponding to the lidar data feature points in high-dimensional space to obtain the nearest neighbor key The pose of the frame.
  6. 如权利要求1至4中任一项所述的车载多传感器融合定位方法,其特征在于,所述根据优化后的IMU里程数据、优化后的IMU&ODO融合里程数据以及所述激光雷达数据获取激光雷达位姿数据,包括:The vehicle-mounted multi-sensor fusion positioning method according to any one of claims 1 to 4, wherein the laser radar is obtained according to the optimized IMU mileage data, the optimized IMU&ODO fusion mileage data and the laser radar data Pose data, including:
    基于所述IMU里程数据对激光雷达数据进行去畸变计算,并对激光雷达数据进行特征点提取得到激光雷达数据特征点;和Performing de-distortion calculation on the lidar data based on the IMU mileage data, and extracting feature points from the lidar data to obtain feature points of the lidar data; and
    根据点云特征和IMU&ODO融合里程数据提取局部特征地图,将所述激光雷达数据特征点匹配到局部特征地图中,根据匹配结果得到激光雷达位姿数据。The local feature map is extracted according to the point cloud features and the IMU&ODO fusion mileage data, the lidar data feature points are matched to the local feature map, and the lidar pose data is obtained according to the matching result.
  7. 如权利要求1至6中任一项所述的车载多传感器融合定位方法,其特征在于,所述将所述组合导航数据、所述优化后的IMU&ODO融合里程数据、所述激光雷达位姿数据通过滑窗进行联合优化融合得到最终定位结果,包括:The vehicle-mounted multi-sensor fusion positioning method according to any one of claims 1 to 6, wherein the combined navigation data, the optimized IMU&ODO fusion mileage data, the laser radar pose data The final positioning results are obtained by joint optimization and fusion through sliding windows, including:
    根据当前周期的组合导航数据、优化后的IMU&ODO融合里程数据、激光雷达位姿数据以及前n个周期的历史数据获取滑窗残差公式以及联合优化迭代残差函数;和According to the integrated navigation data of the current period, the optimized IMU&ODO fusion mileage data, the lidar pose data and the historical data of the previous n periods, the sliding window residual formula and the jointly optimized iterative residual function are obtained; and
    根据所述联合残差函数以及所述联合优化迭代残差函数计算最终定位结果。A final positioning result is calculated according to the joint residual function and the joint optimization iterative residual function.
  8. 如权利要求7所述的车载多传感器融合定位方法,其特征在于,The vehicle-mounted multi-sensor fusion positioning method according to claim 7, characterized in that,
    所述滑窗残差公式为:The sliding window residual formula is:
    Figure PCTCN2022140863-appb-100001
    Figure PCTCN2022140863-appb-100001
    其中,dt表示两节点时间差,cov(L k-n)表示激光雷达数据协方差矩阵,cov(G k-n)表示组合导航数据协方差矩阵,cov(X k-n)表示IMU&ODO融合里程数据协方差矩阵,X k为第K周期的位姿,X k-n为第K-n周期的位姿,V k为第K周期的速度,V k-n为第K-n周期的速度,I为单位矩阵,L k-n为第K-n周期的激光雷达数据,G k-n为第K-n周期的组合导航数据;并且 Among them, dt represents the time difference between two nodes, cov(L kn ) represents the covariance matrix of lidar data, cov(G kn ) represents the covariance matrix of integrated navigation data, cov(X kn ) represents the covariance matrix of IMU&ODO fusion mileage data, X k is the pose of the Kth cycle, X kn is the pose of the Knth cycle, V k is the velocity of the Kth cycle, V kn is the velocity of the Knth cycle, I is the identity matrix, and L kn is the lidar of the Knth cycle Data, G kn is the combined navigation data of the Knth period; and
    所述联合优化迭代残差函数为:The joint optimization iterative residual function is:
    min{f([X k-n…X k],[V k-n…V k])}。 min{f([X kn ...X k ],[V kn ...V k ])}.
  9. 一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至8中任一项所述的方法。A computer device, comprising a memory, a processor, and a computer program stored in the memory and operable on the processor, characterized in that, when the processor executes the computer program, the computer program according to claims 1 to 1 is implemented. The method described in any one of 8.
  10. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至8中任一项所述的方法。A computer-readable storage medium storing a computer program, wherein the computer program implements the method according to any one of claims 1 to 8 when executed by a processor.
PCT/CN2022/140863 2021-12-22 2022-12-22 In-vehicle multi-sensor fusion positioning method, computer device and storage medium WO2023116797A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111579011.6A CN113970330B (en) 2021-12-22 2021-12-22 Vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage medium
CN202111579011.6 2021-12-22

Publications (2)

Publication Number Publication Date
WO2023116797A2 true WO2023116797A2 (en) 2023-06-29
WO2023116797A3 WO2023116797A3 (en) 2023-08-17

Family

ID=79590749

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/140863 WO2023116797A2 (en) 2021-12-22 2022-12-22 In-vehicle multi-sensor fusion positioning method, computer device and storage medium

Country Status (2)

Country Link
CN (1) CN113970330B (en)
WO (1) WO2023116797A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117473455A (en) * 2023-12-27 2024-01-30 合众新能源汽车股份有限公司 Fusion method and device of multi-source positioning data and electronic equipment
CN117848332A (en) * 2024-03-07 2024-04-09 北京理工大学前沿技术研究院 IMU noise elimination method for vehicle-mounted multi-source fusion high-precision positioning system

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113970330B (en) * 2021-12-22 2022-04-19 比亚迪股份有限公司 Vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage medium
CN115790618B (en) * 2022-11-03 2023-09-01 中科天极(新疆)空天信息有限公司 SLAM positioning method, system and storage medium based on laser radar

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6459990B1 (en) * 1999-09-23 2002-10-01 American Gnc Corporation Self-contained positioning method and system thereof for water and land vehicles
US6564148B2 (en) * 2001-03-06 2003-05-13 Honeywell International Integrated inertial VMS navigation with inertial odometer correction
US8174568B2 (en) * 2006-12-01 2012-05-08 Sri International Unified framework for precise vision-aided navigation
US9482536B2 (en) * 2012-05-31 2016-11-01 International Electronic Machines Corp. Pose estimation
CA3050397C (en) * 2015-05-06 2022-10-18 Crown Equipment Corporation Tag layout for industrial vehicle operation
CN107402012A (en) * 2016-05-20 2017-11-28 北京自动化控制设备研究所 A kind of Combinated navigation method of vehicle
CN111108342B (en) * 2016-12-30 2023-08-15 辉达公司 Visual range method and pair alignment for high definition map creation
EP3358303B1 (en) * 2017-02-07 2021-09-01 HERE Global B.V. An apparatus and associated methods for use in updating map data
CN112744120B (en) * 2019-10-31 2023-04-07 比亚迪股份有限公司 Method for estimating driving range of electric vehicle, cloud server, vehicle and medium
CN110906923B (en) * 2019-11-28 2023-03-14 重庆长安汽车股份有限公司 Vehicle-mounted multi-sensor tight coupling fusion positioning method and system, storage medium and vehicle
CN111156984B (en) * 2019-12-18 2022-12-09 东南大学 Monocular vision inertia SLAM method oriented to dynamic scene
CN113819905A (en) * 2020-06-19 2021-12-21 北京图森未来科技有限公司 Multi-sensor fusion-based odometer method and device
CN111949943B (en) * 2020-07-24 2022-08-30 北京航空航天大学 Vehicle fusion positioning method for V2X and laser point cloud registration for advanced automatic driving
CN112634451B (en) * 2021-01-11 2022-08-23 福州大学 Outdoor large-scene three-dimensional mapping method integrating multiple sensors
CN113311452B (en) * 2021-05-26 2022-12-30 上海新纪元机器人有限公司 Positioning method and system based on multiple sensors
CN113432600B (en) * 2021-06-09 2022-08-16 北京科技大学 Robot instant positioning and map construction method and system based on multiple information sources
CN113405549B (en) * 2021-06-17 2023-11-14 中寰卫星导航通信有限公司 Vehicle positioning method, assembly, electronic device and storage medium
CN113970330B (en) * 2021-12-22 2022-04-19 比亚迪股份有限公司 Vehicle-mounted multi-sensor fusion positioning method, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117473455A (en) * 2023-12-27 2024-01-30 合众新能源汽车股份有限公司 Fusion method and device of multi-source positioning data and electronic equipment
CN117473455B (en) * 2023-12-27 2024-03-29 合众新能源汽车股份有限公司 Fusion method and device of multi-source positioning data and electronic equipment
CN117848332A (en) * 2024-03-07 2024-04-09 北京理工大学前沿技术研究院 IMU noise elimination method for vehicle-mounted multi-source fusion high-precision positioning system
CN117848332B (en) * 2024-03-07 2024-05-03 北京理工大学前沿技术研究院 IMU noise elimination method for vehicle-mounted multi-source fusion high-precision positioning system

Also Published As

Publication number Publication date
CN113970330A (en) 2022-01-25
WO2023116797A3 (en) 2023-08-17
CN113970330B (en) 2022-04-19

Similar Documents

Publication Publication Date Title
WO2023116797A2 (en) In-vehicle multi-sensor fusion positioning method, computer device and storage medium
US11002859B1 (en) Intelligent vehicle positioning method based on feature point calibration
KR102581263B1 (en) Method, apparatus, computing device and computer-readable storage medium for positioning
CN112083725B (en) Structure-shared multi-sensor fusion positioning system for automatic driving vehicle
CN108759833B (en) Intelligent vehicle positioning method based on prior map
CN113819914B (en) Map construction method and device
CN112083726B (en) Park-oriented automatic driving double-filter fusion positioning system
CN105467382A (en) SVM (Support Vector Machine)-based multi-sensor target tracking data fusion algorithm and system thereof
CN107316328B (en) Closed loop detection method based on angular point characteristics of two-dimensional laser scanner
Xia et al. Advancing estimation accuracy of sideslip angle by fusing vehicle kinematics and dynamics information with fuzzy logic
CN111142091A (en) Automatic driving system laser radar online calibration method fusing vehicle-mounted information
KR20190109645A (en) Apparatus for determining position of vehicle and method thereof
CN113503873B (en) Visual positioning method for multi-sensor fusion
CN113466890A (en) Lightweight laser radar inertial combination positioning method and system based on key feature extraction
CN110637209B (en) Method, apparatus and computer readable storage medium having instructions for estimating a pose of a motor vehicle
CN106796126B (en) Method and system for providing dynamic error values of dynamic measurement values in real time
CN109916417B (en) Map establishing method, map establishing device, computer equipment and storage medium thereof
CN110986966A (en) Automatic driving positioning method and system for long-distance tunnel
Guan et al. Multi-sensor fusion vehicle positioning based on Kalman Filter
CN116878542A (en) Laser SLAM method for inhibiting height drift of odometer
CN117437770A (en) Target state estimation method, device, electronic equipment and medium
CN117437771A (en) Target state estimation method, device, electronic equipment and medium
CN115326068A (en) Design method and system for laser radar-inertial measurement unit fusion odometer
CN114882119A (en) Camera external parameter calibration method and device, computer equipment and storage medium
CN111862163A (en) Trajectory optimization method and device

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

Country of ref document: EP

Kind code of ref document: A2