CN113884098B - Iterative Kalman filtering positioning method based on materialization model - Google Patents

Iterative Kalman filtering positioning method based on materialization model Download PDF

Info

Publication number
CN113884098B
CN113884098B CN202111204542.7A CN202111204542A CN113884098B CN 113884098 B CN113884098 B CN 113884098B CN 202111204542 A CN202111204542 A CN 202111204542A CN 113884098 B CN113884098 B CN 113884098B
Authority
CN
China
Prior art keywords
state
time
model
covariance matrix
observation
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CN202111204542.7A
Other languages
Chinese (zh)
Other versions
CN113884098A (en
Inventor
李一染
危义坤
管西强
张云侠
安康
刘翔鹏
徐效农
宋亚庆
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Normal University
Original Assignee
Shanghai Normal University
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 Shanghai Normal University filed Critical Shanghai Normal University
Priority to CN202111204542.7A priority Critical patent/CN113884098B/en
Publication of CN113884098A publication Critical patent/CN113884098A/en
Application granted granted Critical
Publication of CN113884098B publication Critical patent/CN113884098B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/20Instruments for performing navigational calculations

Abstract

The invention relates to an iterative Kalman filtering positioning method based on a concrete model, which comprises the following steps: step 1: initializing a map, namely setting an initial value for a variable of the map; step 2: establishing a system state equation of the robot, and initializing a motion model; step 3: the iterative Kalman filtering algorithm based on the materialized model is used for estimating the pose so as to improve the precision of pose estimation, solve the problems of SLAM real-time mapping and positioning, improve the precision of pose estimation, and compared with the prior art, the invention has the characteristics of effectively reducing the accumulated error of a motion model, improving the precision and the robustness of pose estimation and the like.

Description

Iterative Kalman filtering positioning method based on materialization model
Technical Field
The invention relates to the technical field of positioning and map construction, in particular to an iterative Kalman filtering positioning method based on a concrete model.
Background
And (5) performing instant positioning and map construction (simultaneous localization and mapping, SLAM), namely moving the robot from an unknown position in an unknown field, positioning the robot according to position estimation and a surrounding map in the moving process, and performing incremental map updating on the basis of self positioning, so as to realize autonomous positioning and navigation of the robot.
In 1960, the paper published by Kalman proposed a new method (A New Approach to Linear Filtering and Prediction) for linear filtering and prediction problems, and Kalman filters were derived therefrom, in 1988, smith and Self et al adopted an extended Kalman filter (extended Kalman filter, EKF) algorithm to extend a Kalman filter algorithm applicable only to a linear system, so that the Kalman filter algorithm can be practically applied to SLAM under a nonlinear system, and at present, besides the extended Kalman algorithm for solving the SLAM problem, there are main methods such as Markov positioning, maximum likelihood estimation, unscented Kalman filter and particle filter, and the formed Fast-SLAM algorithm, PF-SLAM algorithm and kf-SLAM algorithm are used for SLAM research.
In the SLAM system, the extended kalman filtering algorithm performs first-order linear expansion on the nonlinear system, but the working point for performing first-order linearization is often not the optimal value of the input state, only the first-order term is reserved in the linearization process, and many high-order terms are abandoned, which can cause the precision of the EKF algorithm to be reduced or cause the filter to diverge.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provide an iterative Kalman filtering positioning method based on a materialized model.
The aim of the invention can be achieved by the following technical scheme:
an iterative kalman filter positioning method based on a materialized model, the method comprising the steps of:
step 1: initializing a map, namely setting an initial value for a variable of the map;
step 2: establishing a system state equation of the robot, and initializing a motion model;
step 3: and carrying out pose estimation by using an iterative Kalman filtering algorithm based on the concrete model so as to improve the precision of pose estimation.
In the step 1, the variables of the map include the state of the road mark point and the origin of the map, the initial value of the state of the road mark point is set to 0, and the initial pose of the robot is set to the origin of the map.
In the step 2, the motion model is initialized specifically as follows:
setting an initial value of the state of the robot at the initial moment and an initial value of the corresponding covariance.
The system state equation of the robot is as follows:
x t =g(u t ,x t-1 )+ε t
z t =h(x t )+δ t
wherein x is t For the state vector at time t, g (·) is the motion model, x t-1 Is the state vector at time t-1, u t Epsilon is the control input of the system from t-1 to t t Is the noise of the motion model, obeys Gaussian distribution (0, Q t ),z t An observation vector of a road mark point at the moment t, h (·) is an observation model, delta t For observing the modelIs subjected to Gaussian distribution (0, R t )。
In the step 3, the process of pose estimation based on the iterative kalman filtering algorithm of the materialized model comprises the following steps:
step 31: EKF prediction;
step 32: updating EKF;
step 33: status augmentation.
In the step 31, the EKF prediction process specifically includes:
predicting the system pose at the time t according to the state estimation value at the time t-1 and the control input at the time t to obtain a priori state estimation valueAnd the corresponding covariance matrix->
The prior state estimation valueThe expression of (2) is:
wherein,for the prior state estimation value at the time t, g (·) is a motion model, u t Mu, for the control input of the system from time t-1 to time t t-1 The state estimate at time t-1.
The covariance matrixThe expression of (2) is:
wherein,a priori state estimate for time t +.>Corresponding covariance matrix, G t The Jacobian matrix which is the motion model g (·) represents the motion model g (·) versus the state estimate μ t Deviation-finding, sigma t-1 State estimation value mu for time t-1 t-1 Corresponding covariance matrix, R t Is the covariance matrix of the noise of the observation model.
In the step 32, the EKF updating process specifically includes:
acquiring covariance corresponding to the prior state estimation value at the moment t, jacobian matrix of the observation model and covariance matrix corresponding to noise of the motion model through a sensor, and further calculating Kalman gain K t And performing optimal estimation of the pose:
wherein K is t Kalman gain at time t, H t For the jacobian matrix of the observation model h (),a priori state estimate for time t +.>Corresponding coordinationVariance matrix, Q t Covariance matrix, μ, of noise for motion model t For the state estimate at time t +.>For the a priori state estimate at time t, z t For the observation at time t, h (·) is the observation model, representing the nonlinear mapping of the state space to the measurement space,/->For observing the estimated value, +.>Is the residual r (t), is->And the covariance matrix corresponding to the state estimation value at the time t.
In the step 33, the state augmentation process specifically includes:
and (3) carrying out state augmentation when the observation model is reversible, namely initializing newly discovered road marking points when the robot discovers the road marking points which are not observed, adding the state of the newly discovered road marking points into a map through an observation equation, and further increasing the size of the total state vector, namely dynamically changing a filter in the EKF-SLAM.
Compared with the prior art, the invention has the following advantages:
firstly, the invention improves the EKF algorithm, proposes an iterative Kalman filtering (RIEKF) algorithm based on a concrete model to estimate the pose, can effectively reduce the accumulated error of a motion model, improves the precision of pose estimation, and has the characteristic of good robustness;
secondly, the invention adopts a concrete model, and carries out algorithm experiments on a simplified model of a real trolley, so that the pose estimation and the real track have high fitting degree, and the high accuracy, the high availability in a real environment and the high robustness of the invention are verified.
Drawings
FIG. 1 is a schematic flow chart of the present invention.
Fig. 2 is a graph of simulation results of the present invention on a MATLAB platform.
Fig. 3 is a graph of error comparisons in the X and Y directions using the EKF algorithm and using the present invention, respectively.
Fig. 4 is a graph of two-norm error comparisons using the EKF algorithm and using the present invention, respectively.
Detailed Description
The invention will now be described in detail with reference to the drawings and specific examples.
Examples
The invention provides an iterative Kalman filtering positioning method based on a concrete model, which comprises the following steps:
step 1: initializing a map, wherein no information of any road mark point exists before the robot starts to move, only state information of the robot is in the map, the initial pose of the robot is taken as an origin of the map, and the initial covariance of the initial pose is set according to actual conditions;
step 2: initializing a motion model, solving SLAM real-time mapping and positioning problems based on an iterative Kalman filtering algorithm of a concrete model, wherein a system state equation of the robot is as follows:
x t =g(u t ,x t-1 )+e t
z t =h(x t )+δ t
wherein x is t For the state vector at time t, g (·) is the motion model, x t-1 Is the state vector at time t-1, u t Epsilon is the control input of the system from t-1 to t t Is the noise of the motion model, obeys Gaussian distribution (0, Q t ),z t An observation vector of a road mark point at the moment t, h (·) is an observation model, delta t To observe the noise of the model, the Gaussian distribution (0, R t );
Step 3: EKF prediction, in the prediction stage, predicting a system pose estimated value at the time t according to a state estimated value at the time t-1 and a control input at the time tAnd the corresponding covariance matrix->
Wherein,for the prior state estimation value at the time t, g (·) is a motion model, u t Mu, for the control input of the system from time t-1 to time t t-1 For the state estimate at time t-1, < >>A priori state estimate for time t +.>Corresponding covariance matrix, G t The Jacobian matrix which is the motion model g (·) represents the motion model g (·) versus the state estimate μ t Deviation-finding, sigma t-1 State estimation value mu for time t-1 t-1 Corresponding covariance matrix, R t Covariance matrix of noise of observation model;
step 4: EKF updating, in the updating stage, calculating Kalman gain K according to the value obtained by the sensor t And performing optimal estimation of the pose:
wherein K is t Kalman gain at time t, H t For the jacobian matrix of the observation model h (),a priori state estimate for time t +.>Corresponding covariance matrix, Q t Covariance matrix, μ, of noise for motion model t For the state estimate at time t +.>For the a priori state estimate at time t, z t For the observation at time t, h (·) is the observation model, representing the nonlinear mapping of the state space to the measurement space,/->For observing the estimated value, +.>Is the residual r (t), is->The covariance matrix corresponding to the state estimation value at the time t;
step 5: the observation equation is reversible, state augmentation is performed, the state augmentation refers to the initialization of newly discovered road marking points, when a robot discovers a road marking point which is not observed at all, the new road marking state is added into a map by utilizing the observation equation, and the size of the total state vector is increased by one step of operation, so that the size of a filter in the EKF-SLAM is dynamically changed, namely, a motion model is dynamically changed.
In step 1, there is no information of any road mark point before the robot starts to move, so only the state information of the robot is set in the map, n=0, x=r, and the initial pose of the robot is often used as the origin of the map in SLAM, and the initial covariance can be set according to practical situations, for example:
wherein,the initial pose of the robot is shown, and P is the initial covariance.
In order to verify the performance of the invention, experiments are carried out on a real trolley, a model used in the research experiment is an intelligent trolley, a radium LS01G laser radar is equipped, the trolley model is provided with an outdoor cross-country chassis, a differential mechanism is arranged on the front wheel and the rear wheel, the laser radar measuring range is 8 meters, the measuring frequency is 3600-4000 HZ, the scanning frequency is 3-11 HZ, the precision is within 1 meter, and the precision of the pose estimation by adopting an EKF algorithm and an IEKF algorithm is respectively analyzed and compared on the experimental trolley, as can be seen from the table 1, the error of the pose estimation by adopting the IEKF (iterative Kalman filter) algorithm after the materialization model is much smaller than that of the EKF (extended Kalman filter) algorithm after the materialization model is adopted in the X direction and the two norms, and the precision of the iterative Kalman filter pose estimation by adopting the materialization model can be obviously superior to the original EKF algorithm:
table 1 method comparative experiment data table
Mean value of X-direction errors Mean value of Y-direction errors Mean value of two-norm error
Materialized EKF 1.1072 0.5047 1.3247
Materialized IEKF 0.4341 0.5275 0.7430
While the invention has been described with reference to certain preferred embodiments, it will be understood by those skilled in the art that various changes and substitutions may be made without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (1)

1. An iterative Kalman filtering positioning method based on a materialized model is characterized by comprising the following steps:
step 1: initializing a map, namely setting an initial value for a variable of the map;
step 2: establishing a system state equation of the robot, and initializing a motion model;
step 3: performing pose estimation based on an iterative Kalman filtering algorithm of the materialized model so as to improve the precision of the pose estimation;
in the step 1, the variables of the map comprise the state of the road mark point and the origin of the map, the initial value of the state of the road mark point is set to be 0, and the initial pose of the robot is set to be the origin of the map;
in the step 2, the motion model is initialized specifically as follows:
setting an initial value of the state of the robot at the initial moment and an initial value of the corresponding covariance;
the system state equation of the robot is:
x t =g(u t ,x t-1 )+ε t
z t =h(x t )+δ t
wherein x is t For the state vector at time t, g (·) is the motion model, x t-1 Is the state vector at time t-1, u t Epsilon is the control input of the system from t-1 to t t Is the noise of the motion model, obeys Gaussian distribution (0, Q t ),z t An observation vector of a road mark point at the moment t, h (·) is an observation model, delta t To observe the noise of the model, the Gaussian distribution (0, R t );
In the step 3, the process of pose estimation based on the iterative kalman filtering algorithm of the materialized model comprises the following steps:
step 31: EKF prediction;
step 32: updating EKF;
step 33: status augmentation;
in the step 31, the EKF prediction process specifically includes:
predicting the system pose at the time t according to the state estimation value at the time t-1 and the control input at the time t to obtain a priori state estimation valueAnd the corresponding covariance matrix->
The prior state estimation valueThe expression of (2) is:
wherein,for the prior state estimation value at the time t, g (·) is a motion model, u t Mu, for the control input of the system from time t-1 to time t t-1 The state estimation value at the time t-1;
the covariance matrixThe expression of (2) is:
wherein,a priori state estimate for time t +.>Corresponding covariance matrix, G t The Jacobian matrix which is the motion model g (·) represents the motion model g (·) versus the state estimate μ t Deviation-finding, sigma t-1 State estimation value mu for time t-1 t-1 Corresponding covariance matrix, R t Covariance matrix of noise of observation model;
in the step 32, the EKF updating process specifically includes:
acquiring covariance corresponding to the prior state estimation value at the moment t, jacobian matrix of the observation model and covariance matrix corresponding to noise of the motion model through a sensorAnd calculate Kalman gain K t And performing optimal estimation of the pose:
wherein K is t Kalman gain at time t, H t For the jacobian matrix of the observation model h (),a priori state estimate for time t +.>Corresponding covariance matrix, Q t Covariance matrix, μ, of noise for motion model t For the state estimate at time t +.>For the a priori state estimate at time t, z t For the observation at time t, h (·) is the observation model, representing the nonlinear mapping of the state space to the measurement space,/->For observing the estimated value, +.>Is the residual r (t), is->The covariance matrix corresponding to the state estimation value at the time t;
in the step 33, the state augmentation process specifically includes:
and (3) carrying out state augmentation when the observation model is reversible, namely initializing newly discovered road marking points when the robot discovers the road marking points which are not observed, adding the state of the newly discovered road marking points into a map through an observation equation, and further increasing the size of the total state vector, namely dynamically changing a filter in the EKF-SLAM.
CN202111204542.7A 2021-10-15 2021-10-15 Iterative Kalman filtering positioning method based on materialization model Active CN113884098B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111204542.7A CN113884098B (en) 2021-10-15 2021-10-15 Iterative Kalman filtering positioning method based on materialization model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111204542.7A CN113884098B (en) 2021-10-15 2021-10-15 Iterative Kalman filtering positioning method based on materialization model

Publications (2)

Publication Number Publication Date
CN113884098A CN113884098A (en) 2022-01-04
CN113884098B true CN113884098B (en) 2024-01-23

Family

ID=79003079

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111204542.7A Active CN113884098B (en) 2021-10-15 2021-10-15 Iterative Kalman filtering positioning method based on materialization model

Country Status (1)

Country Link
CN (1) CN113884098B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117193020A (en) * 2023-10-12 2023-12-08 武汉科技大学 Target identification and path planning method based on full-automatic liquid sample processing workstation

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4954837A (en) * 1989-07-20 1990-09-04 Harris Corporation Terrain aided passive range estimation
US5902351A (en) * 1995-08-24 1999-05-11 The Penn State Research Foundation Apparatus and method for tracking a vehicle
CN103592604A (en) * 2012-08-15 2014-02-19 通用汽车环球科技运作有限责任公司 Systems and methods for battery parameter estimation
CN103886142A (en) * 2013-12-30 2014-06-25 上海师范大学 Method for estimating tire aligning torque based on expansion state quantity
WO2014149042A1 (en) * 2013-03-20 2014-09-25 International Truck Intellectual Property Company, Llc Smart cruise control system
WO2014149044A1 (en) * 2013-03-20 2014-09-25 International Truck Intellectual Property Company, Llc Smart cruise control system
CN107192387A (en) * 2017-05-23 2017-09-22 北京理工大学 A kind of combined positioning method based on Unscented kalman filtering
CN107765242A (en) * 2017-09-16 2018-03-06 太原理工大学 System state estimation method based on state augmentation iterative extended Kalman filter
CN107850673A (en) * 2015-07-27 2018-03-27 高通股份有限公司 Vision inertia ranging attitude drift is calibrated
CN109211226A (en) * 2017-06-29 2019-01-15 沈阳新松机器人自动化股份有限公司 A kind of method and device resolved based on MEMS motion sensor two-dimensional attitude
CN109376785A (en) * 2018-10-31 2019-02-22 东南大学 Air navigation aid based on iterative extended Kalman filter fusion inertia and monocular vision
GB201902475D0 (en) * 2019-02-13 2019-04-10 Perceptual Robotics Ltd Pose optimisation, mapping, and localisation techniques
CN110207714A (en) * 2019-06-28 2019-09-06 广州小鹏汽车科技有限公司 A kind of method, onboard system and the vehicle of determining vehicle pose
CN111189454A (en) * 2020-01-09 2020-05-22 郑州轻工业大学 Unmanned vehicle SLAM navigation method based on rank Kalman filtering
CN112461237A (en) * 2020-11-26 2021-03-09 浙江同善人工智能技术有限公司 Multi-sensor fusion positioning algorithm applied to dynamic change scene
CN112584306A (en) * 2020-11-27 2021-03-30 巢湖学院 Indoor robot positioning algorithm based on Kalman filtering
CN113220818A (en) * 2021-05-27 2021-08-06 南昌智能新能源汽车研究院 Automatic mapping and high-precision positioning method for parking lot

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9491585B2 (en) * 2014-05-31 2016-11-08 Apple Inc. Location determination using dual statistical filters
US11449061B2 (en) * 2016-02-29 2022-09-20 AI Incorporated Obstacle recognition method for autonomous robots
US10788836B2 (en) * 2016-02-29 2020-09-29 AI Incorporated Obstacle recognition method for autonomous robots
WO2020053573A1 (en) * 2018-09-10 2020-03-19 Perceptual Robotics Limited Control and navigation systems, pose optimisation, mapping, and localisation techniques
US20200217972A1 (en) * 2019-01-07 2020-07-09 Qualcomm Incorporated Vehicle pose estimation and pose error correction
WO2021126036A1 (en) * 2019-12-20 2021-06-24 Telefonaktiebolaget Lm Ericsson (Publ) Methods and apparatus for monitoring a kinematic state of an unmanned aerial vehicle

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4954837A (en) * 1989-07-20 1990-09-04 Harris Corporation Terrain aided passive range estimation
US5902351A (en) * 1995-08-24 1999-05-11 The Penn State Research Foundation Apparatus and method for tracking a vehicle
CN103592604A (en) * 2012-08-15 2014-02-19 通用汽车环球科技运作有限责任公司 Systems and methods for battery parameter estimation
WO2014149042A1 (en) * 2013-03-20 2014-09-25 International Truck Intellectual Property Company, Llc Smart cruise control system
WO2014149044A1 (en) * 2013-03-20 2014-09-25 International Truck Intellectual Property Company, Llc Smart cruise control system
CN103886142A (en) * 2013-12-30 2014-06-25 上海师范大学 Method for estimating tire aligning torque based on expansion state quantity
CN107850673A (en) * 2015-07-27 2018-03-27 高通股份有限公司 Vision inertia ranging attitude drift is calibrated
CN107192387A (en) * 2017-05-23 2017-09-22 北京理工大学 A kind of combined positioning method based on Unscented kalman filtering
CN109211226A (en) * 2017-06-29 2019-01-15 沈阳新松机器人自动化股份有限公司 A kind of method and device resolved based on MEMS motion sensor two-dimensional attitude
CN107765242A (en) * 2017-09-16 2018-03-06 太原理工大学 System state estimation method based on state augmentation iterative extended Kalman filter
CN109376785A (en) * 2018-10-31 2019-02-22 东南大学 Air navigation aid based on iterative extended Kalman filter fusion inertia and monocular vision
GB201902475D0 (en) * 2019-02-13 2019-04-10 Perceptual Robotics Ltd Pose optimisation, mapping, and localisation techniques
CN110207714A (en) * 2019-06-28 2019-09-06 广州小鹏汽车科技有限公司 A kind of method, onboard system and the vehicle of determining vehicle pose
CN111189454A (en) * 2020-01-09 2020-05-22 郑州轻工业大学 Unmanned vehicle SLAM navigation method based on rank Kalman filtering
CN112461237A (en) * 2020-11-26 2021-03-09 浙江同善人工智能技术有限公司 Multi-sensor fusion positioning algorithm applied to dynamic change scene
CN112584306A (en) * 2020-11-27 2021-03-30 巢湖学院 Indoor robot positioning algorithm based on Kalman filtering
CN113220818A (en) * 2021-05-27 2021-08-06 南昌智能新能源汽车研究院 Automatic mapping and high-precision positioning method for parking lot

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
An extended kalman filter-simultaneous laocalization and mapping method with harris-scale-invariant transform feature recongnition and laser mapping for humanoid robot navigation in unknown environment;Shuhuan Wen 等;《INTERNATIONAL JOURNAL OF ADVANCED ROBOTIC SYSTEMS》;1-14 *
Multi-sensor fusion with application to the motion control of mobile robot;Li RY 等;《CHINESE JOURNAL OF SCIENTIFIC INSTRUMENT》》;第23卷(第1期);106-10 *
基于信息滤波器的同步定位与地图创建技术的研究;李永强;《中国优秀硕士学位论文全文数据库信息科技辑》(第3期);1140-230 *
基于多传感器融合视觉SLAM的人员跟随问题的研究;危义坤;《中国优秀硕士学位论文全文数据库信息科技辑》(第10期);1138-252 *
基于矩阵李群表示及容积卡尔曼滤波的视觉惯导里程计新方法;闫德立;喻薇;宋宇;吴春慧;宋永端;;控制与决策(08);34-43 *
无人驾驶车转向系统自抗扰控制的研究;李一染 等;《上海师范大学学报(自然科学版)》;第39卷(第2期);156-160 *

Also Published As

Publication number Publication date
CN113884098A (en) 2022-01-04

Similar Documents

Publication Publication Date Title
CN109597864B (en) Method and system for real-time positioning and map construction of ellipsoid boundary Kalman filtering
CN108304612B (en) Iterative square root CKF (tracking of target) automobile radar target tracking method based on noise compensation
CN110866927B (en) Robot positioning and composition method based on EKF-SLAM algorithm combined with dotted line characteristics of foot
CN113884098B (en) Iterative Kalman filtering positioning method based on materialization model
CN107741745A (en) It is a kind of to realize mobile robot autonomous positioning and the method for map structuring
CN102788976B (en) High-order extended Kalman filtering method
CN112758097A (en) State prediction and estimation method for unmanned vehicle
CN111181529B (en) Smooth constraint extended Kalman filtering method applied to nonlinear Gaussian model
CN111060131B (en) Laser radar-based robot accurate posture correction method and device
CN108871365B (en) State estimation method and system under course constraint
CN110763239A (en) Filtering combined laser SLAM mapping method and device
CN110174907B (en) Human body target following method based on adaptive Kalman filtering
CN111189454A (en) Unmanned vehicle SLAM navigation method based on rank Kalman filtering
CN107015944A (en) A kind of mixing square root volume kalman filter method for target following
CN112965063A (en) Robot mapping and positioning method
CN110912535B (en) Novel non-pilot Kalman filtering method
CN111504327B (en) Generalized label multiple Bernoulli target tracking method based on track smoothing technology
CN117272525A (en) Intelligent electric automobile road adhesion coefficient estimation method
CN116500575B (en) Extended target tracking method and device based on variable decibel leaf theory
CN117392215A (en) Mobile robot pose correction method based on improved AMCL and PL-ICP point cloud matching
CN108710295B (en) Robot following method based on progressive volume information filtering
CN113608442A (en) State estimation method of nonlinear state model system based on characteristic function
CN111339494A (en) Gyroscope data processing method based on Kalman filtering
CN110333513A (en) A kind of particle filter SLAM method merging least square method
CN116560223A (en) Intelligent vehicle dynamics model, ILQR control algorithm and track tracking controller based on physical information neural network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant